PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.mdi@2.0.0-snapshot2
    http://hl7.org/fhir/us/mdi/StructureDefinition/Bundle-message-tox-to-mdi
description: A container for a message from a forensic toxicology laboratory to an MDI information management system. It contains a MessageHeader - Toxicology to MDI and a DiagnosticReport - Toxicology Lab Result to MDI.
package_name: hl7.fhir.us.mdi
derivation: constraint
name: BundleMessageToxToMDI
type: Bundle
elements:
  type:
    pattern: {type: Code, value: message}
    mustSupport: true
    index: 0
  entry:
    array: true
    min: 2
    index: 1
    slicing:
      rules: open
      discriminator:
      - {path: $this.resource, type: profile}
      min: 2
      slices:
        ToxtoMDIMessage:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 2
            elements:
              resource: {type: MessageHeader, index: 3}
            required: [resource]
        ToxtoMDIDiagnosticReport:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 4
            elements:
              resource: {type: DiagnosticReport, index: 5}
            required: [resource]
package_version: 2.0.0-snapshot2
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: 2.0.0-snapshot2