PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.mdi@1.0.0-ballot
    http://hl7.org/fhir/us/mdi/StructureDefinition/Observation-death-injury-at-work
description: This Observation identifies whether or not death resulted from events or an injury that occurred at work.
package_name: hl7.fhir.us.mdi
derivation: constraint
name: ObservationDeathInjuryAtWork
type: Observation
elements:
  code:
    short: Did death result from injury at work?
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 69444-8, system: 'http://loinc.org'}
    index: 0
  subject:
    type: Reference
    short: The subject of the observation is the decedent.
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
    index: 1
  value:
    mustSupport: true
    choices: [valueCodeableConcept]
    index: 3
  valueCodeableConcept: {type: CodeableConcept, mustSupport: true, choiceOf: value, index: 4}
package_version: 1.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/mdi/StructureDefinition/Observation-death-injury-at-work
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.0.0-ballot
required: [value, subject, valueCodeableConcept]