PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.mdi@1.0.0-ballot
    http://hl7.org/fhir/us/mdi/StructureDefinition/Observation-manner-of-death
description: This Observation provides the conclusion arrived at upon completion of death investigation regarding the manner of death (e.g., natural, homicide, suicide, accident).
package_name: hl7.fhir.us.mdi
derivation: constraint
name: ObservationMannerOfDeath
type: Observation
elements:
  id: {short: id, index: 0}
  status:
    type: code
    short: status
    pattern: {type: Code, value: final}
    mustSupport: true
    index: 1
  code:
    type: CodeableConcept
    short: Manner of death
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 69449-7, system: 'http://loinc.org'}
    index: 2
  subject:
    type: Reference
    short: subject
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
    index: 3
  performer:
    type: Reference
    short: performer
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner']
    index: 4
  value:
    short: Manner of Death value set
    mustSupport: true
    choices: [valueCodeableConcept]
    index: 6
  valueCodeableConcept: {type: CodeableConcept, short: Manner of Death value set, mustSupport: true, choiceOf: value, index: 7}
package_version: 1.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/mdi/StructureDefinition/Observation-manner-of-death
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.0.0-ballot
required: [value, status, subject, valueCodeableConcept, code, performer]