OZO FHIR implementation guide
0.1.0 - ci-build

OZO FHIR implementation guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: AuditEvent - REST Search Operation - XML Representation

Raw xml | Download


<AuditEvent xmlns="http://hl7.org/fhir">
  <id value="AuditEvent-REST-Search-Example"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2025-01-08T10:35:00.000+01:00"/>
    <source value="#ozo-aaa-proxy"/>
    <profile
             value="http://headease.gitlab.io/ozo-refererence-impl/ozo-implementation-guide/StructureDefinition/ozo-auditevent"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: AuditEvent AuditEvent-REST-Search-Example</b></p><a name="AuditEvent-REST-Search-Example"> </a><a name="hcAuditEvent-REST-Search-Example"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">version: 1; Last updated: 2025-01-08 10:35:00+0100; </p><p style="margin-bottom: 0px">Information Source: #ozo-aaa-proxy</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ozo-auditevent.html">OZO AuditEvent</a></p></div><p><b>type</b>: <a href="http://terminology.hl7.org/6.5.0/CodeSystem-audit-event-type.html#audit-event-type-rest">Audit Event ID rest</a>: RESTful Operation</p><p><b>subtype</b>: <a href="http://hl7.org/fhir/R4/codesystem-restful-interaction.html#restful-interaction-search">FHIR Restful Interactions search</a>: search</p><p><b>action</b>: Read/View/Print</p><p><b>recorded</b>: 2025-01-08 10:35:00+0100</p><p><b>outcome</b>: Success</p><h3>Agents</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Type</b></td><td><b>Who</b></td><td><b>Requestor</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://dicom.nema.org/resources/ontology/DCM 110153}">Source Role ID</span></td><td><a href="RelatedPerson-RelatedPerson-Kees-Groot.html">Kees Groot</a></td><td>true</td></tr></table><h3>Sources</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Site</b></td><td><b>Observer</b></td><td><b>Type</b></td></tr><tr><td style="display: none">*</td><td>OZO AAA Proxy</td><td><a href="Device-ozo-aaa-proxy-001.html">AAA Proxy Instance 001</a></td><td><a href="http://terminology.hl7.org/6.5.0/CodeSystem-security-source-type.html#security-source-type-4">Audit Event Source Type 4</a>: Application Server</td></tr></table><h3>Entities</h3><table class="grid"><tr><td style="display: none">-</td><td><b>What</b></td><td><b>Type</b></td><td><b>Role</b></td><td><b>Query</b></td></tr><tr><td style="display: none">*</td><td><a href="https://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.zib2020@0.12.0-beta.4&amp;canonical=http://simplifier.net/packages/nictiz.fhir.nl.r4.zib2020#0.12.0-beta.4/CareTeam/example-careteam">Example CareTeam (search target)</a></td><td><a href="http://terminology.hl7.org/6.5.0/CodeSystem-audit-entity-type.html#audit-entity-type-2">Audit event entity type 2</a>: System Object</td><td><a href="http://terminology.hl7.org/6.5.0/CodeSystem-object-role.html#object-role-24">AuditEventEntityRole 24</a>: Query</td><td><code>c3RhdHVzPWFjdGl2ZQ==</code></td></tr></table></div>
  </text>
  <type>
    <system value="http://terminology.hl7.org/CodeSystem/audit-event-type"/>
    <code value="rest"/>
    <display value="RESTful Operation"/>
  </type>
  <subtype>
    <system value="http://hl7.org/fhir/restful-interaction"/>
    <code value="search"/>
    <display value="search"/>
  </subtype>
  <action value="R"/>
  <recorded value="2025-01-08T10:35:00.000+01:00"/>
  <outcome value="0"/>
  <agent>
    <type>
      <coding>
        <system value="http://dicom.nema.org/resources/ontology/DCM"/>
        <code value="110153"/>
        <display value="Source Role ID"/>
      </coding>
    </type>
    <who>🔗 
      <reference value="RelatedPerson/RelatedPerson-Kees-Groot"/>
      <type value="RelatedPerson"/>
      <display value="Kees Groot"/>
    </who>
    <requestor value="true"/>
  </agent>
  <source>
    <site value="OZO AAA Proxy"/>
    <observer>🔗 
      <reference value="Device/ozo-aaa-proxy-001"/>
      <type value="Device"/>
      <display value="AAA Proxy Instance 001"/>
    </observer>
    <type>
      <system
              value="http://terminology.hl7.org/CodeSystem/security-source-type"/>
      <code value="4"/>
      <display value="Application Server"/>
    </type>
  </source>
  <entity>
    <what>
      <reference value="CareTeam/example-careteam"/>
      <type value="CareTeam"/>
      <display value="Example CareTeam (search target)"/>
    </what>
    <type>
      <system
              value="http://terminology.hl7.org/CodeSystem/audit-entity-type"/>
      <code value="2"/>
      <display value="System Object"/>
    </type>
    <role>
      <system value="http://terminology.hl7.org/CodeSystem/object-role"/>
      <code value="24"/>
      <display value="Query"/>
    </role>
    <query value="c3RhdHVzPWFjdGl2ZQ=="/>
  </entity>
</AuditEvent>