Standard Death Record

Example: MannerOfDeath

{
  "resourceType" : "Observation",
  "id" : "MannerOfDeath",
  "meta" : {
    "profile" : [
      "http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/sdr-causeOfDeath-MannerOfDeath"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: MannerOfDeath</p><p><b>meta</b>: </p><p><b>status</b>: final</p><p><b>code</b>: Manner of death <span style="background: LightGoldenRodYellow">(Details : {LOINC code '69449-7' = 'Manner of death', given as 'Manner of death'})</span></p><p><b>subject</b>: <a href="Patient-Decedent.html">Generated Summary: id: Decedent; Social Beneficiary Identifier = 123-45-6789 (OFFICIAL); John L. Palmer(OFFICIAL); gender: male; birthDate: Apr 23, 1911; deceased</a></p><p><b>value</b>: Natural <span style="background: LightGoldenRodYellow">(Details : {SNOMED CT code '38605008' = 'Natural death (event)', given as 'Natural'})</span></p></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "69449-7",
        "display" : "Manner of death"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/Decedent"
  },
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "38605008",
        "display" : "Natural"
      }
    ]
  }
}