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