PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch@crl-0.1.0
    http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-bundle
description: Profile on Bundle for Reporting to the Cancer Registry
package_name: ch.fhir.ig.ch
derivation: constraint
name: CHCRLBundle
type: Bundle
elements:
  identifier:
    index: 0
    elements:
      system: {index: 1}
      value: {index: 2}
    required: [value, system]
  type:
    pattern: {type: Code, value: document}
    index: 3
  entry:
    index: 4
    slicing:
      rules: open
      discriminator:
      - {path: resource, type: type}
      min: 1
      slices:
        composition:
          match: {}
          schema:
            short: A resource in the bundle
            _required: true
            index: 5
            elements:
              resource: {type: Composition, short: A resource in the bundle, index: 6}
            required: [resource]
package_version: crl-0.1.0
class: profile
kind: resource
url: http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-bundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 0.1.0
required: [entry, identifier]