@medplum/definitions 3.2.16 → 3.2.18

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",
@@ -28902,7 +28918,7 @@
28902
28918
  "key" : "tim-9",
28903
28919
  "severity" : "error",
28904
28920
  "human" : "If there's an offset, there must be a when (and not C, CM, CD, CV)",
28905
- "expression" : "offset.empty() or (when.exists() and ((when in ('C' | 'CM' | 'CD' | 'CV')).not()))",
28921
+ "expression" : "offset.empty() or (when.exists() and when.select($this in ('C' | 'CM' | 'CD' | 'CV')).allFalse())",
28906
28922
  "xpath" : "not(exists(f:offset)) or exists(f:when)"
28907
28923
  },
28908
28924
  {
@@ -728,6 +728,544 @@
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
+ }
785
+ },
786
+ {
787
+ "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-classifier",
788
+ "resource" : {
789
+ "resourceType" : "SearchParameter",
790
+ "id" : "ResearchStudy-classifier",
791
+ "url" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-classifier",
792
+ "version" : "5.0.0",
793
+ "name" : "classifier",
794
+ "status" : "draft",
795
+ "description" : "Classification for the study",
796
+ "code" : "classifier",
797
+ "base" : ["ResearchStudy"],
798
+ "type" : "token",
799
+ "expression" : "ResearchStudy.classifier"
800
+ }
801
+ },
802
+ {
803
+ "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-condition",
804
+ "resource" : {
805
+ "resourceType" : "SearchParameter",
806
+ "id" : "ResearchStudy-condition",
807
+ "url" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-condition",
808
+ "version" : "5.0.0",
809
+ "name" : "condition",
810
+ "status" : "draft",
811
+ "description" : "Condition being studied",
812
+ "code" : "condition",
813
+ "base" : ["ResearchStudy"],
814
+ "type" : "token",
815
+ "expression" : "ResearchStudy.condition"
816
+ }
817
+ },
818
+ {
819
+ "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-date",
820
+ "resource" : {
821
+ "resourceType" : "SearchParameter",
822
+ "id" : "ResearchStudy-date",
823
+ "url" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-date",
824
+ "version" : "5.0.0",
825
+ "name" : "date",
826
+ "status" : "draft",
827
+ "description" : "When the study began and ended",
828
+ "code" : "date",
829
+ "base" : ["ResearchStudy"],
830
+ "type" : "date",
831
+ "expression" : "ResearchStudy.period",
832
+ "comparator" : ["eq",
833
+ "ne",
834
+ "gt",
835
+ "ge",
836
+ "lt",
837
+ "le",
838
+ "sa",
839
+ "eb",
840
+ "ap"]
841
+ }
842
+ },
843
+ {
844
+ "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-description",
845
+ "resource" : {
846
+ "resourceType" : "SearchParameter",
847
+ "id" : "ResearchStudy-description",
848
+ "url" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-description",
849
+ "version" : "5.0.0",
850
+ "name" : "description",
851
+ "status" : "draft",
852
+ "description" : "Detailed narrative of the study",
853
+ "code" : "description",
854
+ "base" : ["ResearchStudy"],
855
+ "type" : "string",
856
+ "expression" : "ResearchStudy.description"
857
+ }
858
+ },
859
+ {
860
+ "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-eligibility",
861
+ "resource" : {
862
+ "resourceType" : "SearchParameter",
863
+ "id" : "ResearchStudy-eligibility",
864
+ "url" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-eligibility",
865
+ "version" : "5.0.0",
866
+ "name" : "eligibility",
867
+ "status" : "draft",
868
+ "description" : "Inclusion and exclusion criteria",
869
+ "code" : "eligibility",
870
+ "base" : ["ResearchStudy"],
871
+ "type" : "reference",
872
+ "expression" : "ResearchStudy.recruitment.eligibility",
873
+ "target" : ["Group",
874
+ "EvidenceVariable"]
875
+ }
876
+ },
877
+ {
878
+ "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-identifier",
879
+ "resource" : {
880
+ "resourceType" : "SearchParameter",
881
+ "id" : "ResearchStudy-identifier",
882
+ "url" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-identifier",
883
+ "version" : "5.0.0",
884
+ "name" : "identifier",
885
+ "status" : "draft",
886
+ "description" : "Business Identifier for study",
887
+ "code" : "identifier",
888
+ "base" : ["ResearchStudy"],
889
+ "type" : "token",
890
+ "expression" : "ResearchStudy.identifier"
891
+ }
892
+ },
893
+ {
894
+ "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-keyword",
895
+ "resource" : {
896
+ "resourceType" : "SearchParameter",
897
+ "id" : "ResearchStudy-keyword",
898
+ "url" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-keyword",
899
+ "version" : "5.0.0",
900
+ "name" : "keyword",
901
+ "status" : "draft",
902
+ "description" : "Used to search for the study",
903
+ "code" : "keyword",
904
+ "base" : ["ResearchStudy"],
905
+ "type" : "token",
906
+ "expression" : "ResearchStudy.keyword"
907
+ }
908
+ },
909
+ {
910
+ "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-name",
911
+ "resource" : {
912
+ "resourceType" : "SearchParameter",
913
+ "id" : "ResearchStudy-name",
914
+ "url" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-name",
915
+ "version" : "5.0.0",
916
+ "name" : "name",
917
+ "status" : "draft",
918
+ "description" : "Name for this study",
919
+ "code" : "name",
920
+ "base" : ["ResearchStudy"],
921
+ "type" : "string",
922
+ "expression" : "ResearchStudy.name"
923
+ }
924
+ },
925
+ {
926
+ "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-objective-description",
927
+ "resource" : {
928
+ "resourceType" : "SearchParameter",
929
+ "id" : "ResearchStudy-objective-description",
930
+ "url" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-objective-description",
931
+ "version" : "5.0.0",
932
+ "name" : "objective-description",
933
+ "status" : "draft",
934
+ "description" : "Free text description of the objective of the study",
935
+ "code" : "objective-description",
936
+ "base" : ["ResearchStudy"],
937
+ "type" : "string",
938
+ "expression" : "ResearchStudy.objective.description"
939
+ }
940
+ },
941
+ {
942
+ "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-objective-type",
943
+ "resource" : {
944
+ "resourceType" : "SearchParameter",
945
+ "id" : "ResearchStudy-objective-type",
946
+ "url" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-objective-type",
947
+ "version" : "5.0.0",
948
+ "name" : "objective-type",
949
+ "status" : "draft",
950
+ "description" : "The kind of study objective",
951
+ "code" : "objective-type",
952
+ "base" : ["ResearchStudy"],
953
+ "type" : "token",
954
+ "expression" : "ResearchStudy.objective.type"
955
+ }
956
+ },
957
+ {
958
+ "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-part-of",
959
+ "resource" : {
960
+ "resourceType" : "SearchParameter",
961
+ "id" : "ResearchStudy-part-of",
962
+ "url" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-part-of",
963
+ "version" : "5.0.0",
964
+ "name" : "part-of",
965
+ "status" : "draft",
966
+ "description" : "Part of larger study",
967
+ "code" : "part-of",
968
+ "base" : ["ResearchStudy"],
969
+ "type" : "reference",
970
+ "expression" : "ResearchStudy.partOf",
971
+ "target" : ["ResearchStudy"]
972
+ }
973
+ },
974
+ {
975
+ "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-phase",
976
+ "resource" : {
977
+ "resourceType" : "SearchParameter",
978
+ "id" : "ResearchStudy-phase",
979
+ "url" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-phase",
980
+ "version" : "5.0.0",
981
+ "name" : "phase",
982
+ "status" : "draft",
983
+ "description" : "The stage in the progression of a study",
984
+ "code" : "phase",
985
+ "base" : ["ResearchStudy"],
986
+ "type" : "token",
987
+ "expression" : "ResearchStudy.phase"
988
+ }
989
+ },
990
+ {
991
+ "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-protocol",
992
+ "resource" : {
993
+ "resourceType" : "SearchParameter",
994
+ "id" : "ResearchStudy-protocol",
995
+ "url" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-protocol",
996
+ "version" : "5.0.0",
997
+ "name" : "protocol",
998
+ "status" : "draft",
999
+ "description" : "Steps followed in executing study",
1000
+ "code" : "protocol",
1001
+ "base" : ["ResearchStudy"],
1002
+ "type" : "reference",
1003
+ "expression" : "ResearchStudy.protocol",
1004
+ "target" : ["PlanDefinition"]
1005
+ }
1006
+ },
1007
+ {
1008
+ "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-recruitment-actual",
1009
+ "resource" : {
1010
+ "resourceType" : "SearchParameter",
1011
+ "id" : "ResearchStudy-recruitment-actual",
1012
+ "url" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-recruitment-actual",
1013
+ "version" : "5.0.0",
1014
+ "name" : "recruitment-actual",
1015
+ "status" : "draft",
1016
+ "description" : "Actual number of participants enrolled in study across all groups",
1017
+ "code" : "recruitment-actual",
1018
+ "base" : ["ResearchStudy"],
1019
+ "type" : "number",
1020
+ "expression" : "ResearchStudy.recruitment.actualNumber",
1021
+ "comparator" : ["eq",
1022
+ "ne",
1023
+ "gt",
1024
+ "ge",
1025
+ "lt",
1026
+ "le",
1027
+ "sa",
1028
+ "eb",
1029
+ "ap"]
1030
+ }
1031
+ },
1032
+ {
1033
+ "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-recruitment-target",
1034
+ "resource" : {
1035
+ "resourceType" : "SearchParameter",
1036
+ "id" : "ResearchStudy-recruitment-target",
1037
+ "url" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-recruitment-target",
1038
+ "version" : "5.0.0",
1039
+ "name" : "recruitment-target",
1040
+ "status" : "draft",
1041
+ "description" : "Target number of participants enrolled in study across all groups",
1042
+ "code" : "recruitment-target",
1043
+ "base" : ["ResearchStudy"],
1044
+ "type" : "number",
1045
+ "expression" : "ResearchStudy.recruitment.targetNumber",
1046
+ "comparator" : ["eq",
1047
+ "ne",
1048
+ "gt",
1049
+ "ge",
1050
+ "lt",
1051
+ "le",
1052
+ "sa",
1053
+ "eb",
1054
+ "ap"]
1055
+ }
1056
+ },
1057
+ {
1058
+ "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-region",
1059
+ "resource" : {
1060
+ "resourceType" : "SearchParameter",
1061
+ "id" : "ResearchStudy-region",
1062
+ "url" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-region",
1063
+ "version" : "5.0.0",
1064
+ "name" : "region",
1065
+ "status" : "draft",
1066
+ "description" : "Geographic area for the study",
1067
+ "code" : "region",
1068
+ "base" : ["ResearchStudy"],
1069
+ "type" : "token",
1070
+ "expression" : "ResearchStudy.region"
1071
+ }
1072
+ },
1073
+ {
1074
+ "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-site",
1075
+ "resource" : {
1076
+ "resourceType" : "SearchParameter",
1077
+ "id" : "ResearchStudy-site",
1078
+ "url" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-site",
1079
+ "version" : "5.0.0",
1080
+ "name" : "site",
1081
+ "status" : "draft",
1082
+ "description" : "Facility where study activities are conducted",
1083
+ "code" : "site",
1084
+ "base" : ["ResearchStudy"],
1085
+ "type" : "reference",
1086
+ "expression" : "ResearchStudy.site",
1087
+ "target" : ["Organization",
1088
+ "ResearchStudy",
1089
+ "Location"]
1090
+ }
1091
+ },
1092
+ {
1093
+ "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-status",
1094
+ "resource" : {
1095
+ "resourceType" : "SearchParameter",
1096
+ "id" : "ResearchStudy-status",
1097
+ "url" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-status",
1098
+ "version" : "5.0.0",
1099
+ "name" : "status",
1100
+ "status" : "draft",
1101
+ "description" : "active | active-but-not-recruiting | administratively-completed | approved | closed-to-accrual | closed-to-accrual-and-intervention | completed | disapproved | enrolling-by-invitation | in-review | not-yet-recruiting | recruiting | temporarily-closed-to-accrual | temporarily-closed-to-accrual-and-intervention | terminated | withdrawn",
1102
+ "code" : "status",
1103
+ "base" : ["ResearchStudy"],
1104
+ "type" : "token",
1105
+ "expression" : "ResearchStudy.status"
1106
+ }
1107
+ },
1108
+ {
1109
+ "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-study-design",
1110
+ "resource" : {
1111
+ "resourceType" : "SearchParameter",
1112
+ "id" : "ResearchStudy-study-design",
1113
+ "url" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-study-design",
1114
+ "version" : "5.0.0",
1115
+ "name" : "study-design",
1116
+ "status" : "draft",
1117
+ "description" : "Classifications of the study design characteristics",
1118
+ "code" : "study-design",
1119
+ "base" : ["ResearchStudy"],
1120
+ "type" : "token",
1121
+ "expression" : "ResearchStudy.studyDesign"
1122
+ }
1123
+ },
1124
+ {
1125
+ "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-title",
1126
+ "resource" : {
1127
+ "resourceType" : "SearchParameter",
1128
+ "id" : "ResearchStudy-title",
1129
+ "url" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-title",
1130
+ "version" : "5.0.0",
1131
+ "name" : "title",
1132
+ "status" : "draft",
1133
+ "description" : "The human readable name of the research study",
1134
+ "code" : "title",
1135
+ "base" : ["ResearchStudy"],
1136
+ "type" : "string",
1137
+ "expression" : "ResearchStudy.title"
1138
+ }
1139
+ },
1140
+ {
1141
+ "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-progress-status-state-actual",
1142
+ "resource" : {
1143
+ "resourceType" : "SearchParameter",
1144
+ "id" : "ResearchStudy-progress-status-state-actual",
1145
+ "url" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-progress-status-state-actual",
1146
+ "version" : "5.0.0",
1147
+ "name" : "progress-status-state-actual",
1148
+ "status" : "draft",
1149
+ "description" : "Status of study by state and actual",
1150
+ "code" : "progress-status-state-actual",
1151
+ "base" : ["ResearchStudy"],
1152
+ "type" : "composite",
1153
+ "expression" : "ResearchStudy.progressStatus",
1154
+ "multipleOr" : false,
1155
+ "component" : [{
1156
+ "definition" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-state",
1157
+ "expression" : "state"
1158
+ },
1159
+ {
1160
+ "definition" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-actual",
1161
+ "expression" : "actual"
1162
+ }]
1163
+ }
1164
+ },
1165
+ {
1166
+ "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-progress-status-state-period",
1167
+ "resource" : {
1168
+ "resourceType" : "SearchParameter",
1169
+ "id" : "ResearchStudy-progress-status-state-period",
1170
+ "url" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-progress-status-state-period",
1171
+ "version" : "5.0.0",
1172
+ "name" : "progress-status-state-period",
1173
+ "status" : "draft",
1174
+ "description" : "Status of study by state and period",
1175
+ "code" : "progress-status-state-period",
1176
+ "base" : ["ResearchStudy"],
1177
+ "type" : "composite",
1178
+ "expression" : "ResearchStudy.progressStatus",
1179
+ "multipleOr" : false,
1180
+ "component" : [{
1181
+ "definition" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-state",
1182
+ "expression" : "state"
1183
+ },
1184
+ {
1185
+ "definition" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-period",
1186
+ "expression" : "period"
1187
+ }]
1188
+ }
1189
+ },
1190
+ {
1191
+ "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-progress-status-state-period-actual",
1192
+ "resource" : {
1193
+ "resourceType" : "SearchParameter",
1194
+ "id" : "ResearchStudy-progress-status-state-period-actual",
1195
+ "url" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-progress-status-state-period-actual",
1196
+ "version" : "5.0.0",
1197
+ "name" : "progress-status-state-period-actual",
1198
+ "status" : "draft",
1199
+ "description" : "Status of study by state, period and actual",
1200
+ "code" : "progress-status-state-period-actual",
1201
+ "base" : ["ResearchStudy"],
1202
+ "type" : "composite",
1203
+ "expression" : "ResearchStudy.progressStatus",
1204
+ "multipleOr" : false,
1205
+ "component" : [{
1206
+ "definition" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-state",
1207
+ "expression" : "state"
1208
+ },
1209
+ {
1210
+ "definition" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-period",
1211
+ "expression" : "period"
1212
+ },
1213
+ {
1214
+ "definition" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-actual",
1215
+ "expression" : "actual"
1216
+ }]
1217
+ }
1218
+ },
1219
+ {
1220
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/ResearchStudy-outcome-measure-reference",
1221
+ "resource": {
1222
+ "resourceType": "SearchParameter",
1223
+ "id": "ResearchStudy-outcome-measure-reference",
1224
+ "url": "https://medplum.com/fhir/SearchParameter/ResearchStudy-outcome-measure-reference",
1225
+ "version": "4.0.1",
1226
+ "name": "outcome-measure-reference",
1227
+ "status": "draft",
1228
+ "publisher": "Medplum",
1229
+ "description": "The research study outcome measure reference",
1230
+ "code": "outcome-measure-reference",
1231
+ "base": ["ResearchStudy"],
1232
+ "type": "reference",
1233
+ "expression": "ResearchStudy.outcomeMeasure.reference"
1234
+ }
1235
+ },
1236
+ {
1237
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/EvidenceVariable-characteristic-type",
1238
+ "resource": {
1239
+ "resourceType": "SearchParameter",
1240
+ "id": "EvidenceVariable-characteristic-type",
1241
+ "url": "https://medplum.com/fhir/SearchParameter/EvidenceVariable-characteristic-type",
1242
+ "version": "4.0.1",
1243
+ "name": "characteristic-type",
1244
+ "status": "draft",
1245
+ "publisher": "Medplum",
1246
+ "description": "The evidence variable characteristic type",
1247
+ "code": "characteristic-type",
1248
+ "base": ["EvidenceVariable"],
1249
+ "type": "token",
1250
+ "expression": "EvidenceVariable.characteristic.definitionCodeableConcept | EvidenceVariable.characteristic.definitionByTypeAndValue.type"
1251
+ }
1252
+ },
1253
+ {
1254
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/Group-characteristic-range",
1255
+ "resource": {
1256
+ "resourceType": "SearchParameter",
1257
+ "id": "Group-characteristic-range",
1258
+ "url": "https://medplum.com/fhir/SearchParameter/Group-characteristic-range",
1259
+ "version": "4.0.1",
1260
+ "name": "characteristic-range",
1261
+ "status": "draft",
1262
+ "publisher": "Medplum",
1263
+ "description": "The name of the client application",
1264
+ "code": "characteristic-range",
1265
+ "base": ["Group"],
1266
+ "type": "quantity",
1267
+ "expression": "Group.characteristic.value.ofType(Range)"
1268
+ }
731
1269
  }
732
1270
  ]
733
1271
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/definitions",
3
- "version": "3.2.16",
3
+ "version": "3.2.18",
4
4
  "description": "Medplum Data Definitions",
5
5
  "keywords": [
6
6
  "medplum",