<Bundle xmlns="http://hl7.org/fhir">
  <id value="PatientenBundle" />
  <type value="searchset" />
  <total value="1" />
  <link>
    <relation value="self" />
    <url value="https://example.com/fhir/Patient?name=Mustermann" />
  </link>
  <entry>
    <fullUrl value="https://example.com/fhir/Patient/PatientVater" />
    <resource>
      <Patient>
        <id value="PatientVater" />
        <identifier>
          <type>
            <coding>
              <system value="http://fhir.de/CodeSystem/identifier-type-de-basis" />
              <code value="KVZ10" />
            </coding>
          </type>
          <system value="http://fhir.de/sid/gkv/kvid-10" />
          <value value="A000000000" />
        </identifier>
        <active value="true" />
        <name>
          <family value="Mustermann" />
          <given value="Manfred" />
        </name>
        <gender value="male" />
        <birthDate value="1970-01-01" />
      </Patient>
    </resource>
    <search>
      <mode value="match" />
    </search>
  </entry>
</Bundle>