{
  "resourceType": "StructureDefinition",
  "id": "Bundle-1",
  "url": "http://standard-interoperability-lab.com/fhir/StructureDefinition-Bundle-1",
  "name": "Bundle",
  "title": "Bundle for EEC",
  "status": "active",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle.identifier",
        "path": "Bundle.identifier",
        "max": "0"
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "slicing": {
          "rules": "open"
        },
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:Patient",
        "path": "Bundle.entry",
        "sliceName": "Patient",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:Patient.resource",
        "path": "Bundle.entry.resource",
        "short": "A Patient in the bundle",
        "min": 1,
        "type": [
          {
            "code": "Patient",
            "profile": [
              "http://standard-interoperability-lab.com/fhir/StructureDefinition/Patient-1"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:observation",
        "path": "Bundle.entry",
        "sliceName": "observation",
        "min": 1,
        "max": "1"
      }
    ]
  }
}