description: This Bundle profile represents a Document Bundle exchanged between an MDI CMS and EDRS. It can be used for bi-directional exchange. 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', mustSupport: true, index: 0} type: pattern: {type: Code, value: document} mustSupport: true index: 1 entry: mustSupport: true 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 mustSupport: true _required: true index: 3 elements: resource: {type: Resource, mustSupport: true, index: 4} required: [resource] package_version: 1.1.0 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: 1.1.0 required: [entry, identifier]