FHIR IG Statistics: ValueSet/acCDR-encounter-priority
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
Encounter.Priority
http://ehealthontario.ca/fhir/ValueSet/acCDR-encounter-priorityThe Canadian Triage and Acuity Scale (CTAS) is a scale used to determine the triage level and is sent to the CDR in PV2-40. Triage level categorizes the patient according to the type and severity of the patient’s initial presenting signs and symptoms.
Source
{
"resourceType": "ValueSet",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://ehealthontario.ca/fhir/ValueSet/acCDR-encounter-priority",
"version": "1.0",
"name": "EncounterPriority",
"status": "draft",
"publisher": "eHealth Ontario",
"description": "The Canadian Triage and Acuity Scale (CTAS) is a scale used to determine the triage level. Triage level categorizes the patient according to the type and severity of the patient’s initial presenting signs and symptoms. This value set is used in element encounter.priority in FHIR and is contributed in PV2-40 in HL7 v2",
"compose": {
"include": [
{
"system": "http://ctas-phctas.ca/CodeSystem/canadian-triage-acuity-scale",
"version": "2018",
"concept": [
{
"code": "1",
"display": "CTAS Level 1"
},
{
"code": "2",
"display": "CTAS Level 2"
},
{
"code": "3",
"display": "CTAS Level 3"
},
{
"code": "4",
"display": "CTAS Level 4"
},
{
"code": "5",
"display": "CTAS Level 5"
}
]
}
]
}
}