Retention Implementation Guide
2.0.0 - ci-build

Retention Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Patient Visit - XML Representation

Raw xml | Download


<Encounter xmlns="http://hl7.org/fhir">
  <id value="PatientVisit"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Encounter PatientVisit</b></p><a name="PatientVisit"> </a><a name="hcPatientVisit"> </a><p><b>status</b>: Finished</p><p><b>class</b>: <a href="CodeSystem-TypeOfVisit.html#TypeOfVisit-0">Type of visit Codesystem 0</a>: scheduled in person</p><p><b>subject</b>: <a href="Patient-P001.html">Anonymous Patient (no stated gender), DoB Unknown</a></p><p><b>period</b>: 2025-06-09 12:00:00+0000 --&gt; 2025-06-10 12:00:00+0000</p></div>
  </text>
  <status value="finished"/>
  <class>
    <system
            value="https://www.retention-project.eu/ig/CodeSystem/TypeOfVisit"/>
    <code value="0"/>
    <display value="scheduled in person"/>
  </class>
  <subject>🔗 
    <reference value="Patient/P001"/>
  </subject>
  <period>
    <start value="2025-06-09T12:00:00.000+00:00"/>
    <end value="2025-06-10T12:00:00.000+00:00"/>
  </period>
</Encounter>