<Patient xmlns="http://hl7.org/fhir">
  <meta>
    <profile value="http://kisa-ragi.eu/fhir/StructureDefinition/MyPatient" />
  </meta>
  <extension url="http://kisa-ragi.eu/fhir/StructureDefinition/MyExtension">
    <valueCodeableConcept>
      <coding>
        <system value="http://fhir.ufp/species" />
        <code value="VK" />
      </coding>
    </valueCodeableConcept>
  </extension>
  <identifier>
    <system value="http://starfleet-hospital.ufp/fhir/NamingSystem/patient-identifier" />
    <value value="JEKKT-1032" />
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203" />
        <code value="MR" />
      </coding>
    </type>
    <system value="http://fhir.de/NamingSystem/gkv/kvid-10" />
    <value value="9977664455" />
  </identifier>
  <name>
    <family value="Kisaragi" />
    <given value="Jin" />
  </name>
  <telecom>
    <system value="phone" />
    <value value="+49 (0)12345 - 123456" />
    <use value="home" />
  </telecom>
  <gender value="male" />
  <birthDate value="1991-04-07" />
  <address>
    <use value="home" />
    <type value="both" />
    <line value="Grenda Street 42" />
    <city value="Midgard" />
    <postalCode value="99999" />
    <country value="DE" />
  </address>
</Patient>