FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.on.dhdr.r4.v4
Resource TypeValueSet
IdEncounterPriority.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "encounter-priority",
  "url": "https://fhir.infoway-inforoute.ca/ValueSet/canadiantriageacuityscale",
  "version": "1.0",
  "name": "EncounterPriority",
  "title": "Encounter Priority",
  "status": "active",
  "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"
          }
        ]
      }
    ]
  }
}