This page is part of the Chile Core (v1.8.4: STU2 Draft) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
: Ejemplo de un Audit-Event Search. - XML Representation
Raw xml | Download
<AuditEvent xmlns="http://hl7.org/fhir">
<id value="AuditEventEx"/>
<meta>
<profile
value="https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/AuditEventCl"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: AuditEvent</b><a name="AuditEventEx"> </a></p><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">Resource AuditEvent "AuditEventEx" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-AuditEventCl.html">CL Auditoria</a></p></div><p><b>type</b>: Restful Operation (Details: http://terminology.hl7.org/CodeSystem/audit-event-type code rest = 'RESTful Operation', stated as 'Restful Operation')</p><p><b>subtype</b>: search (Details: http://hl7.org/fhir/restful-interaction code search = 'search', stated as 'search')</p><p><b>action</b>: E</p><p><b>recorded</b>: Aug 22, 2021, 7:42:24 PM</p><p><b>outcome</b>: 0</p><blockquote><p><b>agent</b></p><p><b>type</b>: human user <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-extra-security-role-type.html">Security Role Type</a>#humanuser)</span></p><p><b>who</b>: <span>id: 95</span></p><p><b>altId</b>: 601847123</p><p><b>name</b>: Grahame Grieve</p><p><b>requestor</b>: true</p><h3>Networks</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Address</b></td><td><b>Type</b></td></tr><tr><td style="display: none">*</td><td>Workstation1.ehr.familyclinic.com</td><td>1</td></tr></table></blockquote><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="Practitioner-3240.html">Practitioner/3240</a> ""</td></tr></table><h3>Entities</h3><table class="grid"><tr><td style="display: none">-</td><td><b>What</b></td></tr><tr><td style="display: none">*</td><td><a href="Organization-ORG1.html">Organization/ORG1</a> "Centro de Salud Familiar Rio Bueno de Linares"</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="E"/>
<recorded value="2021-08-22T23:42:24Z"/>
<outcome value="0"/>
<agent>
<type>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/extra-security-role-type"/>
<code value="humanuser"/>
<display value="human user"/>
</coding>
</type>
<who>
<identifier>
<value value="95"/>
</identifier>
</who>
<altId value="601847123"/>
<name value="Grahame Grieve"/>
<requestor value="true"/>
<network>
<address value="Workstation1.ehr.familyclinic.com"/>
<type value="1"/>
</network>
</agent>
<source>
<observer>
<reference value="Practitioner/3240"/>
</observer>
</source>
<entity>
<what>
<reference value="Organization/ORG1"/>
</what>
</entity>
</AuditEvent>