description: This Bundle profile represents a Message Bundle from a forensic toxicology laboratory to an MDI information management system. It contains a Message Header and a DiagnosticReport - Toxicology Lab Result to MDI. package_name: hl7.fhir.us.mdi derivation: constraint name: BundleMessageToxToMDI type: Bundle elements: identifier: {mustSupport: true, index: 0} type: pattern: {type: Code, value: message} mustSupport: true index: 1 entry: index: 2 slicing: rules: open discriminator: - {path: $this.resource, type: profile} min: 1 slices: ToxtoMDIMessage: match: {} schema: mustSupport: true _required: true index: 3 elements: resource: {type: Resource, index: 4} required: [resource] package_version: 1.0.0 class: profile kind: resource url: http://hl7.org/fhir/us/mdi/StructureDefinition/Bundle-message-tox-to-mdi base: http://hl7.org/fhir/StructureDefinition/Bundle version: 1.0.0 required: [entry, identifier]