<Patient xmlns="http://hl7.org/fhir">
  <id value="0002000123" />
  <meta>
    <profile value="http://sap.com/healthcare/IS-H/fhir/StructureDefinition/genericpatient/v1" />
  </meta>
  <identifier>
    <use value="official" />
    <system value="https://fhir.exampleHospital/IS-H/fhir/Patient" />
    <value value="0002000123" />
  </identifier>
  <active value="true" />
  <name>
    <use value="usual" />
    <text value="Pierre le Francais" />
    <family value="le Francais" />
    <given value="Pierre" />
  </name>
  <gender value="male" />
  <birthDate value="1942-03-10" />
  <address>
    <use value="home" />
    <text value="3, allee des Platanes 3 Annecy 74000" />
    <line value="3, allee des Platanes 3" />
    <city value="Annecy" />
    <postalCode value="74000" />
    <country value="FR" />
  </address>
  <maritalStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus" />
      <code value="M" />
    </coding>
  </maritalStatus>
  <communication>
    <language>
      <coding>
        <code value="de-DE" />
      </coding>
    </language>
  </communication>
  <managingOrganization>
    <reference value="https://system.port/sap/is-h/fhir/sap_ish_r4_gen/Organization/42010aee-26b3-1eea-97a4-d32eb51b623d" />
    <type value="Organization" />
    <identifier>
      <use value="official" />
      <system value="https://fhir.exampleHospital/IS-H/fhir/Institution" />
      <value value="0001" />
    </identifier>
  </managingOrganization>
</Patient>