CH LAB-Order (R4)
3.0.0 - ci-build Switzerland flag

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

: example201 - JSON Representation

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "example201",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter example201</b></p><a name=\"example201\"> </a><a name=\"hcexample201\"> </a><p><b>identifier</b>: Encounter_Hans_20130404\u00a0(use:\u00a0temp,\u00a0)</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.3.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode AMB</a>: ambulatory</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 11429006}\">Consultation</span></p><p><b>priority</b>: <span title=\"Codes:{http://snomed.info/sct 17621005}\">Normal</span></p><p><b>subject</b>: <a href=\"Patient-SaraSpeckmann.html\">Sara Speckmann</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-HansHauser.html\">Dr Hans Hauser</a></td></tr></table><p><b>reasonCode</b>: <span title=\"Codes:\">The patient had fever peaks over the last night, the general condition deteriorated massively.</span></p><p><b>serviceProvider</b>: <a href=\"Organization-Kantonsspital.html\">Kantonsspital</a></p></div>"
  },
  "identifier" : [
    {
      "use" : "temp",
      "value" : "Encounter_Hans_20130404"
    }
  ],
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "AMB",
    "display" : "ambulatory"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "11429006",
          "display" : "Consultation"
        }
      ]
    }
  ],
  "priority" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "17621005",
        "display" : "Normal"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/SaraSpeckmann",
    "display" : "Sara Speckmann"
  },
  "participant" : [
    {
      "individual" : {
        🔗 "reference" : "Practitioner/HansHauser",
        "display" : "Dr Hans Hauser"
      }
    }
  ],
  "reasonCode" : [
    {
      "text" : "The patient had fever peaks over the last night, the general condition deteriorated massively."
    }
  ],
  "serviceProvider" : {
    🔗 "reference" : "Organization/Kantonsspital",
    "display" : "Kantonsspital"
  }
}