Patient Generated Health Data Implementation Guide
0.1.0 - ci-build

Patient Generated Health Data Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: AuditExample - XML Representation

Raw xml | Download


<AuditEvent xmlns="http://hl7.org/fhir">
  <id value="ExampleAudit"/>
  <meta>
    <profile
             value="https://pghd.na.icar.cnr.it/StructureDefinition/data-access-audit-event"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: AuditEvent ExampleAudit</b></p><a name="ExampleAudit"> </a><a name="hcExampleAudit"> </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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-data-access-audit-event.html">AuditEventDataAccess</a></p></div><p><b>type</b>: <a href="http://terminology.hl7.org/7.1.0/CodeSystem-audit-event-type.html#audit-event-type-rest">Audit Event ID: rest</a> (Restful Operation)</p><p><b>action</b>: Read/View/Print</p><p><b>recorded</b>: 2025-01-12 14:32:00+0000</p><p><b>outcome</b>: Success</p><p><b>purposeOfEvent</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ActReason TREAT}">Consultation for healthcare</span></p><h3>Agents</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Extension</b></td><td><b>Who</b></td><td><b>Requestor</b></td><td><b>Location</b></td></tr><tr><td style="display: none">*</td><td/><td>Dr. Rossi</td><td>true</td><td>ASL Roma 1</td></tr></table><h3>Sources</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Observer</b></td></tr><tr><td style="display: none">*</td><td><a href="Device-AppMobileUser.html">Device</a></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></tr><tr><td style="display: none">*</td><td>FSE</td><td><a href="http://terminology.hl7.org/7.1.0/CodeSystem-audit-entity-type.html#audit-entity-type-1">Audit event entity type: 1</a> (Person)</td></tr></table></div>
  </text>
  <type>
    <system value="http://terminology.hl7.org/CodeSystem/audit-event-type"/>
    <code value="rest"/>
    <display value="Restful Operation"/>
  </type>
  <action value="R"/>
  <recorded value="2025-01-12T14:32:00Z"/>
  <outcome value="0"/>
  <purposeOfEvent>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
      <code value="TREAT"/>
      <display value="treatment"/>
    </coding>
    <text value="Consultation for healthcare"/>
  </purposeOfEvent>
  <agent>
    <extension
               url="https://pghd.na.icar.cnr.it/StructureDefinition/access-context">
      <valueCode value="regional"/>
    </extension>
    <who>
      <display value="Dr. Rossi"/>
    </who>
    <requestor value="true"/>
    <location>
      <display value="ASL Roma 1"/>
    </location>
  </agent>
  <source>
    <observer>🔗 
      <reference value="Device/AppMobileUser"/>
      <display value="Device"/>
    </observer>
  </source>
  <entity>
    <what>
      <display value="FSE"/>
    </what>
    <type>
      <system
              value="http://terminology.hl7.org/CodeSystem/audit-entity-type"/>
      <code value="1"/>
      <display value="Person"/>
    </type>
  </entity>
</AuditEvent>