@medplum/definitions 3.2.15 → 3.2.17

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.
@@ -21984,7 +21984,7 @@
21984
21984
  "id" : "Meta.account",
21985
21985
  "path" : "Meta.account",
21986
21986
  "short" : "Optional account reference that can be used for sub-project compartments.",
21987
- "definition" : "@deprecated Use Meta.compartment instead",
21987
+ "definition" : "@deprecated Use Meta.accounts instead",
21988
21988
  "comment" : "Optional account reference that can be used for sub-project compartments.",
21989
21989
  "min" : 0,
21990
21990
  "max" : "1",
@@ -21997,6 +21997,22 @@
21997
21997
  "code" : "Reference"
21998
21998
  }]
21999
21999
  },
22000
+ {
22001
+ "id" : "Meta.accounts",
22002
+ "path" : "Meta.accounts",
22003
+ "short" : "Optional account references that can be used for sub-project compartments.",
22004
+ "definition" : "Optional account references that can be used for sub-project compartments.",
22005
+ "min" : 0,
22006
+ "max" : "*",
22007
+ "base" : {
22008
+ "path" : "Meta.accounts",
22009
+ "min" : 0,
22010
+ "max" : "*"
22011
+ },
22012
+ "type" : [{
22013
+ "code" : "Reference"
22014
+ }]
22015
+ },
22000
22016
  {
22001
22017
  "id" : "Meta.compartment",
22002
22018
  "path" : "Meta.compartment",
@@ -728,6 +728,60 @@
728
728
  "type": "token",
729
729
  "expression": "Location.physicalType"
730
730
  }
731
+ },
732
+ {
733
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/Appointment-end",
734
+ "resource": {
735
+ "resourceType": "SearchParameter",
736
+ "id": "Appointment-end",
737
+ "url": "https://medplum.com/fhir/SearchParameter/Appointment-end",
738
+ "version": "4.0.1",
739
+ "name": "end",
740
+ "status": "draft",
741
+ "publisher": "Medplum",
742
+ "description": "The end time of the Appointment",
743
+ "code": "end",
744
+ "base": ["Appointment"],
745
+ "type": "date",
746
+ "expression": "Appointment.end",
747
+ "target": ["Appointment"]
748
+ }
749
+ },
750
+ {
751
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/Slot-end",
752
+ "resource": {
753
+ "resourceType": "SearchParameter",
754
+ "id": "Slot-end",
755
+ "url": "https://medplum.com/fhir/SearchParameter/Slot-end",
756
+ "version": "4.0.1",
757
+ "name": "end",
758
+ "status": "draft",
759
+ "publisher": "Medplum",
760
+ "description": "The end time of the Slot",
761
+ "code": "end",
762
+ "base": ["Slot"],
763
+ "type": "date",
764
+ "expression": "Slot.end",
765
+ "target": ["Slot"]
766
+ }
767
+ },
768
+ {
769
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/DiagnosticReport-study",
770
+ "resource": {
771
+ "resourceType": "SearchParameter",
772
+ "id": "DiagnosticReport-study",
773
+ "url": "https://medplum.com/fhir/SearchParameter/DiagnosticReport-study",
774
+ "version": "4.0.1",
775
+ "name": "study",
776
+ "status": "draft",
777
+ "publisher": "Medplum",
778
+ "description": "Studies associated with the diagnostic report",
779
+ "code": "study",
780
+ "base": ["DiagnosticReport"],
781
+ "type": "reference",
782
+ "expression": "DiagnosticReport.imagingStudy",
783
+ "target": ["ImagingStudy"]
784
+ }
731
785
  }
732
786
  ]
733
787
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/definitions",
3
- "version": "3.2.15",
3
+ "version": "3.2.17",
4
4
  "description": "Medplum Data Definitions",
5
5
  "keywords": [
6
6
  "medplum",