@medplum/definitions 4.0.1 → 4.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -59806,6 +59806,10 @@
59806
59806
  "description": "Client secret string used to verify the identity of a client.",
59807
59807
  "$ref": "#/definitions/string"
59808
59808
  },
59809
+ "retiringSecret": {
59810
+ "description": "Old version of the client secret that is being rotated out. Instances of the client using this value should update to use the value in ClientApplication.secret",
59811
+ "$ref": "#/definitions/string"
59812
+ },
59809
59813
  "jwksUri": {
59810
59814
  "description": "Optional JWKS URI for public key verification of JWTs issued by the authorization server (client_secret_jwt).",
59811
59815
  "$ref": "#/definitions/uri"
@@ -840,6 +840,21 @@
840
840
  "max" : "1"
841
841
  }
842
842
  },
843
+ {
844
+ "id" : "ClientApplication.retiringSecret",
845
+ "path" : "ClientApplication.retiringSecret",
846
+ "definition" : "Old version of the client secret that is being rotated out. Instances of the client using this value should update to use the value in ClientApplication.secret",
847
+ "min" : 0,
848
+ "max" : "1",
849
+ "type" : [{
850
+ "code" : "string"
851
+ }],
852
+ "base": {
853
+ "path" : "ClientApplication.retiringSecret",
854
+ "min" : 0,
855
+ "max" : "1"
856
+ }
857
+ },
843
858
  {
844
859
  "id" : "ClientApplication.jwksUri",
845
860
  "path" : "ClientApplication.jwksUri",
@@ -869,8 +869,22 @@
869
869
  "version": "0000",
870
870
  "status": "active",
871
871
  "hierarchyMeaning": "is-a",
872
- "content": "not-present",
873
- "description": "Stub version of CPT code system"
872
+ "content": "example",
873
+ "description": "Stub version of CPT code system",
874
+ "concept": [
875
+ {
876
+ "code": "99213",
877
+ "display": "Office visit with established patient, low complexity"
878
+ },
879
+ {
880
+ "code": "93000",
881
+ "display": "Electrocardiogram, routine ECG with at least 12 leads; with interpretation and report"
882
+ },
883
+ {
884
+ "code": "36415",
885
+ "display": "Collection of venous blood by venipuncture"
886
+ }
887
+ ]
874
888
  }
875
889
  },
876
890
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/definitions",
3
- "version": "4.0.1",
3
+ "version": "4.0.3",
4
4
  "description": "Medplum Data Definitions",
5
5
  "keywords": [
6
6
  "medplum",