<?xml version="1.0" encoding="UTF-8"?>

<Appointment xmlns="http://hl7.org/fhir">
  <id value="ExampleAppointmentVideosprechstunde"/>
  <text>
    <status value="extensions"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Appointment ExampleAppointmentVideosprechstunde</b></p><a name="ExampleAppointmentVideosprechstunde"> </a><a name="hcExampleAppointmentVideosprechstunde"> </a><p><b>Appointment Mode</b>: video</p><p><b>status</b>: Booked</p><p><b>start</b>: 2026-04-10 09:00:00+0200</p><p><b>end</b>: 2026-04-10 09:15:00+0200</p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href="Patient-example-patient.html">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href="Practitioner-example-practitioner.html">Practitioner Markus Schoell (official)</a></p><p><b>status</b>: Accepted</p></blockquote></div>
  </text>
  <extension url="https://fhir.cognovis.de/praxis/StructureDefinition/appointment-mode">
    <valueCode value="video"/>
  </extension>
  <status value="booked"/>
  <start value="2026-04-10T09:00:00+02:00"/>
  <end value="2026-04-10T09:15:00+02:00"/>
  <participant>
    <actor>
      <reference value="Patient/example-patient"/>
    </actor>
    <status value="accepted"/>
  </participant>
  <participant>
    <actor>
      <reference value="Practitioner/example-practitioner"/>
    </actor>
    <status value="accepted"/>
  </participant>
</Appointment>