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

FHIR IG Statistics: ValueSet/encounter-type

Packageca.on.oh-seris
Resource TypeValueSet
Idencounter-type
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh-seris@0.11.0-alpha1.0.1&canonical=http://ontariohealth.ca/fhir/ValueSet/encounter-type
URLhttp://ontariohealth.ca/fhir/ValueSet/encounter-type
Version1.0.0
Statusdraft
NameEncounterType
TitleEncounter Type
Realmca
DescriptionIndicates the circumstances under which the patient was or will be admitted.

Resources that use this resource

StructureDefinition
ca-on-seris-profile-EncounterEncounter

Resources that this resource uses

CodeSystem
aac-admit-categoryaac-admit-category

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "encounter-type",
  "url": "http://ontariohealth.ca/fhir/ValueSet/encounter-type",
  "version": "1.0.0",
  "name": "EncounterType",
  "title": "Encounter Type",
  "status": "draft",
  "publisher": "Ontario Health",
  "description": "Indicates the circumstances under which the patient was or will be admitted.",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://cihi.ca/fhir/CodeSystem/aac-admit-category",
        "concept": [
          {
            "code": "U",
            "display": "Urgent"
          },
          {
            "code": "E",
            "display": "Emergency"
          },
          {
            "code": "L",
            "display": "Elective"
          }
        ]
      }
    ]
  }
}