Implementation Guide
ePA Basisfunktionalitäten
Version 1.3.0 - release

: ExampleEPAAuditEventPushNotificationChannels - XML Representation

Raw xml | Download


<AuditEvent xmlns="http://hl7.org/fhir">
  <id value="4fb73d96-49eb-4b5d-9f12-3afcc7cb9802"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2026-09-06T21:02:02.002Z"/>
    <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="U"/>
  <recorded value="2026-09-06T21:02:02.002Z"/>
  <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="updateChannelsOfPusher"/>
    <detail>
      <type value="xds.put"/>
      <valueString value="enabled"/>
    </detail>
    <detail>
      <type value="constraint.del"/>
      <valueString value="disabled"/>
    </detail>
    <detail>
      <type value="DisplayNamePusher"/>
      <valueString value="Erikas Tablet"/>
    </detail>
    <detail>
      <type value="DisplayNameDevice"/>
      <valueString value="Erikas Tablet für ePA"/>
    </detail>
  </entity>
</AuditEvent>