PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.mdi@2.0.0-ballot2
    http://hl7.org/fhir/us/mdi/StructureDefinition/Bundle-document-mdi-and-edrs
description: A container for a document exchanged between an MDI CMS and EDRS (bi-directional exchange) for development of a death certificate. It contains a Composition - MDI and EDRS.
package_name: hl7.fhir.us.mdi
derivation: constraint
name: BundleDocumentMDIAndEDRS
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:
        MDIandEDRSComposition:
          match: {}
          schema:
            short: The Composition of data sent between an MDI CMS and an EDRS
            _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-and-edrs
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 2.0.0-ballot2
required: [entry, identifier]