{
  "resourceType": "StructureDefinition",
  "id": "hc-slot-search-bundle",
  "url": "https://integrator.healthconnected.nl/StructureDefinition/hc-slot-search-bundle",
  "name": "HcSlotSearchBundle",
  "title": "HcSlotSearchBundle",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "patternCode": "searchset"
      },
      {
        "id": "Bundle.entry.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Slot",
            "profile": [
              "https://integrator.healthconnected.nl/StructureDefinition/hc-slot"
            ]
          }
        ]
      }
    ]
  }
}