Implementation Guide
ePA Basisfunktionalitäten
Version 1.0.5 - release

: EPA AuditEvent Type - XML Representation

Active as of 2025-02-28

Raw xml | Download


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="epa-auditevent-type-vs"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ValueSet epa-auditevent-type-vs</b></p><a name="epa-auditevent-type-vs"> </a><a name="hcepa-auditevent-type-vs"> </a><a name="epa-auditevent-type-vs-de-DE"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href="http://terminology.hl7.org/6.2.0/CodeSystem-audit-event-type.html"><code>http://terminology.hl7.org/CodeSystem/audit-event-type</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href="http://terminology.hl7.org/6.2.0/CodeSystem-audit-event-type.html#audit-event-type-rest">rest</a></td><td>RESTful Operation</td><td>Audit Event: Execution of a RESTful operation as defined by FHIR.</td></tr><tr><td><a href="http://terminology.hl7.org/6.2.0/CodeSystem-audit-event-type.html#audit-event-type-document">document</a></td><td>A Document Operation</td><td>Audit Event: Execution of an operation on a Document (e.g. XDS, CDA, etc).</td></tr><tr><td><a href="http://terminology.hl7.org/6.2.0/CodeSystem-audit-event-type.html#audit-event-type-object">object</a></td><td>An Operation on other Objects</td><td>Audit Event: Execution of an operation on an Object. For use when a more specific event type is not available.</td></tr></table></li><li>Include these codes as defined in <a href="http://dicom.nema.org/resources/ontology/DCM"><code>http://dicom.nema.org/resources/ontology/DCM</code></a> version <code>01</code><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-dicom-dcim.html#dicom-dcim-110106">110106</a></td><td>Export</td><td>Audit event: Data has been exported out of the system</td></tr></table></li></ul></div>
  </text>
  <url value="https://gematik.de/fhir/epa/ValueSet/epa-auditevent-type-vs"/>
  <version value="1.0.5"/>
  <name value="EPAAuditEventTypeVS"/>
  <title value="EPA AuditEvent Type"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2025-02-28"/>
  <publisher value="gematik GmbH"/>
  <contact>
    <name value="gematik GmbH"/>
    <telecom>
      <system value="url"/>
      <value value="https://www.gematik.de"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="patientteam [ at ] gematik.de"/>
    </telecom>
  </contact>
  <description value="Types of AuditEvents in the ePA context"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="DE"/>
    </coding>
  </jurisdiction>
  <immutable value="false"/>
  <compose>
    <include>
      <system value="http://terminology.hl7.org/CodeSystem/audit-event-type"/>
      <concept>
        <code value="rest"/>
        <display value="RESTful Operation"/>
      </concept>
      <concept>
        <code value="document"/>
        <display value="A Document Operation"/>
      </concept>
      <concept>
        <code value="object"/>
        <display value="An Operation on other Objects"/>
      </concept>
    </include>
    <include>
      <system value="http://dicom.nema.org/resources/ontology/DCM"/>
      <version value="01"/>
      <concept>
        <code value="110106"/>
        <display value="Export"/>
      </concept>
    </include>
  </compose>
</ValueSet>