PackagesCanonicalsLogsProblems
    Packages
    de.gematik.dipag@1.0.7
    https://gematik.de/fhir/dipag/StructureDefinition/dipag-rechnungsbundle
description: Dieses Profil stellt das collection-Bundle dar, mit welchem die strukturierten Rechnungsinhalte zusammengefasst und als base64-kodiertes Binary in der DocumentReference referenziert werden.
package_name: de.gematik.dipag
derivation: constraint
name: DiPagRechnungsBundle
type: Bundle
elements:
  type:
    mustSupport: true
    pattern: {type: Code, value: collection}
    index: 0
  timestamp: {mustSupport: true, index: 1}
  entry:
    mustSupport: true
    array: true
    min: 2
    index: 2
    elements:
      resource: {mustSupport: true, index: 3}
    slicing:
      rules: open
      discriminator:
      - {path: resource, type: profile}
      min: 2
      slices:
        Rechnung:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 4
            elements:
              resource: {type: Invoice, index: 5}
        BehandeltePerson:
          match: {}
          schema:
            mustSupport: true
            array: true
            min: 1
            _required: true
            index: 6
            elements:
              resource: {type: Patient, index: 7}
package_version: 1.0.7
class: profile
kind: resource
url: https://gematik.de/fhir/dipag/StructureDefinition/dipag-rechnungsbundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 1.0.7