{
  "resourceType" : "Patient",
  "id" : "ex-Decedent-pandemicIPS-VRDR",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent",
    "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-vr",
    "http://hl7.org/fhir/StructureDefinition/Patient"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient ex-Decedent-pandemicIPS-VRDR</b></p><a name=\"ex-Decedent-pandemicIPS-VRDR\"> </a><a name=\"hcex-Decedent-pandemicIPS-VRDR\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profiles: <a href=\"http://hl7.org/fhir/us/vrdr/STU3/StructureDefinition-vrdr-decedent.html\">Decedent</a>, <a href=\"http://hl7.org/fhir/us/vr-common-library/STU2/StructureDefinition-Patient-vr.html\">Patient - Vital Records</a>, <a href=\"http://hl7.org/fhir/R4/patient.html\">Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Patricia Jordana(official) Female, DoB: 1996-05-01 ( Social Beneficiary Identifier: United States Social Security Number#987654321)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-MaritalStatus S}\">Never Married</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 07 850 9900(Mobile)</li><li>Grenzstraße Oberhausen 46045 GM (home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Unknown\">Unknown:</td><td colspan=\"3\"><ul><li>Joe Smith</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>General Practitioner: <a href=\"Bundle-78f68a27-c439-4cd5-9ca2-ebc882468ade.html#http-//example.org/Practitioner/ex-Practitioner-pandemicIPS-VRDR\">Yaser, Joseph</a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Sex on visual inspection at the time of death by the funeral home\"><a href=\"http://hl7.org/fhir/us/vrdr/STU3/StructureDefinition-NVSS-SexAtDeath.html\">NVSS SexAtDeath</a></td><td colspan=\"3\"><span title=\"Codes:{http://hl7.org/fhir/administrative-gender female}\">Female</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Spouse is Alive.\"><a href=\"http://hl7.org/fhir/us/vrdr/STU3/StructureDefinition-SpouseAlive.html\">Spouse Is Alive</a></td><td colspan=\"3\"><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0136 Y}\">Yes</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The registered place of birth of the patient. A sytem may use the address.text if they don't store the birthPlace address in discrete elements.\"><a href=\"http://hl7.org/fhir/extensions/5.2.0/StructureDefinition-patient-birthPlace.html\">Patient Birth Place</a></td><td colspan=\"3\">Roanoke VA US </td></tr></table></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/us/vrdr/StructureDefinition/SpouseAlive",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0136",
        "code" : "Y"
      }]
    }
  },
  {
    "url" : "http://hl7.org/fhir/us/vrdr/StructureDefinition/NVSS-SexAtDeath",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "http://hl7.org/fhir/administrative-gender",
        "code" : "female",
        "display" : "Female"
      }]
    }
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
    "valueAddress" : {
      "city" : "Roanoke",
      "state" : "VA",
      "country" : "US"
    }
  }],
  "identifier" : [{
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "SB",
        "display" : "Social Beneficiary Identifier"
      }]
    },
    "system" : "http://hl7.org/fhir/sid/us-ssn",
    "value" : "987654321"
  }],
  "name" : [{
    "use" : "official",
    "text" : "Patricia Jordana",
    "family" : "Patricia",
    "given" : ["Jordana"]
  }],
  "telecom" : [{
    "system" : "phone",
    "value" : "07 850 9900",
    "use" : "mobile"
  }],
  "gender" : "female",
  "birthDate" : "1996-05-01",
  "address" : [{
    "use" : "home",
    "line" : ["Grenzstraße"],
    "city" : "Oberhausen",
    "postalCode" : "46045",
    "country" : "GM"
  }],
  "maritalStatus" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
      "code" : "S",
      "display" : "Never Married"
    }]
  },
  "contact" : [{
    "relationship" : [{
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0131",
        "code" : "U"
      }],
      "text" : "Friend of family"
    }],
    "name" : {
      "text" : "Joe Smith"
    }
  }],
  "generalPractitioner" : [{
    "reference" : "http://example.org/Practitioner/ex-Practitioner-pandemicIPS-VRDR",
    "display" : "Yaser, Joseph"
  }]
}