PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.vrdr@2.1.0
    http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-manner-of-death
description: Manner of Death (Observation)
package_name: hl7.fhir.us.vrdr
derivation: constraint
name: MannerOfDeath
type: Observation
elements:
  status:
    pattern: {type: Code, value: final}
    index: 0
  code:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 69449-7, system: 'http://loinc.org'}
    index: 1
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent']
    index: 2
  performer:
    type: Reference
    short: Certifier
    refers: ['http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-certifier']
    index: 3
  value:
    choices: [valueCodeableConcept]
    index: 5
  valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 6}
package_version: 2.1.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-manner-of-death
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 2.1.0
required: [value, subject, valueCodeableConcept]