{
  "resourceType": "StructureDefinition",
  "id": "hc-slot",
  "url": "https://integrator.healthconnected.nl/StructureDefinition/hc-slot",
  "name": "HcSlot",
  "title": "HcSlot",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Slot",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Slot",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Slot.id",
        "path": "Slot.id",
        "max": "0"
      },
      {
        "id": "Slot.appointmentType",
        "path": "Slot.appointmentType",
        "min": 1,
        "binding": {
          "strength": "required",
          "valueSet": "http://fhir.nl/fhir/ValueSet/nhg-tabel-14-contactsoort"
        }
      },
      {
        "id": "Slot.schedule",
        "path": "Slot.schedule",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://integrator.healthconnected.nl/StructureDefinition/hc-schedule"
            ]
          }
        ]
      },
      {
        "id": "Slot.status",
        "path": "Slot.status",
        "fixedCode": "free"
      }
    ]
  }
}