FHIR IG Statistics: ValueSet/wait-time-priority
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "ValueSet",
"id": "wait-time-priority",
"url": "http://ontariohealth.ca/fhir/ValueSet/wait-time-priority",
"version": "1.0.0",
"name": "WaitTimePriority",
"title": "Wait Time Type",
"status": "draft",
"publisher": "Ontario Health",
"description": "Priority of patients wait time",
"immutable": false,
"compose": {
"include": [
{
"system": "http://ontariohealth.ca/fhir/CodeSystem/wait-time-priority",
"concept": [
{
"code": "pl1",
"display": "Priority Level 1 – immediate"
},
{
"code": "pl2",
"display": "Priority Level 2 – urgent"
},
{
"code": "pl3",
"display": "Priority Level 3 – semi-urgent"
},
{
"code": "pl4",
"display": "Priority Level 4 – elective"
}
]
}
]
}
}