<Patient xmlns="http://hl7.org/fhir">
  <meta>
    <profile value="https://example.org/fhir/StructureDefinition/MyPatient" />
  </meta>
  <identifier>
    <system value="http://fhir.de/sid/gkv/kvid-10" />
    <value value="A123456789" />
  </identifier>
  <identifier>
    <system value="http://fhir.ufp/NamingSystem/ufp-citizen-id" />
    <value value="23424-2345-24365345-3747567-678678" />
  </identifier>
  <name>
    <family value="Burnham" />
    <given value="Vladimir" />
  </name>
  <gender value="female" />
  <birthDate value="2226-10-24" />
  <address>
    <extension url="http://fhir.ufp/StructureDefinition/planet">
      <valueString value="Earth" />
    </extension>
    <use value="home" />
    <type value="both" />
    <line value="Milchstr. 42" />
    <city value="Spöck" />
    <postalCode value="76297" />
    <country value="DE" />
  </address>
</Patient>