PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.mdi@1.0.0-ballot
    http://hl7.org/fhir/us/mdi/StructureDefinition/Observation-how-death-injury-occurred
description: This Observation provides the certified explanation of how the injury leading to death occurred.
package_name: hl7.fhir.us.mdi
derivation: constraint
name: ObservationHowDeathInjuryOccurred
type: Observation
elements:
  code:
    short: Injury incident description Narrative
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 11374-6, system: 'http://loinc.org'}
    index: 0
  subject:
    type: Reference
    short: The subject of this observation is the decedent.
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
    index: 1
  performer:
    type: Reference
    short: Certifier of the explanation.
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner']
    index: 2
  value:
    mustSupport: true
    choices: [valueString]
    index: 4
  valueString: {type: string, mustSupport: true, choiceOf: value, index: 5}
package_version: 1.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/mdi/StructureDefinition/Observation-how-death-injury-occurred
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.0.0-ballot
required: [valueString, value, subject]