Standard Death Record

Example: TimingOfRecentPregnancyInRelationToDeath

{
  "resourceType" : "Observation",
  "id" : "TimingOfRecentPregnancyInRelationToDeath",
  "meta" : {
    "profile" : [
      "http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/sdr-causeOfDeath-TimingOfRecentPregnancyInRelationToDeath"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: TimingOfRecentPregnancyInRelationToDeath</p><p><b>meta</b>: </p><p><b>status</b>: final</p><p><b>code</b>: Timing of recent pregnancy in relation to death <span style="background: LightGoldenRodYellow">(Details : {LOINC code '69442-2' = 'Timing of recent pregnancy in relation to death', given as 'Timing of recent pregnancy in relation to 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>: Not pregnant within past year <span style="background: LightGoldenRodYellow">(Details : {[not stated] code 'PHC1260' = 'PHC1260', given as 'Not pregnant within past year'})</span></p></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "69442-2",
        "display" : "Timing of recent pregnancy in relation to death"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/Decedent"
  },
  "valueCodeableConcept" : {
    "coding" : [
      {
        "code" : "PHC1260",
        "display" : "Not pregnant within past year"
      }
    ]
  }
}