{
  "resourceType": "Patient",
  "id": "Decedent",
  "meta": {
    "profile": [
      "http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/sdr-decedent-Decedent"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: Decedent</p><p><b>meta</b>: </p><p><b>identifier</b>: Social Beneficiary Identifier = 123-45-6789 (OFFICIAL)</p><p><b>name</b>: John L. Palmer(OFFICIAL)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: Apr 23, 1911</p><p><b>deceased</b>: true</p><p><b>address</b>: 245 Lone View Road Thurmont Maryland 20212-1234 (HOME)</p></div>"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/identifier-type",
            "code": "SB",
            "display": "Social Beneficiary Identifier"
          }
        ]
      },
      "system": "http://hl7.org/fhir/sid/us-ssn",
      "value": "123-45-6789"
    }
  ],
  "name": [
    {
      "use": "official",
      "text": "John L. Palmer",
      "family": "Palmer",
      "given": [
        "John",
        "Leonard"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1911-04-23",
  "deceasedBoolean": true,
  "address": [
    {
      "use": "home",
      "line": [
        "245 Lone View Road"
      ],
      "city": "Thurmont",
      "state": "Maryland",
      "postalCode": "20212-1234"
    }
  ]
}