FHIR IG analytics| Package | ca.on.olis.r4 |
| Resource Type | ValueSet |
| Id | vs-RequestPriority.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "ValueSet",
"id": "olis-RequestPriority",
"url": "http://ehealthontario.ca/fhir/ValueSet/ca-on-lab-request-priority",
"version": "1.0.0",
"name": "RequestPriority",
"status": "active",
"publisher": "Ontario Health",
"description": "Codes providing request priority supported by eHealth Ontario. This is strict sub-set of the core FHIR value set.",
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/request-priority",
"concept": [
{
"code": "routine",
"display": "Routine"
},
{
"code": "asap",
"display": "ASAP"
},
{
"code": "stat",
"display": "STAT"
}
]
}
]
}
}