Implementation Guide
ePA Basisfunktionalitäten
Version 1.3.0 - release

: ExampleEPAAuditEventFailedOperation - XML Representation

Raw xml | Download


<AuditEvent xmlns="http://hl7.org/fhir">
  <id value="64689b74-d485-4eca-802e-1c71183195ff"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2026-11-11T11:11:11.111Z"/>
    <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-11T11:11:11.111Z"/>
  <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="CDMGMT"/>
      <display value="Consent Decision Management"/>
    </type>
  </source>
  <entity>
    <name value="ConsentDecision"/>
    <description value="updateConsentDecision"/>
  </entity>
</AuditEvent>