@medplum/definitions 3.2.2 → 3.2.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.
@@ -60253,6 +60253,13 @@
60253
60253
  "description": "A name associated with the AccessPolicy.",
60254
60254
  "$ref": "#/definitions/string"
60255
60255
  },
60256
+ "basedOn": {
60257
+ "description": "Other access policies used to derive this access policy.",
60258
+ "items": {
60259
+ "$ref": "#/definitions/Reference"
60260
+ },
60261
+ "type": "array"
60262
+ },
60256
60263
  "compartment": {
60257
60264
  "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
60265
  "$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-physicalType",
717
+ "resource": {
718
+ "resourceType": "SearchParameter",
719
+ "id": "Location-physicalType",
720
+ "url": "https://medplum.com/fhir/SearchParameter/Location-physicalType",
721
+ "version": "4.0.1",
722
+ "name": "physicalType",
723
+ "status": "draft",
724
+ "publisher": "Medplum",
725
+ "description": "The physicalType of the Location resource",
726
+ "code": "physicalType",
727
+ "base": ["Location"],
728
+ "type": "token",
729
+ "expression": "Location.physicalType"
730
+ }
714
731
  }
715
732
  ]
716
733
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/definitions",
3
- "version": "3.2.2",
3
+ "version": "3.2.3",
4
4
  "description": "Medplum Data Definitions",
5
5
  "keywords": [
6
6
  "medplum",