PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.mdi@1.0.0
    http://hl7.org/fhir/us/mdi/StructureDefinition/Observation-tobacco-use-contributed-to-death
description: This Observation provides the conclusion arrived at during death investigation regarding the extent to which tobacco use contributed to the death of the decedent.\nThe MDI Observation - Tobacco Use Contributed to Death artifact overlaps with the VRDR Tobacco Use Contributed To Death artifact.
package_name: hl7.fhir.us.mdi
derivation: constraint
name: ObservationTobaccoUseContributedToDeath
type: Observation
elements:
  id: {index: 0}
  status: {type: code, mustSupport: true, index: 1}
  code:
    short: Did tobacco use contribute to death
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 69443-0, system: 'http://loinc.org'}
    index: 2
  subject:
    type: Reference
    short: subject
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
    index: 3
  value:
    mustSupport: true
    choices: [valueCodeableConcept]
    index: 5
  valueCodeableConcept: {type: CodeableConcept, mustSupport: true, choiceOf: value, index: 6}
package_version: 1.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/mdi/StructureDefinition/Observation-tobacco-use-contributed-to-death
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.0.0
required: [value, status, subject, valueCodeableConcept]