PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.mdi@2.0.0-ballot2
    http://hl7.org/fhir/us/mdi/StructureDefinition/Bundle-document-mdi-dcr
description: A container for a document exchanged between an EDRS and an MDI CMS (bi-directional exchange) for a Death Certificate Review. It contains a Composition - Death Certificate Review.
package_name: hl7.fhir.us.mdi
derivation: constraint
name: BundleDocumentMDIDCR
type: Bundle
elements:
  identifier: {short: 'Persistent, unique identifier of each bundle instance', index: 0}
  type:
    pattern: {type: Code, value: document}
    index: 1
  entry:
    index: 2
    slicing:
      rules: open
      discriminator:
      - {path: $this.resource, type: profile}
      min: 1
      slices:
        DCR_Composition:
          match: {}
          schema:
            short: The Composition of data sent from an EDRS for a Death Certificate Review.
            _required: true
            index: 3
            elements:
              resource: {type: Composition, index: 4}
            required: [resource]
package_version: 2.0.0-ballot2
class: profile
kind: resource
url: http://hl7.org/fhir/us/mdi/StructureDefinition/Bundle-document-mdi-dcr
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 2.0.0-ballot2
required: [entry, identifier]