FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source1
{
"resourceType": "ValueSet",
"status": "draft",
"name": "TriagePriorityCode",
"id": "triage-priority-code",
"title": "TriagePriorityCode",
"description": "TriagePriorityCode",
"version": "1.0.4",
"url": "https://www.alberta.ca/fhir/ValueSet/triage-priority-code",
"date": "2025-12-10",
"publisher": "Alberta Health",
"contact": [
{
"name": "Alberta Health",
"telecom": [
{
"system": "url",
"value": "http://alberta.ca/hisca",
"use": "work"
},
{
"system": "email",
"value": "hisca@gov.ab.ca",
"use": "work"
}
]
}
],
"jurisdiction": [
{
"coding": [
{
"code": "CA",
"system": "urn:iso:std:iso:3166"
}
]
}
],
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/request-priority",
"concept": [
{
"code": "routine",
"display": "Routine"
},
{
"code": "urgent",
"display": "Urgent"
}
]
},
{
"system": "https://www.alberta.ca/fhir/CodeSystem/request-priority-ab",
"concept": [
{
"code": "semi-urgent",
"display": "Semi-urgent"
}
]
}
]
}
}