Estonian Base Implementation Guide
1.1.1 - trial-use
Estonian Base Implementation Guide, published by HL7 Estonia. This guide is not an authorized publication; it is the continuous build for version 1.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7EE/ig-ee-base/ and changes regularly. See the Directory of published versions
<Encounter xmlns="http://hl7.org/fhir">
<id value="EncounterPatient1"/>
<meta>
<profile value="https://fhir.ee/base/StructureDefinition/ee-encounter"/>
</meta>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Encounter EncounterPatient1</b></p><a name="EncounterPatient1"> </a><a name="hcEncounterPatient1"> </a><a name="EncounterPatient1-en-US"> </a><p><b>Encounter Mode Of Arrival</b>: <a href="http://terminology.hl7.org/6.0.2/CodeSystem-v2-0430.html#v2-0430-A">arrivalMode</a> A: Ambulance</p><p><b>status</b>: In Progress</p><p><b>class</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode IMP}">inpatient encounter</span></p><p><b>subject</b>: <a href="Patient-pat1.html">Mart Mets (official) Male, DoB: 1973-02-10 ( https://fhir.ee/sid/pid/est/ni#Estonian Personal National Identification Code#37302102711)</a></p><p><b>episodeOfCare</b>: <a href="EpisodeOfCare-eoc1.html">EpisodeOfCare: identifier = https://rh.ee/episodeofcare-identifier#123; status = active; period = 2023-05-09 --> (ongoing)</a></p><p><b>serviceProvider</b>: <a href="Organization-rh.html">Organization Rakvere Haigla</a></p><p><b>actualPeriod</b>: 2023-05-09 --> (ongoing)</p><h3>Locations</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Location</b></td><td><b>Status</b></td><td><b>Period</b></td></tr><tr><td style="display: none">*</td><td>Emergency Waiting Room</td><td>Active</td><td>2023-05-09 19:00:00+0200 --> (ongoing)</td></tr></table></div>
</text>
<extension
url="http://hl7.org/fhir/StructureDefinition/encounter-modeOfArrival">
<valueCoding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0430"/>
<code value="A"/>
<display value="Ambulance"/>
</valueCoding>
</extension>
<status value="in-progress"/>
<class>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="IMP"/>
</coding>
</class>
<subject>🔗
<reference value="Patient/pat1"/>
</subject>
<episodeOfCare>🔗
<reference value="EpisodeOfCare/eoc1"/>
</episodeOfCare>
<serviceProvider>🔗
<reference value="Organization/rh"/>
</serviceProvider>
<actualPeriod>
<start value="2023-05-09"/>
</actualPeriod>
<location>
<location>
<display value="Emergency Waiting Room"/>
</location>
<status value="active"/>
<period>
<start value="2023-05-09T19:00:00+02:00"/>
</period>
</location>
</Encounter>