{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2018-12-18T10:00:00+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>\n\t\t\t\tePI Bundle to create a set of documents\n\t\t\t</p></div>"
  },
  "url": "http://ema.europa.eu/fhir/definition/epi/Bundle-create",
  "version": "1",
  "name": "EMA ePI profile for creating a Document Bundle",
  "title": "EMA ePI profile for creating a Document Bundle",
  "status": "draft",
  "date": "2021-06-10T12:37:27.389+00:00",
  "fhirVersion": "4.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "fixedCode": "transaction"
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "profile",
              "path": "resource"
            }
          ],
          "rules": "open"
        },
        "min": 2
      },
      {
        "id": "Bundle.entry.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1
      },
      {
        "id": "Bundle.entry:sliceEntryList",
        "path": "Bundle.entry",
        "sliceName": "sliceEntryList",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:sliceEntryList.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1
      },
      {
        "id": "Bundle.entry:sliceEntryList.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "List",
            "profile": [
              "http://ema.europa.eu/fhir/definition/epi/List-create"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:sliceEntryBundle",
        "path": "Bundle.entry",
        "sliceName": "sliceEntryBundle",
        "min": 1,
        "max": "*"
      },
      {
        "id": "Bundle.entry:sliceEntryBundle.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:sliceEntryBundle.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Bundle",
            "profile": [
              "http://ema.europa.eu/fhir/definition/epi/Bundle-document-create"
            ]
          }
        ]
      }
    ]
  }
}