<Appointment xmlns="http://hl7.org/fhir">
  <id value="0000002652" />
  <meta>
    <profile value="http://sap.com/healthcare/IS-H/fhir/StructureDefinition/genericappointment/v2" />
  </meta>
  <identifier>
    <use value="official" />
    <system value="http://fhir.exampleHospital/IS-H/fhir/Appointment" />
    <value value="0000002652" />
  </identifier>
  <status value="booked" />
  <serviceCategory>
    <coding>
      <system value="https://www.hl7.org/fhir/codesystem-service-category.html" />
      <code value="22" />
    </coding>
  </serviceCategory>
  <appointmentType>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v2-0276" />
      <code value="WALKIN" />
    </coding>
  </appointmentType>
  <supportingInformation>
    <reference value="https://system.port/sap/is-h/fhir/sap_ish_r4_gv2/Organization/42010aee-26b3-1eea-97a4-d32eb51b623d" />
    <type value="Organization" />
    <identifier>
      <use value="official" />
      <system value="http://fhir.exampleHospital/IS-H/fhir/Institution" />
      <value value="0001" />
    </identifier>
  </supportingInformation>
  <supportingInformation>
    <reference value="https://system.port/sap/is-h/fhir/sap_ish_r4_gv2/Organization/42010aee-26b3-1eea-97a5-7418696283b6" />
    <type value="Organization" />
    <identifier>
      <use value="official" />
      <system value="http://fhir.exampleHospital/IS-H/fhir/TreatmentOrgUnit" />
      <value value="SS1A" />
      <period>
        <start value="1993-01-01T00:00:00+01:00" />
      </period>
    </identifier>
  </supportingInformation>
  <supportingInformation>
    <reference value="https://system.port/sap/is-h/fhir/sap_ish_r4_gv2/Organization/42010aee-26b3-1eea-97a5-73f1b5e2c3b6" />
    <type value="Organization" />
    <identifier>
      <use value="official" />
      <system value="http://fhir.exampleHospital/IS-H/fhir/DepartmentOrgUnit" />
      <value value="SS1" />
      <period>
        <start value="1993-01-01T00:00:00+01:00" />
      </period>
    </identifier>
  </supportingInformation>
  <start value="2021-07-15T08:00:00+02:00" />
  <end value="2021-07-15T08:20:00+02:00" />
  <minutesDuration value="20" />
  <participant>
    <type>
      <coding>
        <code value="SBJ" />
      </coding>
    </type>
    <actor>
      <reference value="https://system.port/sap/is-h/fhir/sap_ish_r4_gv2/Patient/0002016075" />
      <type value="Patient" />
      <identifier>
        <use value="official" />
        <system value="http://fhir.exampleHospital/IS-H/fhir/Patient" />
        <value value="0002016075" />
      </identifier>
    </actor>
    <status value="accepted" />
  </participant>
  <participant>
    <type>
      <coding>
        <code value="ATND" />
      </coding>
    </type>
    <actor>
      <reference value="https://system.port/sap/is-h/fhir/sap_ish_r4_gv2/Practitioner/0010030008" />
      <type value="Practitioner" />
      <identifier>
        <use value="official" />
        <system value="http://fhir.exampleHospital/IS-H/fhir/Practitioner" />
        <value value="0010030008" />
      </identifier>
    </actor>
    <status value="accepted" />
  </participant>
</Appointment>