{
  "resourceType" : "Patient",
  "id" : "Patient-12345",
  "meta" : {
    "profile" : ["http://fhir.recareai.com/StructureDefinition/recare-patient",
    "https://gematik.de/fhir/isip/v1/Basismodul/StructureDefinition/ISiPPflegeempfaenger",
    "https://gematik.de/fhir/isik/v3/Basismodul/StructureDefinition/ISiKPatient"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient Patient-12345</b></p><a name=\"Patient-12345\"> </a><a name=\"hcPatient-12345\"> </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=\"StructureDefinition-recare-patient.html\">Recare Patient</a>, <a href=\"https://simplifier.net/resolve?scope=de.gematik.isip@1.0.2&amp;canonical=https://gematik.de/fhir/isip/v1/Basismodul/StructureDefinition/ISiPPflegeempfaenger\">ISiPPflegeempfaenger</a>, <a href=\"https://simplifier.net/resolve?scope=de.gematik.isik-basismodul@3.1.1&amp;canonical=https://gematik.de/fhir/isik/v3/Basismodul/StructureDefinition/ISiKPatient\">ISiKPatient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Vorname Nachname (official) männlich, DoB: 1950-05-15 ( Einrichtungsinterne Patienten(-Akten-)Nummer)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\">Einrichtungsinterne Patienten(-Akten-)Nummer/GY8-0L4-0PV</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 030 1234567(Home)</li><li><a href=\"mailto:vorname.nachname@example.de\">vorname.nachname@example.de</a></li><li>Pariser Platz 1 Berlin 10115 DE </li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: <a href=\"Bundle-Recare-patient-request-12345.html#urn-uuid-b2c3d4e5-f6a7-8901-bcde-f23456789012\">Organization Seniorenresidenz Am Stadtpark</a></li></ul></td></tr></table></div>"
  },
  "identifier" : [{
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "MR"
      }]
    },
    "system" : "http://fhir.recareai.com/sid/search-user-id",
    "value" : "GY8-0L4-0PV"
  },
  {
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "MR"
      }]
    },
    "system" : "http://fhir.recareai.com/sid/search-user-id",
    "value" : "GY8-0L4-0PV"
  }],
  "active" : true,
  "name" : [{
    "use" : "official",
    "family" : "Nachname",
    "given" : ["Vorname"]
  }],
  "telecom" : [{
    "system" : "phone",
    "value" : "030 1234567",
    "use" : "home"
  },
  {
    "system" : "email",
    "value" : "vorname.nachname@example.de",
    "use" : "home"
  }],
  "gender" : "male",
  "birthDate" : "1950-05-15",
  "address" : [{
    "type" : "physical",
    "line" : ["Pariser Platz 1"],
    "_line" : [{
      "extension" : [{
        "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
        "valueString" : "Pariser Platz"
      },
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
        "valueString" : "1"
      }]
    }],
    "city" : "Berlin",
    "postalCode" : "10115",
    "country" : "DE"
  }],
  "managingOrganization" : {
    "reference" : "urn:uuid:b2c3d4e5-f6a7-8901-bcde-f23456789012"
  }
}