German Practice Management FHIR Profiles (R4)
Version 0.99.1 - release

: Confirmed Presence from a Card Read - XML Representation

Raw xml | Download


<Encounter xmlns="http://hl7.org/fhir">
  <id value="presence-confirmed-card-read"/>
  <meta>
    <profile
             value="https://fhir.cognovis.de/praxis/StructureDefinition/encounter-praxis-presence-confirmed"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Encounter presence-confirmed-card-read</b></p><a name="presence-confirmed-card-read"> </a><a name="hcpresence-confirmed-card-read"> </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-encounter-praxis-presence-confirmed.html">Encounter Praxis Presence Confirmed</a></p></div><p><b>status</b>: In Progress</p><h3>StatusHistories</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Status</b></td><td><b>Period</b></td></tr><tr><td style="display: none">*</td><td>Arrived</td><td>2026-08-06 08:15:00+0200 --&gt; 2026-08-06 08:15:00+0200</td></tr></table><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="Patient-example-patient.html">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>period</b>: 2026-08-06 08:15:00+0200 --&gt; (ongoing)</p><p><b>serviceProvider</b>: <a href="Organization-example-praxis.html">Organization Musterpraxis Dr. Muster</a></p></div>
  </text>
  <status value="in-progress"/>
  <statusHistory>
    <status value="arrived"/>
    <period>
      <start value="2026-08-06T08:15:00+02:00"/>
      <end value="2026-08-06T08:15:00+02:00"/>
    </period>
  </statusHistory>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="AMB"/>
    <display value="ambulatory"/>
  </class>
  <subject>🔗 
    <reference value="Patient/example-patient"/>
  </subject>
  <period>
    <start value="2026-08-06T08:15:00+02:00"/>
  </period>
  <serviceProvider>🔗 
    <reference value="Organization/example-praxis"/>
  </serviceProvider>
</Encounter>