Administrative Incubator, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/admin-incubator/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
<EncounterHistory xmlns="http://hl7.org/fhir">
<id value="example"/>
<language value="en"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">Encounter with patient @example</div>
</text>
<encounter>
<reference value="Encounter/example"/>
</encounter>
<identifier>
<use value="official"/>
<system value="http://www.amc.nl/zorgportal/identifiers/visits"/>
<value value="v2452"/>
</identifier>
<status value="in-progress"/>
<class>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="IMP"/>
<display value="inpatient encounter"/>
</coding>
</class>
<subject>
<reference value="Patient/example"/>
</subject>
</EncounterHistory>