PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.mdi.r4@1.1.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.r4
derivation: constraint
name: ObservationTobaccoUseContributedToDeath
type: Observation
elements:
  status: {type: code, mustSupport: true, index: 0}
  code:
    short: Did tobacco use contribute to death
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 69443-0, system: 'http://loinc.org', display: Did tobacco use contribute to death}
    index: 1
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
    index: 2
  value:
    mustSupport: true
    choices: [valueCodeableConcept]
    index: 4
  valueCodeableConcept: {type: CodeableConcept, mustSupport: true, choiceOf: value, index: 5}
package_version: 1.1.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.1.0
required: [value, status, subject, valueCodeableConcept]