description: 'Das Document-Bundle dient dem Transport von Berichten zwischen Subsystemen im Krankenhaus. \nDas Bundle entspricht den Anforderungen an ein [FHIR Document Bundle](https://hl7.org/fhir/R4/documents.html) : Alle referenzierten Ressourcen müssen als Einträge im Bundle enthalten sein. \nDas Bundle unterstützt die Übermittlung einer menschenlesbaren Dokumentation (Narrative) und erlaubt zudem die Übernahme wichtiger Ressourcen (z. B. Diagnosen und Prozeduren), die einem Patienten und Fall (Patient, Encounter) zugeordnet sind.\n' package_name: de.gematik.isik derivation: constraint name: ISiKBerichtBundle type: Bundle elements: identifier: {mustSupport: true, index: 0} type: pattern: {type: code, value: document} mustSupport: true type: code index: 1 timestamp: {mustSupport: true, index: 2} entry: short: Slice zur Hinterlegung einer Encounter-Instanz mustSupport: true array: true min: 2 index: 3 elements: fullUrl: {mustSupport: true, index: 4} resource: {mustSupport: true, index: 5} search: {index: 6} request: {index: 7} response: {index: 8} required: [fullUrl, resource] slicing: rules: open discriminator: - {path: resource, type: type} min: 2 slices: Composition: match: {} schema: mustSupport: true _required: true index: 9 elements: resource: {type: Composition, index: 10} Patient: match: {} schema: mustSupport: true _required: true index: 11 elements: resource: {type: Patient, index: 12} Encounter: match: {} schema: mustSupport: true index: 13 elements: resource: {type: Encounter, index: 14} package_version: 5.0.0 class: profile kind: resource url: https://gematik.de/fhir/isik/StructureDefinition/ISiKBerichtBundle base: http://hl7.org/fhir/StructureDefinition/Bundle version: 5.0.0 required: [identifier, timestamp]