VGR Base Profiles Implementation Guide
1.0.0 - release
This page is part of the VGR Base Profiles Implementation Guide (v1.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. 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="Encounter-ENCID-2"/>
<meta>
<profile
value="https://fhir.vgregion.se/ig/base/StructureDefinition/VGRBaseEncounter"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Encounter Encounter-ENCID-2</b></p><a name="Encounter-ENCID-2"> </a><a name="hcEncounter-ENCID-2"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-VGRBaseEncounter.html">VGR Base Encounter</a></p></div><p><b>identifier</b>: Visit number/2</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href="http://terminology.hl7.org/7.3.0/CodeSystem-v3-ActCode.html#v3-ActCode-IMP">ActCode: IMP</a> (inpatient encounter)</p><p><b>subject</b>: <a href="Patient-Patient-LRID-19810829M071.html">Förnamn Mellannamn Efternamn(official) Female, DoB: 1981-08-29 ( https://fhir.vgregion.se/NamingSystem/LRID#VGRLRIDNS#19810829M071)</a></p><p><b>period</b>: 2020-04-01 10:00:00+0100 --> 2020-04-15 11:00:00+0100</p></div>
</text>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="VN"/>
</coding>
</type>
<value value="2"/>
</identifier>
<status value="finished"/>
<class>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="IMP"/>
</class>
<subject>🔗
<reference value="Patient/Patient-LRID-19810829M071"/>
</subject>
<period>
<start value="2020-04-01T10:00:00+01:00"/>
<end value="2020-04-15T11:00:00+01:00"/>
</period>
</Encounter>