PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.vrdr@2.0.0
    http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-cause-of-death-part2
description: Cause of death Part 2 (Observation). Identifies factors contributing to the cause of death as asserted by the death certifier (Observation)
package_name: hl7.fhir.us.vrdr
derivation: constraint
name: CauseOfDeathPart2
type: Observation
elements:
  code:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 69441-4, system: 'http://loinc.org'}
    index: 0
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent']
    index: 1
  performer:
    type: Reference
    short: Certifier
    refers: ['http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-certifier']
    index: 2
  value:
    choices: [valueCodeableConcept]
    index: 4
  valueCodeableConcept:
    type: CodeableConcept
    choiceOf: value
    index: 5
    elements:
      text: {short: Cause of Death Part 2, maxLength: 240, index: 7}
    required: [text]
package_version: 2.0.0
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: 2.0.0
required: [value, subject, valueCodeableConcept]