PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.eu.imaging@1.0.0-ballot
    http://hl7.eu/fhir/imaging/StructureDefinition/BundleReportMinimalMetadataEuImaging
description: Collection Bundle with minimal metadata for imaging report exchange
package_name: hl7.fhir.eu.imaging
derivation: constraint
name: BundleReportMinimalMetadataEuImaging
type: Bundle
elements:
  type:
    pattern: {type: Code, value: collection}
    index: 0
  total: {index: 1}
  link: {index: 2}
  entry:
    index: 3
    elements:
      link: {index: 4}
      fullUrl: {index: 5}
      resource: {index: 6}
      search: {index: 7}
      request: {index: 8}
      response: {index: 9}
    required: [resource, fullUrl]
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: resource, type: profile}
      min: 1
      slices:
        DiagnosticReportEuImagingMinimalMetadata:
          match: {}
          schema:
            short: The Diagnostic Report containing the imaging report
            _required: true
            index: 10
            elements:
              resource: {type: DiagnosticReport, index: 11}
        Patient:
          match: {}
          schema:
            short: The patient the report is about
            index: 12
            elements:
              resource: {type: Patient, index: 13}
        ImagingStudy:
          match: {}
          schema:
            short: The imaging study associated with this report
            index: 14
            elements:
              resource: {type: ImagingStudy, index: 15}
package_version: 1.0.0-ballot
class: profile
kind: resource
url: http://hl7.eu/fhir/imaging/StructureDefinition/BundleReportMinimalMetadataEuImaging
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 1.0.0-ballot
required: [entry]