@medplum/definitions 2.0.32 → 2.1.1
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.
|
@@ -539,6 +539,23 @@
|
|
|
539
539
|
"type": "token",
|
|
540
540
|
"expression": "Agent.status"
|
|
541
541
|
}
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"fullUrl": "https://medplum.com/fhir/SearchParameter/priority-order",
|
|
545
|
+
"resource": {
|
|
546
|
+
"resourceType": "SearchParameter",
|
|
547
|
+
"id": "priority-order",
|
|
548
|
+
"url": "https://medplum.com/fhir/SearchParameter/priority-order",
|
|
549
|
+
"version": "4.0.1",
|
|
550
|
+
"name": "status",
|
|
551
|
+
"status": "draft",
|
|
552
|
+
"publisher": "Medplum",
|
|
553
|
+
"description": "Numeric priority order for resource types using http://hl7.org/fhir/ValueSet/request-priority",
|
|
554
|
+
"code": "priority-order",
|
|
555
|
+
"base": ["CommunicationRequest", "MedicationRequest", "RequestGroup", "ServiceRequest", "Task"],
|
|
556
|
+
"type": "number",
|
|
557
|
+
"expression": "iif(priority = 'stat', 50, iif(priority = 'asap', 40, iif(priority = 'urgent', 30, iif(priority = 'routine', 20, 10))))"
|
|
558
|
+
}
|
|
542
559
|
}
|
|
543
560
|
]
|
|
544
561
|
}
|