{
  "resourceType": "StructureDefinition",
  "id": "EventBundle",
  "meta": {
    "versionId": "6",
    "lastUpdated": "2021-06-17T19:04:11.419+00:00",
    "source": "#DN1UftK22hpontc9"
  },
  "url": "https://fhir.simplifier.net/Testing18/StructureDefinition/EventBundle",
  "name": "EventBundle",
  "title": "EQCare Event Bundle",
  "status": "active",
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle",
        "path": "Bundle"
      },
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "fixedCode": "message",
        "binding": {
          "strength": "required"
        }
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "resource"
            }
          ],
          "ordered": true,
          "rules": "open"
        },
        "max": "2"
      },
      {
        "id": "Bundle.entry:MessageHeader",
        "path": "Bundle.entry",
        "sliceName": "MessageHeader",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "max": "0"
      },
      {
        "id": "Bundle.entry:MessageHeader.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "MessageHeader"
          }
        ]
      },
      {
        "id": "Bundle.entry.resource.meta.profile",
        "path": "Bundle.entry.resource.meta.profile",
        "slicing": {
          "rules": "open"
        }
      },
      {
        "id": "Bundle.entry.search",
        "path": "Bundle.entry.search",
        "max": "0"
      },
      {
        "id": "Bundle.entry.request",
        "path": "Bundle.entry.request",
        "max": "0"
      },
      {
        "id": "Bundle.entry.response",
        "path": "Bundle.entry.response",
        "max": "0"
      }
    ]
  },
  "fhirVersion": "4.0.1"
}