PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.mdi@1.0.0-ballot
    http://hl7.org/fhir/us/mdi/StructureDefinition/Specimen-toxicology-lab
description: This Specimen profile identifies and describes the specimen sent by a Medical Examiner, Coroner, or autopsy performer to a toxicology lab for analysis.
package_name: hl7.fhir.us.mdi
derivation: constraint
name: SpecimenToxicologyLab
type: Specimen
elements:
  identifier: {short: System-generated identifier for this Specimen., mustSupport: true, index: 0}
  accessionIdentifier: {mustSupport: true, index: 1}
  type:
    short: Type of tissue or material
    mustSupport: true
    index: 2
    elements:
      coding: {mustSupport: true, index: 3}
      text: {mustSupport: true, index: 4}
    required: [text]
  subject:
    type: Reference
    short: The subject is the decedent.
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
    index: 5
  parent:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/mdi/StructureDefinition/Specimen-toxicology-lab']
    index: 6
  container:
    elements:
      identifier: {mustSupport: true, index: 7}
      description: {index: 8}
      additive:
        mustSupport: true
        choices: []
        index: 10
    required: [description]
  condition: {mustSupport: true, index: 11}
  note: {label: Details or issues about the specimen or reason for no analysis, short: Details or issues about the specimen or reason for no analysis, mustSupport: true, index: 12}
package_version: 1.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/mdi/StructureDefinition/Specimen-toxicology-lab
base: http://hl7.org/fhir/StructureDefinition/Specimen
version: 1.0.0-ballot
required: [type]