Implementation Guide
ePA Basisfunktionalitäten
Version 1.3.0 - release

: ExampleEPAAuditEventPushNotificationRegistration - XML Representation

Raw xml | Download


<AuditEvent xmlns="http://hl7.org/fhir">
  <id value="27a03af4-5ebc-4dd6-83ba-7b775e5b664a"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2026-11-04T21:13:47.161Z"/>
    <profile
             value="https://gematik.de/fhir/epa/StructureDefinition/epa-auditevent|1.3.0"/>
  </meta>
  <type>
    <system value="http://terminology.hl7.org/CodeSystem/audit-event-type"/>
    <code value="rest"/>
  </type>
  <action value="C"/>
  <recorded value="2026-11-04T21:13:47.161Z"/>
  <outcome value="0"/>
  <agent>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v3-RoleClass"/>
        <code value="PAT"/>
        <display value="patient"/>
      </coding>
    </type>
    <who>
      <identifier>
        <system value="http://fhir.de/sid/gkv/kvid-10"/>
        <value value="A123456780"/>
      </identifier>
    </who>
    <altId value="A123456780"/>
    <name value="Erika Musterfrau"/>
    <requestor value="true"/>
  </agent>
  <source>
    <observer>
      <display value="Elektronische Patientenakte Fachdienst"/>
    </observer>
    <type>
      <system
              value="https://gematik.de/fhir/epa/CodeSystem/epa-auditevent-sourcetype-cs"/>
      <code value="PUSHNOTMGMT"/>
      <display value="Push Notification Management"/>
    </type>
  </source>
  <entity>
    <name value="PushNotificationManagement"/>
    <description value="updatePusher"/>
    <detail>
      <type value="DisplayNamePusher"/>
      <valueString value="Erikas Tablet"/>
    </detail>
    <detail>
      <type value="DisplayNameDevice"/>
      <valueString value="Erikas Tablet für ePA"/>
    </detail>
  </entity>
</AuditEvent>