<?xml version="1.0" encoding="UTF-8"?>

<Patient xmlns="http://hl7.org/fhir">
  <id value="Patient-12345"/>
  <meta>
    <profile value="http://fhir.recareai.com/StructureDefinition/recare-patient"/>
    <profile value="https://gematik.de/fhir/isip/v1/Basismodul/StructureDefinition/ISiPPflegeempfaenger"/>
    <profile value="https://gematik.de/fhir/isik/v3/Basismodul/StructureDefinition/ISiKPatient"/>
  </meta>
  <text>
    <status value="generated"/><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>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MR"/>
      </coding>
    </type>
    <system value="http://fhir.recareai.com/sid/search-user-id"/>
    <value value="GY8-0L4-0PV"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MR"/>
      </coding>
    </type>
    <system value="http://fhir.recareai.com/sid/search-user-id"/>
    <value value="GY8-0L4-0PV"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <family value="Nachname"/>
    <given value="Vorname"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="030 1234567"/>
    <use value="home"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="vorname.nachname@example.de"/>
    <use value="home"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1950-05-15"/>
  <address>
    <type value="physical"/>
    <line value="Pariser Platz 1">
      <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName">
        <valueString value="Pariser Platz"/>
      </extension>
      <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber">
        <valueString value="1"/>
      </extension>
    </line>
    <city value="Berlin"/>
    <postalCode value="10115"/>
    <country value="DE"/>
  </address>
  <managingOrganization>
    <reference value="urn:uuid:b2c3d4e5-f6a7-8901-bcde-f23456789012"/>
  </managingOrganization>
</Patient>