<Patient xmlns="http://hl7.org/fhir">
  <id value="3e6825d8-a88e-48d8-8a4b-97014beae651" />
  <meta>
    <profile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_CMR_Patient|1.0.1" />
  </meta>
  <identifier>
    <type>
      <coding>
        <system value="https://fhir.kbv.de/CodeSystem/KBV_CS_Base_identifier_type" />
        <code value="kvk" />
        <display value="Krankenversichertenkarte" />
      </coding>
    </type>
    <system value="http://fhir.de/NamingSystem/gkv/kvk-versichertennummer" />
    <value value="M123456789" />
  </identifier>
  <name>
    <use value="official" />
    <text value="Egon Glücklich" />
    <family value="Glücklich">
      <extension url="http://hl7.org/fhir/StructureDefinition/humanname-own-name">
        <valueString value="Glücklich" />
      </extension>
    </family>
    <given value="Egon" />
  </name>
  <birthDate value="2015-07-05" />
</Patient>