<Bundle xmlns="http://hl7.org/fhir">
  <id value="BeispielNutzungsprotokollResultBundle" />
  <type value="searchset" />
  <total value="1" />
  <link>
    <relation value="self" />
    <url value="https://example.com/fhir/AuditEvent?agent:text=11223344" />
  </link>
  <entry>
    <fullUrl value="https://example.com/fhir/AuditEvent/BeispielNutzungsprotokoll" />
    <resource>
      <AuditEvent>
        <id value="BeispielNutzungsprotokoll" />
        <meta>
          <profile value="https://gematik.de/fhir/dipag/StructureDefinition/dipag-nutzungsprotokoll" />
        </meta>
        <type>
          <system value="http://terminology.hl7.org/CodeSystem/audit-event-type" />
          <code value="rest" />
        </type>
        <subtype>
          <system value="https://gematik.de/fhir/dipag/CodeSystem/dipag-operationen-cs" />
          <code value="invoice-submit" />
        </subtype>
        <action value="C" />
        <recorded value="2024-05-29T11:25:54.123456+00:02" />
        <outcome value="0" />
        <agent>
          <type>
            <coding>
              <system value="http://terminology.hl7.org/CodeSystem/extra-security-role-type" />
              <code value="humanuser" />
            </coding>
          </type>
          <who>
            <identifier>
              <type>
                <coding>
                  <system value="http://terminology.hl7.org/CodeSystem/v2-0203" />
                  <code value="PRN" />
                </coding>
              </type>
              <system value="https://gematik.de/fhir/sid/telematik-id" />
              <value value="11223344" />
            </identifier>
            <display value="Beispiel Leistungsempfänmger" />
          </who>
          <requestor value="true" />
        </agent>
        <source>
          <observer>
            <display value="FdV" />
          </observer>
        </source>
        <entity>
          <what>
            <reference value="DocumentReference/BeispielDocumentReferenceRechnungRetrieve" />
          </what>
        </entity>
      </AuditEvent>
    </resource>
    <search>
      <mode value="match" />
    </search>
  </entry>
</Bundle>