PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.mdi@1.0.0-ballot
    http://hl7.org/fhir/us/mdi/StructureDefinition/Observation-condition-contributing-to-death
description: The Observation - Contributing to Death profile is used to identify factors contributing to the cause of death as asserted by the death certifier.
package_name: hl7.fhir.us.mdi
derivation: constraint
name: ObservationConditionContributingToDeath
type: Observation
elements:
  code:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 69441-4, system: 'http://loinc.org', display: Other significant causes or conditions of death}
    index: 0
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
    index: 1
  performer:
    type: Reference
    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: Other significant cause or condition of death, maxLength: 240, index: 6}
    required: [text]
package_version: 1.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/mdi/StructureDefinition/Observation-condition-contributing-to-death
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.0.0-ballot
required: [value, subject, valueCodeableConcept, performer]