PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.vrdr@2.2.0
    http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-tobacco-use-contributed-to-death
description: Tobacco Use Contributed To Death (Observation)
package_name: hl7.fhir.us.vrdr
derivation: constraint
name: TobaccoUseContributedToDeath
type: Observation
elements:
  status:
    pattern: {type: Code, value: final}
    index: 0
  code:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 69443-0, system: 'http://loinc.org', display: Did tobacco use contribute to death}
    index: 1
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent']
    index: 2
  value:
    choices: [valueCodeableConcept]
    index: 4
  valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 5}
package_version: 2.2.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-tobacco-use-contributed-to-death
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 2.2.0
required: [value, subject, valueCodeableConcept]