<Appointment xmlns="http://hl7.org/fhir">
  <id value="284231" />
  <meta>
    <profile value="https://fhir.cambio.se/StructureDefinition/AppointmentRebookingSe/v1" />
  </meta>
  <extension url="https://fhir.cambio.se/StructureDefinition/appointment-message">
    <valueString value="Sjukdom" />
  </extension>
  <status value="proposed" />
  <start value="2020-01-07T13:15:00+01:00" />
  <end value="2020-01-07T13:30:00+01:00" />
  <slot>
    <reference value="{{timeSlotID}}" />
  </slot>
  <participant>
    <actor>
      <type value="Patient" />
      <identifier>
        <system value="urn:oid:1.2.752.129.2.1.3.1" />
        <value value="{{personalNumber}}" />
      </identifier>
    </actor>
    <status value="accepted" />
  </participant>
  <participant>
    <actor id="{{serviceTypeID}}">
      <type value="HealthcareService" />
      <display value="{{serviceType}}" />
    </actor>
    <status value="accepted" />
  </participant>
  <participant>
    <actor>
      <type value="Location" />
      <identifier>
        <system value="urn:oid:1.2.752.129.2.1.4.1" />
        <value value="{{healthCareUnitID}}" />
      </identifier>
    </actor>
    <status value="accepted" />
  </participant>
</Appointment>