PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.mdi@2.0.0-ballot
    http://hl7.org/fhir/us/mdi/StructureDefinition/Bundle-message-tox-to-mdi
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:
  type:
    pattern: {type: Code, value: message}
    mustSupport: true
    index: 0
  entry:
    index: 1
    slicing:
      rules: open
      discriminator:
      - {path: $this.resource, type: profile}
      min: 1
      slices:
        ToxtoMDIMessage:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 2
            elements:
              resource: {type: MessageHeader, index: 3}
            required: [resource]
package_version: 2.0.0-ballot
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-ballot
required: [entry]