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

FHIR IG analytics

Packageca.on.oh-seris
Resource TypeCodeSystem
Idencounter-type-duplicate-2.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": "encounter-type",
  "url": "http://cihi.ca/fhir/CodeSystem/aac-admit-category",
  "version": "1.0.1",
  "name": "EncounterType",
  "title": "Encounter Type",
  "status": "draft",
  "experimental": false,
  "date": "2023-03-10",
  "publisher": "Ontario Health",
  "description": "Indicates the circumstances under which the patient was or will be admitted.",
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "U",
      "display": "Urgent"
    },
    {
      "code": "E",
      "display": "Emergency"
    },
    {
      "code": "L",
      "display": "Elective"
    }
  ]
}