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

FHIR IG Statistics: ValueSet/EncounterType

Packageca.on.dhdr.r4.v4
Resource TypeValueSet
IdEncounterType
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.dhdr.r4.v4@0.1.2-beta&canonical=http://cihi.ca/fhir/ValueSet/aac-admit-category
URLhttp://cihi.ca/fhir/ValueSet/aac-admit-category
Version2018
Statusactive
Date2019-02-20
NameEncounterType
TitleEncounter Type
Realmus
Authorityhl7
DescriptionThe initial status of the patient at the time of admission to the reporting facility. It is contributed in PV1-4 in HL7v2 and is used by the resource element Encounter.type in FHIR

Resources that use this resource

StructureDefinition
ca-on-accdr-profile-EncounterCDREncounter

Resources that this resource uses

CodeSystem
aac-admit-categoryaac-admit-category

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "url": "http://cihi.ca/fhir/ValueSet/aac-admit-category",
  "version": "2018",
  "name": "EncounterType",
  "title": "Encounter Type",
  "status": "active",
  "date": "2019-02-20",
  "publisher": "Canadian Institute for Health Information",
  "contact": [
    {
      "name": "Finnie Flores",
      "telecom": [
        {
          "system": "email",
          "value": "fflores@cihi.ca"
        }
      ]
    }
  ],
  "description": "The initial status of the patient at the time of admission to the reporting facility.  It is contributed in  PV1-4 in HL7v2 and is used by the resource element  Encounter.type in FHIR",
  "compose": {
    "include": [
      {
        "system": "http://cihi.ca/fhir/CodeSystem/aac-admit-category",
        "version": "2018",
        "concept": [
          {
            "code": "L",
            "display": "Scheduled/elective"
          },
          {
            "code": "U",
            "display": "Urgent/emergent"
          },
          {
            "code": "N",
            "display": "Newborn"
          },
          {
            "code": "S",
            "display": "Stillborn"
          },
          {
            "code": "R",
            "display": "Cadaveric donor"
          }
        ]
      }
    ]
  }
}