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 with mandatory and must support elements only - XML Representation

Raw xml | Download


<Encounter xmlns="http://hl7.org/fhir">
  <id value="Encounter-ENCID-1"/>
  <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-1</b></p><a name="Encounter-ENCID-1"> </a><a name="hcEncounter-ENCID-1"> </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/1</p><p><b>status</b>: Unknown</p><p><b>class</b>: <a href="http://terminology.hl7.org/7.3.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB">ActCode: AMB</a> (ambulatory)</p><p><b>subject</b>: <a href="http://hl7.se/fhir/ig/base/1.1.0/Patient-PatientExample199002222397.html">Andreas Ebers(official) Male, DoB: 1990-02-22 ( http://electronichealth.se/identifier/personnummer#PersonnummerNS#199002222397)</a></p></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="VN"/>
      </coding>
    </type>
    <value value="1"/>
  </identifier>
  <status value="unknown"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="AMB"/>
  </class>
  <subject>
    <reference value="Patient/PatientExample199002222397"/>
  </subject>
</Encounter>