This page is part of the HL7 Europe Extensions (v0.1.1-ballot: Release Ballot) based on FHIR (HL7® FHIR® Standard) v5.0.0. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
<Encounter xmlns="http://hl7.org/fhir">
<id value="enc-example"/>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Encounter enc-example</b></p><a name="enc-example"> </a><a name="hcenc-example"> </a><a name="enc-example-en-US"> </a><p><b>Encounter: Legal Status</b>: <span title="Codes:{http://snomed.info/sct 135848002}">Voluntary admission</span></p><p><b>status</b>: Completed</p><p><b>class</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode IMP}">inpatient encounter</span></p><p><b>subject</b>: Nice Patient</p></div>
</text>
<extension
url="http://hl7.eu/fhir/StructureDefinition/encounter-legalStatus">
<valueCodeableConcept>
<coding>
<system value="http://snomed.info/sct"/>
<code value="135848002"/>
<display value="Voluntary admission"/>
</coding>
</valueCodeableConcept>
</extension>
<status value="completed"/>
<class>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="IMP"/>
</coding>
</class>
<subject>
<display value="Nice Patient"/>
</subject>
</Encounter>