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

<Appointment xmlns="http://hl7.org/fhir">
  <id value="ahi1004667"/>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Appointment ahi1004667</b></p><a name="ahi1004667"> </a><a name="hcahi1004667"> </a><p><b>status</b>: Booked</p><p><b>start</b>: 2023-06-30 10:00:00+0000</p><p><b>end</b>: 2023-06-30 11:00:00+0000</p><h3>Participants</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Type</b></td><td><b>Status</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:">CON</span></td><td>Accepted</td></tr></table></div>
  </text>
  <status value="booked"/>
  <start value="2023-06-30T10:00:00Z"/>
  <end value="2023-06-30T11:00:00Z"/>
  <participant>
    <type>
      <coding>
        <code value="CON"/>
      </coding>
    </type>
    <status value="accepted"/>
  </participant>
</Appointment>