CH LAB-Order (R4)
3.0.0 - ci-build
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
<Encounter xmlns="http://hl7.org/fhir">
<id value="example201"/>
<text>
<status value="generated"/>
<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 (use: temp, )</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>
</text>
<identifier>
<use value="temp"/>
<value value="Encounter_Hans_20130404"/>
</identifier>
<status value="finished"/>
<class>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="AMB"/>
<display value="ambulatory"/>
</class>
<type>
<coding>
<system value="http://snomed.info/sct"/>
<code value="11429006"/>
<display value="Consultation"/>
</coding>
</type>
<priority>
<coding>
<system value="http://snomed.info/sct"/>
<code value="17621005"/>
<display value="Normal"/>
</coding>
</priority>
<subject>🔗
<reference value="Patient/SaraSpeckmann"/>
<display value="Sara Speckmann"/>
</subject>
<participant>
<individual>🔗
<reference value="Practitioner/HansHauser"/>
<display value="Dr Hans Hauser"/>
</individual>
</participant>
<reasonCode>
<text
value="The patient had fever peaks over the last night, the general condition deteriorated massively."/>
</reasonCode>
<serviceProvider>🔗
<reference value="Organization/Kantonsspital"/>
<display value="Kantonsspital"/>
</serviceProvider>
</Encounter>