PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.vrdr@3.0.0
    http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-manual-underlying-cause-of-death
description: Manual Underlying Cause Of Death (Observation)
package_name: hl7.fhir.us.vrdr
derivation: constraint
name: ManualUnderlyingCauseOfDeath
type: Observation
elements:
  code:
    short: Cause of death.underlying [Manual]
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 80359-3, system: 'http://loinc.org'}
    index: 0
  subject:
    type: Reference
    short: Decedent
    refers: ['http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-vr']
    index: 1
  effective:
    short: Date/Time when added to death record
    choices: [effectiveDateTime]
    index: 3
  effectiveDateTime: {type: dateTime, short: Date/Time when added to death record, choiceOf: effective, index: 4}
  value:
    choices: [valueCodeableConcept]
    index: 6
  valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 7}
package_version: 3.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-manual-underlying-cause-of-death
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 3.0.0
required: [value, valueCodeableConcept]