{
  "resourceType" : "Patient",
  "id" : "Patient1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient Patient1</b></p><a name=\"Patient1\"> </a><a name=\"hcPatient1\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Hans Mueller  Male, DoB: 1955-08-15 ( http://example.hospital.de/patient-ids#PAT-2024-001)</p><hr/></div>"
  },
  "identifier" : [{
    "system" : "http://example.hospital.de/patient-ids",
    "value" : "PAT-2024-001"
  }],
  "name" : [{
    "family" : "Mueller",
    "given" : ["Hans"]
  }],
  "gender" : "male",
  "birthDate" : "1955-08-15"
}