CH ORF (R4)
3.0.0-ci-build - ci-build Switzerland flag

CH ORF (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-orf/ and changes regularly. See the Directory of published versions

: Encounter Emergency - JSON Representation

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "EncounterMusterfrau",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-encounter"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter EncounterMusterfrau</b></p><a name=\"EncounterMusterfrau\"> </a><a name=\"hcEncounterMusterfrau\"> </a><a name=\"EncounterMusterfrau-en-US\"> </a><p><b>CH ORF Desired Accommodation</b>: <a href=\"https://build.fhir.org/ig/hl7ch/ch-term/CodeSystem-bfs-medstats-21-encountertype.html#bfs-medstats-21-encountertype-2\">BFS Medizinische Statistik - 21 1.3.V02 - Klasse / Classe / Classe</a> 2: halbprivat</p><p><b>status</b>: Planned</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActCode.html#v3-ActCode-EMER\">ActCode</a> EMER: emergency</p><p><b>subject</b>: <a href=\"Patient-ErikaMusterfrau.html\">Erika Musterfrau (official) Female, DoB: 1970-03-14 ( Medical record number)</a></p></div>"
  },
  "extension" : [
    {
      "url" : "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-desiredaccommodation",
      "valueCoding" : {
        "system" : "http://fhir.ch/ig/ch-core/CodeSystem/bfs-medstats-21-encountertype",
        "code" : "2",
        "display" : "halbprivat"
      }
    }
  ],
  "status" : "planned",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "EMER",
    "display" : "emergency"
  },
  "subject" : {
    🔗 "reference" : "Patient/ErikaMusterfrau"
  }
}