PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.vr-common-library@1.1.0
    http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Observation-contributing-cause-of-death-part2-vr
description: This Observation profile represents represents factors contributing to the cause of death as asserted by the death certifier.
package_name: hl7.fhir.us.vr-common-library
derivation: constraint
name: ObservationContributingCauseOfDeathPart2VitalRecords
type: Observation
elements:
  status: {mustSupport: true, index: 0}
  code:
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 69441-4, system: 'http://loinc.org'}
    index: 1
  subject:
    type: Reference
    label: The decedent
    short: The decedent
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient', 'http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent']
    index: 2
  performer:
    type: Reference
    label: Death certifier
    short: Death certifier
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner', 'http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-certifier']
    index: 3
  value:
    mustSupport: true
    choices: [valueCodeableConcept]
    index: 5
  valueCodeableConcept:
    type: CodeableConcept
    mustSupport: true
    choiceOf: value
    index: 6
    elements:
      text: {short: Cause of Death Part 2, maxLength: 240, index: 8}
    required: [text]
package_version: 1.1.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Observation-contributing-cause-of-death-part2-vr
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.1.0
required: [value, subject, valueCodeableConcept]