Implementation Guide
ePA Basisfunktionalitäten
Version 1.1.5 - ballot

: Example Patient History Bundle - XML Representation

Raw xml | Download


<Bundle xmlns="http://hl7.org/fhir">
  <id value="example-patient-history-bundle"/>
  <type value="history"/>
  <total value="2"/>
  <link>
    <relation value="self"/>
    <url value="/epa/patient/api/v1/fhir/Patient/_history"/>
  </link>
  <entry>
    <fullUrl
             value="http://epa4all/epa/patient/api/v1/fhir/Patient/e6442a99-521b-482c-b62b-b0f809d4e951"/>
    <resource>
      <Patient>
        <id value="e6442a99-521b-482c-b62b-b0f809d4e951"/>
        <meta>
          <profile
                   value="https://gematik.de/fhir/epa/StructureDefinition/epa-patient"/>
        </meta>
        <identifier>
          <system value="http://fhir.de/sid/gkv/kvid-10"/>
          <value value="G995030566"/>
        </identifier>
        <active value="true"/>
        <name>
          <use value="official"/>
          <family value="Mustermann"/>
          <given value="Erika"/>
        </name>
        <name>
          <use value="maiden"/>
          <family value="Gabler">
            <extension
                       url="http://hl7.org/fhir/StructureDefinition/humanname-own-name">
              <valueString value="Gabler"/>
            </extension>
          </family>
        </name>
        <gender value="female"/>
        <birthDate value="1964-08-12"/>
      </Patient>
    </resource>
    <request>
      <method value="PUT"/>
      <url value="Patient/e6442a99-521b-482c-b62b-b0f809d4e951/_history/2"/>
    </request>
    <response>
      <status value="200 OK"/>
      <lastModified value="2025-10-10T15:00:00.000Z"/>
    </response>
  </entry>
  <entry>
    <fullUrl
             value="http://epa4all/epa/patient/api/v1/fhir/Patient/e6442a99-521b-482c-b62b-b0f809d4e951"/>
    <resource>
      <Patient>
        <id value="e6442a99-521b-482c-b62b-b0f809d4e951"/>
        <meta>
          <profile
                   value="https://gematik.de/fhir/epa/StructureDefinition/epa-patient"/>
        </meta>
        <identifier>
          <system value="http://fhir.de/sid/gkv/kvid-10"/>
          <value value="G995030566"/>
        </identifier>
        <active value="true"/>
        <name>
          <use value="official"/>
          <family value="Gabler"/>
          <given value="Erika"/>
        </name>
        <gender value="female"/>
        <birthDate value="1964-08-12"/>
      </Patient>
    </resource>
    <request>
      <method value="POST"/>
      <url value="Patient/e6442a99-521b-482c-b62b-b0f809d4e951/_history/1"/>
    </request>
    <response>
      <status value="201 Created"/>
      <lastModified value="2025-08-22T14:43:33.244Z"/>
    </response>
  </entry>
</Bundle>