FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/acCDR-encounter-priority

PackageOntarioacCDRFHIRImplementationGuide-0.10.00
TypeValueSet
IdacCDR-encounter-priority
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=OntarioacCDRFHIRImplementationGuide-0.10.00@0.1.0&canonical=http://ehealthontario.ca/fhir/ValueSet/acCDR-encounter-priority
URLhttp://ehealthontario.ca/fhir/ValueSet/acCDR-encounter-priority
Version1.0
Statusdraft
NameEncounterPriority
Realmca
Authorityhl7
DescriptionThe 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

Resources that use this resource

StructureDefinition
ca-on-accdr-profile-EncounterCDREncounter

Resources that this resource uses

CodeSystem
canadian-triage-acuity-scaleCanadianTriageAcuityScale

Narrative

Note: links and images are rebased to the (stated) source

Encounter.Priority

http://ehealthontario.ca/fhir/ValueSet/acCDR-encounter-priority

The 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"
          }
        ]
      }
    ]
  }
}