@medplum/definitions 3.2.2 → 3.2.4

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.
@@ -59348,7 +59348,8 @@
59348
59348
  "google-auth-required",
59349
59349
  "graphql-introspection",
59350
59350
  "terminology",
59351
- "websocket-subscriptions"
59351
+ "websocket-subscriptions",
59352
+ "reference-lookups"
59352
59353
  ]
59353
59354
  },
59354
59355
  "type": "array"
@@ -60253,6 +60254,13 @@
60253
60254
  "description": "A name associated with the AccessPolicy.",
60254
60255
  "$ref": "#/definitions/string"
60255
60256
  },
60257
+ "basedOn": {
60258
+ "description": "Other access policies used to derive this access policy.",
60259
+ "items": {
60260
+ "$ref": "#/definitions/Reference"
60261
+ },
60262
+ "type": "array"
60263
+ },
60256
60264
  "compartment": {
60257
60265
  "description": "Optional compartment for newly created resources. If this field is set, any resources created by a user with this access policy will automatically be included in the specified compartment.",
60258
60266
  "$ref": "#/definitions/Reference"
@@ -3508,6 +3508,22 @@
3508
3508
  "max" : "1"
3509
3509
  }
3510
3510
  },
3511
+ {
3512
+ "id" : "AccessPolicy.basedOn",
3513
+ "path" : "AccessPolicy.basedOn",
3514
+ "definition" : "Other access policies used to derive this access policy.",
3515
+ "min" : 0,
3516
+ "max" : "*",
3517
+ "base" : {
3518
+ "path" : "AccessPolicy.basedOn",
3519
+ "min" : 0,
3520
+ "max" : "*"
3521
+ },
3522
+ "type" : [{
3523
+ "code" : "Reference",
3524
+ "targetProfile" : ["https://medplum.com/fhir/StructureDefinition/AccessPolicy"]
3525
+ }]
3526
+ },
3511
3527
  {
3512
3528
  "id" : "AccessPolicy.compartment",
3513
3529
  "path" : "AccessPolicy.compartment",
@@ -711,6 +711,23 @@
711
711
  "expression": "Subscription.meta.author",
712
712
  "target": ["Patient", "Practitioner", "RelatedPerson", "ClientApplication", "Bot"]
713
713
  }
714
+ },
715
+ {
716
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/Location-physical-type",
717
+ "resource": {
718
+ "resourceType": "SearchParameter",
719
+ "id": "Location-physical-type",
720
+ "url": "https://medplum.com/fhir/SearchParameter/Location-physical-type",
721
+ "version": "4.0.1",
722
+ "name": "physical-type",
723
+ "status": "draft",
724
+ "publisher": "Medplum",
725
+ "description": "The physical type of the Location resource",
726
+ "code": "physical-type",
727
+ "base": ["Location"],
728
+ "type": "token",
729
+ "expression": "Location.physicalType"
730
+ }
714
731
  }
715
732
  ]
716
733
  }
@@ -173,6 +173,11 @@
173
173
  "code": "websocket-subscriptions",
174
174
  "display": "WebSocket Subscriptions",
175
175
  "definition": "WebSocket Subscriptions"
176
+ },
177
+ {
178
+ "code": "reference-lookups",
179
+ "display": "Reference Lookup Table",
180
+ "definition": "Use Reference lookup table for chained search"
176
181
  }
177
182
  ]
178
183
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/definitions",
3
- "version": "3.2.2",
3
+ "version": "3.2.4",
4
4
  "description": "Medplum Data Definitions",
5
5
  "keywords": [
6
6
  "medplum",