{
  "resourceType": "StructureDefinition",
  "id": "HCVEBundle-0ce7c78e-dbc8-4868-9f0f-8afcb73aca2d",
  "url": "https://www.esante.lu/fhir-spec/StructureDefinition/HCVEBundle-0ce7c78e-dbc8-4868-9f0f-8afcb73aca2d",
  "version": "2.0.0",
  "name": "HCVEBundle",
  "status": "active",
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 V2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "cda",
      "uri": "http://hl7.org/v3/cda",
      "name": "CDA (R2)"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle",
        "path": "Bundle",
        "short": "The retrieved Bundle"
      },
      {
        "id": "Bundle.meta",
        "path": "Bundle.meta",
        "max": "0"
      },
      {
        "id": "Bundle.identifier",
        "path": "Bundle.identifier",
        "max": "0"
      },
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "fixedCode": "collection"
      },
      {
        "id": "Bundle.timestamp",
        "path": "Bundle.timestamp",
        "max": "0"
      },
      {
        "id": "Bundle.total",
        "path": "Bundle.total",
        "max": "0"
      },
      {
        "id": "Bundle.link",
        "path": "Bundle.link",
        "max": "0"
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this.resource"
            }
          ],
          "rules": "closed"
        },
        "min": 1
      },
      {
        "id": "Bundle.entry.id",
        "path": "Bundle.entry.id",
        "max": "0"
      },
      {
        "id": "Bundle.entry.extension",
        "path": "Bundle.entry.extension",
        "max": "0"
      },
      {
        "id": "Bundle.entry.modifierExtension",
        "path": "Bundle.entry.modifierExtension",
        "max": "0"
      },
      {
        "id": "Bundle.entry.link",
        "path": "Bundle.entry.link",
        "max": "0"
      },
      {
        "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"
      },
      {
        "id": "Bundle.entry:patient",
        "path": "Bundle.entry",
        "sliceName": "patient",
        "short": "The patient",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:patient.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "short": "UUID of the resource",
        "min": 1
      },
      {
        "id": "Bundle.entry:patient.resource",
        "path": "Bundle.entry.resource",
        "short": "The patient",
        "min": 1,
        "type": [
          {
            "code": "Patient",
            "profile": [
              "https://www.esante.lu/fhir-spec/StructureDefinition/HCVEPatient-bf1ca591-dd97-4354-953e-0c9908b7196b"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:practitioner",
        "path": "Bundle.entry",
        "sliceName": "practitioner",
        "short": "A practitioner",
        "min": 0,
        "max": "*"
      },
      {
        "id": "Bundle.entry:practitioner.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "short": "UUID of the resource",
        "min": 1
      },
      {
        "id": "Bundle.entry:practitioner.resource",
        "path": "Bundle.entry.resource",
        "short": "A practitioner",
        "min": 1,
        "type": [
          {
            "code": "Practitioner",
            "profile": [
              "https://www.esante.lu/fhir-spec/StructureDefinition/HCVEPractitioner-47d27d07-07cd-4644-ab3a-0c7ea4d1290a"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:immunization",
        "path": "Bundle.entry",
        "sliceName": "immunization",
        "short": "An immunization",
        "min": 0,
        "max": "*"
      },
      {
        "id": "Bundle.entry:immunization.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "short": "UUID of the resource",
        "min": 1
      },
      {
        "id": "Bundle.entry:immunization.resource",
        "path": "Bundle.entry.resource",
        "short": "A immunization",
        "min": 1,
        "type": [
          {
            "code": "Immunization",
            "profile": [
              "https://www.esante.lu/fhir-spec/StructureDefinition/HCVEImmunization-63b38122-1b93-451a-9a44-8d3c20c07241"
            ]
          }
        ]
      },
      {
        "id": "Bundle.signature",
        "path": "Bundle.signature",
        "max": "0"
      },
      {
        "id": "Bundle.issues",
        "path": "Bundle.issues",
        "max": "0"
      }
    ]
  }
}