FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://hl7.org/fhir/request-priority version 📦4.0.1| Code | Display | Definition |
| routine | Routine | The request has normal priority. |
| urgent | Urgent | The request should be actioned promptly - higher priority than routine. |
| stat | STAT | The request should be actioned immediately - highest possible priority. E.g. an emergency. |
Source1
{
"resourceType": "ValueSet",
"id": "ereferral-priority",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir.doh.gov.ph/pheref/ValueSet/ereferral-priority",
"version": "0.1.0",
"name": "EReferralPriority",
"title": "eReferral Priority",
"status": "draft",
"experimental": true,
"date": "2026-06-17T00:06:20+00:00",
"publisher": "SILab CoP IG Accelerator (eReferral)",
"contact": [
{
"name": "SILab CoP IG Accelerator (eReferral)",
"telecom": [
{
"system": "url",
"value": "https://github.com/UP-Manila-SILab"
}
]
}
],
"description": "Priority levels for eReferral requests. Uses standard FHIR RequestPriority values.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "PH",
"display": "Philippines"
}
]
}
],
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/request-priority",
"concept": [
{
"code": "routine",
"display": "Routine"
},
{
"code": "urgent",
"display": "Urgent"
},
{
"code": "stat",
"display": "STAT"
}
]
}
]
}
}