PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.mdi@1.0.0-ballot
    http://hl7.org/fhir/us/mdi/StructureDefinition/List-cause-of-death-pathway
description: This List profile is an ordered list of cause of death conditions.
package_name: hl7.fhir.us.mdi
derivation: constraint
name: ListCauseOfDeathPathway
type: List
elements:
  id: {short: id, index: 0}
  status:
    type: code
    short: status
    pattern: {type: Code, value: current}
    mustSupport: true
    index: 1
  mode:
    type: code
    short: mode
    pattern: {type: Code, value: snapshot}
    mustSupport: true
    index: 2
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
    index: 3
  source:
    type: Reference
    short: source
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner']
    index: 4
  entry:
    min: 1
    short: The first entry.item is the IMMEDIATE CAUSE, for each subsequent entry.item, sequentially list conditions, if any, leading to the cause recorded in the first entry.item, the last entry.item is the UNDERLYING CAUSE
    index: 5
    mustSupport: true
    array: true
    elements:
      item:
        short: One cause of death
        refers: ['http://hl7.org/fhir/us/mdi/StructureDefinition/Observation-cause-of-death-condition']
        type: Reference
        mustSupport: true
        label: One cause of death
        index: 6
    max: 5
    required: [item]
package_version: 1.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/mdi/StructureDefinition/List-cause-of-death-pathway
base: http://hl7.org/fhir/StructureDefinition/List
version: 1.0.0-ballot
required: [entry, mode, status, subject, source]