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

FHIR IG analytics

Packageca.on.dhdr.r4.v4
Resource TypeCodeSystem
IdEncounterPriority-cs.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": "CodeSystem",
  "id": "CanadianTriageAcuityScale",
  "url": "http://ctas-phctas.ca/CodeSystem/canadian-triage-acuity-scale",
  "version": "2018",
  "name": "CanadianTriageAcuityScale",
  "title": "Canadian Triage Acuity Scale",
  "status": "active",
  "date": "2019-02-20",
  "publisher": "Canadian Association of Emergency Physicians (CAEP)",
  "contact": [
    {
      "name": "Finnie Flores",
      "telecom": [
        {
          "system": "email",
          "value": "fflores@cihi.ca"
        }
      ]
    }
  ],
  "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.",
  "compositional": false,
  "content": "complete",
  "count": 5,
  "concept": [
    {
      "code": "1",
      "display": "CTAS Level 1",
      "definition": "Resuscitation"
    },
    {
      "code": "2",
      "display": "CTAS Level 2",
      "definition": "Emergent"
    },
    {
      "code": "3",
      "display": "CTAS Level 3",
      "definition": "Urgent"
    },
    {
      "code": "4",
      "display": "CTAS Level 4",
      "definition": "Less-urgent (semi-urgent)"
    },
    {
      "code": "5",
      "display": "CTAS Level 5",
      "definition": "Non-urgent"
    }
  ]
}