PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch-crl@0.1.1
    http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-bundle
description: Definition of the bundle for reporting to the cancer registry
package_name: ch.fhir.ig.ch-crl
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: profile}
      min: 1
      slices:
        Composition:
          match: {}
          schema:
            short: Composition for reporting to the cancer registry
            _required: true
            index: 5
            elements:
              resource: {type: Composition, index: 6}
            required: [resource]
package_version: 0.1.1
class: profile
kind: resource
url: http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-bundle
base: http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-document
version: 0.1.1
required: [entry, identifier]