Standard Death Record

Example: ActualOrPresumedDateOfDeath

{
  "resourceType" : "Observation",
  "id" : "ActualOrPresumedDateOfDeath",
  "meta" : {
    "profile" : [
      "http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/sdr-causeOfDeath-ActualOrPresumedDateOfDeath"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: ActualOrPresumedDateOfDeath</p><p><b>meta</b>: </p><p><b>status</b>: final</p><p><b>code</b>: Date and time of death <span style="background: LightGoldenRodYellow">(Details : {LOINC code '81956-5' = 'Date and time of death [TimeStamp]', given as 'Date and time of death'})</span></p><p><b>subject</b>: <a href="Patient-Decedent.html">John Leonard Palmer. 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>: Jun 20, 2003 12:00:00 AM</p></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "81956-5",
        "display" : "Date and time of death"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/Decedent",
    "display" : "John Leonard Palmer"
  },
  "valueDateTime" : "2003-06-20T00:00:00+00:00"
}