<Patient xmlns="http://hl7.org/fhir">
  <id value="0002004711" />
  <meta>
    <profile value="https://example.org/fhir/StructureDefinition/PatientForClinicalStudy" />
  </meta>
  <extension url="http://hl7.org/fhir/StructureDefinition/patient-nationality">
    <extension url="code">
      <valueCodeableConcept>
        <coding>
          <system value="urn:iso:std:iso:3166" />
          <code value="DE" />
        </coding>
      </valueCodeableConcept>
    </extension>
  </extension>
  <identifier>
    <use value="official" />
    <system value="http://exampleHospital/fhir/Patient" />
    <value value="0002000123" />
  </identifier>
  <active value="true" />
  <name>
    <use value="usual" />
    <text value="Frank Smith" />
    <family value="Smith" />
    <given value="Frank" />
  </name>
  <gender value="male" />
  <birthDate value="1942-03-10" />
  <address>
    <use value="home" />
    <text value="Dietmar-Hopp-Allee 16, 69190 Walldorf" />
    <line value="Dietmar-Hopp-Allee 16" />
    <city value="Walldorf" />
    <postalCode value="69190" />
    <country value="DE" />
  </address>
</Patient>