PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.vrdr@3.0.0-ballot
    http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-cause-of-death-part2
description: The Contributing Cause of Death Part 2 (Observation) profile is used to identify factors contributing to the cause of death as asserted by the death certifier.
package_name: hl7.fhir.us.vrdr
derivation: constraint
name: CauseOfDeathPart2
type: Observation
elements:
  code:
    short: Other significant causes or conditions of death
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 69441-4, system: 'http://loinc.org'}
    index: 0
  subject:
    type: Reference
    label: The decedent
    short: The decedent
    refers: ['http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-vr']
    index: 1
  performer:
    type: Reference
    label: Certifier, investigating coroner or medical examiner
    short: Certifier, investigating coroner or medical examiner
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner']
    index: 2
  value:
    choices: [valueCodeableConcept]
    index: 4
  valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 5}
  value[x]:
    elements:
      text: {short: Cause of Death Part 2, maxLength: 240, index: 6}
    required: [text]
package_version: 3.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-cause-of-death-part2
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 3.0.0-ballot
required: [value, subject, valueCodeableConcept]