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

<Appointment xmlns="http://hl7.org/fhir">
  <id value="AppointmentOrthopedicConsultation"/>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Appointment AppointmentOrthopedicConsultation</b></p><a name="AppointmentOrthopedicConsultation"> </a><a name="hcAppointmentOrthopedicConsultation"> </a><p><b>status</b>: Fulfilled</p><p><b>description</b>: Pre-operative orthopedic consultation prior to ACL reconstruction surgery</p><p><b>start</b>: 2026-01-08 09:00:00+0100</p><p><b>end</b>: 2026-01-08 09:30:00+0100</p><blockquote><p><b>participant</b></p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType SBJ}">subject</span></p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href="http://registry.example.org/fhir/HealthcareService/HealthcareServiceOrthopedicsFulfiller">http://registry.example.org/fhir/HealthcareService/HealthcareServiceOrthopedicsFulfiller</a></p><p><b>status</b>: Accepted</p></blockquote></div>
  </text>
  <status value="fulfilled"/>
  <description value="Pre-operative orthopedic consultation prior to ACL reconstruction surgery"/>
  <start value="2026-01-08T09:00:00+01:00"/>
  <end value="2026-01-08T09:30:00+01:00"/>
  <participant>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
        <code value="SBJ"/>
        <display value="subject"/>
      </coding>
    </type>
    <status value="accepted"/>
  </participant>
  <participant>
    <actor>
      <reference value="http://registry.example.org/fhir/HealthcareService/HealthcareServiceOrthopedicsFulfiller"/>
    </actor>
    <status value="accepted"/>
  </participant>
</Appointment>