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