{
  "resourceType" : "Patient",
  "id" : "Fall1-Patient-Erika-Neumann",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient Fall1-Patient-Erika-Neumann</b></p><a name=\"Fall1-Patient-Erika-Neumann\"> </a><a name=\"hcFall1-Patient-Erika-Neumann\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Erika Neumann  Female, DoB: 1966-03-12 ( http://fhir.bih-charite.de/sid/patient-id#SENO-2025-001)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">Berlin DE </td></tr></table></div>"
  },
  "identifier" : [{
    "system" : "http://fhir.bih-charite.de/sid/patient-id",
    "value" : "SENO-2025-001"
  }],
  "name" : [{
    "family" : "Neumann",
    "given" : ["Erika"]
  }],
  "gender" : "female",
  "birthDate" : "1966-03-12",
  "address" : [{
    "city" : "Berlin",
    "country" : "DE"
  }]
}