FHIR IG Statistics: ValueSet/RequestPriority
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
Code | Display | Definition |
routine | Routine The request has normal priority. | The request has normal priority. |
urgent | Urgent | The request should be actioned promptly - higher priority than routine. |
Source
{
"resourceType": "ValueSet",
"id": "RequestPriority",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://nw-gmsa.github.io/LTW//ValueSet/RequestPriority",
"version": "0.0.1",
"name": "RequestPriority",
"title": "Request Priority",
"status": "draft",
"experimental": false,
"date": "2025-04-28T04:51:38+00:00",
"publisher": "NHS North West GMSA",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "https://www.nw-gmsa.nhs.uk/contact-us"
}
]
}
],
"description": "ValueSet for Request Priority",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "GB",
"display": "United Kingdom of Great Britain and Northern Ireland"
}
]
}
],
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/request-priority",
"concept": [
{
"code": "routine",
"display": "Routine\tThe request has normal priority."
},
{
"code": "urgent",
"display": "Urgent"
}
]
}
]
}
}