{
  "resourceType": "StructureDefinition",
  "id": "GenericSlotV2",
  "meta": {
    "lastUpdated": "2022-03-25T08:05:59.089+00:00"
  },
  "url": "http://sap.com/healthcare/IS-H/fhir/StructureDefinition/genericslot/v2",
  "version": "SAP_ISH_R4_GV2",
  "name": "GenericSlotV2",
  "title": "Slot, SAP Generic, Version2",
  "status": "active",
  "date": "2021-08-10T12:37:01.6094069+00:00",
  "description": "Country-independent profile for Slot",
  "fhirVersion": "4.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Slot",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Slot",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Slot.extension",
        "path": "Slot.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 0
      },
      {
        "id": "Slot.extension:externalBookable",
        "path": "Slot.extension",
        "sliceName": "externalBookable",
        "min": 0,
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://sap.com/healthcare/fhir/StructureDefinition/ScheduleExtension-ExternalBookable"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Slot.serviceCategory",
        "path": "Slot.serviceCategory",
        "mustSupport": true
      },
      {
        "id": "Slot.serviceType",
        "path": "Slot.serviceType",
        "mustSupport": true
      },
      {
        "id": "Slot.appointmentType",
        "path": "Slot.appointmentType",
        "mustSupport": true
      },
      {
        "id": "Slot.schedule",
        "path": "Slot.schedule",
        "mustSupport": true
      },
      {
        "id": "Slot.status",
        "path": "Slot.status",
        "mustSupport": true
      },
      {
        "id": "Slot.start",
        "path": "Slot.start",
        "mustSupport": true
      },
      {
        "id": "Slot.end",
        "path": "Slot.end",
        "mustSupport": true
      }
    ]
  }
}