Implementation Guide
ePA Audit Event Service
Version 1.0.5-ballot.1 - draft

: ExampleEPAAuditEventMedicationServiceSearch - XML Representation

Raw xml | Download


<AuditEvent xmlns="http://hl7.org/fhir">
  <id value="bbf292eb-665d-4724-a2bc-86fa93e89835"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2025-01-15T14:43:33.244Z"/>
    <profile
             value="https://gematik.de/fhir/epa/StructureDefinition/epa-auditevent"/>
  </meta>
  <type>
    <system value="http://terminology.hl7.org/CodeSystem/audit-event-type"/>
    <code value="rest"/>
  </type>
  <action value="R"/>
  <recorded value="2025-01-15T14:52:04.928Z"/>
  <outcome value="0"/>
  <agent>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v3-RoleClass"/>
        <code value="PROV"/>
        <display value="healthcare provider"/>
      </coding>
    </type>
    <who>
      <identifier>
        <system value="https://gematik.de/fhir/sid/telematik-id"/>
        <value value="1-883110000092404"/>
      </identifier>
    </who>
    <altId value="1-883110000092404"/>
    <name value="Praxis Dr. John Doe"/>
    <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="MEDICATIONSVC"/>
      <display value="Medication Service"/>
    </type>
  </source>
  <entity>
    <name value="MedicationRequest"/>
    <description value="Bundle:searchset"/>
    <detail>
      <type value="date"/>
      <valueString value="2025-01-15"/>
    </detail>
    <detail>
      <type value="_revinclude"/>
      <valueString value="MedicationDispense:prescription"/>
    </detail>
  </entity>
</AuditEvent>