<Appointment xmlns="http://hl7.org/fhir">
  <id value="apt-booked-123" />
  <meta>
    <versionId value="7" />
    <profile value="http://sante.quebec/fhir/StructureDefinition/sgrdv-base-find-response-appointment" />
  </meta>
  <extension url="http://sante.quebec/fhir/StructureDefinition/sgrdv-appointment-cancellable">
    <valueBoolean value="true" />
  </extension>
  <identifier>
    <type>
      <coding>
        <system value="http://sante.quebec/fhir/CodeSystem/sgrdv-identifier-type" />
        <code value="IdDispoDME" />
      </coding>
    </type>
    <system value="http://sante.quebec/fhir/NamingSystem/OMNIMED" />
    <value value="rv-booked-123" />
  </identifier>
  <status value="booked" />
  <serviceCategory>
    <coding>
      <system value="http://sante.quebec/fhir/CodeSystem/sgrdv-timeslot-category" />
      <code value="p4p5" />
    </coding>
  </serviceCategory>
  <appointmentType>
    <coding>
      <system value="http://sante.quebec/fhir/CodeSystem/sgrdv-appointment-type" />
      <code value="SUIVI" />
    </coding>
  </appointmentType>
  <start value="2026-06-25T09:00:00-04:00" />
  <end value="2026-06-25T09:20:00-04:00" />
  <slot>
    <identifier>
      <type>
        <coding>
          <system value="http://sante.quebec/fhir/CodeSystem/sgrdv-identifier-type" />
          <code value="IdSlotDME" />
        </coding>
      </type>
      <system value="http://sante.quebec/fhir/NamingSystem/OMNIMED" />
      <value value="slot-abc-456" />
    </identifier>
  </slot>
  <participant>
    <actor>
      <reference value="PractitionerRole/practitionerRole-example-1" />
    </actor>
    <status value="accepted" />
  </participant>
  <participant>
    <actor>
      <reference value="Location/location-example-1" />
    </actor>
    <status value="accepted" />
  </participant>
</Appointment>