@medplum/definitions 3.2.18 → 3.2.20
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.
|
@@ -1230,6 +1230,7 @@
|
|
|
1230
1230
|
"code": "outcome-measure-reference",
|
|
1231
1231
|
"base": ["ResearchStudy"],
|
|
1232
1232
|
"type": "reference",
|
|
1233
|
+
"target": ["EvidenceVariable"],
|
|
1233
1234
|
"expression": "ResearchStudy.outcomeMeasure.reference"
|
|
1234
1235
|
}
|
|
1235
1236
|
},
|
|
@@ -1266,6 +1267,23 @@
|
|
|
1266
1267
|
"type": "quantity",
|
|
1267
1268
|
"expression": "Group.characteristic.value.ofType(Range)"
|
|
1268
1269
|
}
|
|
1270
|
+
},
|
|
1271
|
+
{
|
|
1272
|
+
"fullUrl": "https://medplum.com/fhir/SearchParameter/Flag-category",
|
|
1273
|
+
"resource": {
|
|
1274
|
+
"resourceType": "SearchParameter",
|
|
1275
|
+
"id": "Flag-category",
|
|
1276
|
+
"url": "https://medplum.com/fhir/SearchParameter/Flag-category",
|
|
1277
|
+
"version": "4.0.1",
|
|
1278
|
+
"name": "category",
|
|
1279
|
+
"status": "draft",
|
|
1280
|
+
"publisher": "Medplum",
|
|
1281
|
+
"description": "The category of the flag, such as clinical, administrative, etc.",
|
|
1282
|
+
"code": "category",
|
|
1283
|
+
"base": ["Flag"],
|
|
1284
|
+
"type": "token",
|
|
1285
|
+
"expression": "Flag.category"
|
|
1286
|
+
}
|
|
1269
1287
|
}
|
|
1270
1288
|
]
|
|
1271
1289
|
}
|