Guía de Implementación ''cl core'' FHIR R4, (Versión Evolutiva)
2.0.0 - draft Chile flag

Guía de Implementación ''cl core'' FHIR R4, (Versión Evolutiva), published by HL7 Chile. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Chile/clcore_2.0/ and changes regularly. 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/clcore2/StructureDefinition/AuditEventCl"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: AuditEvent AuditEventEx</b></p><a name="AuditEventEx"> </a><a name="hcAuditEventEx"> </a><a name="AuditEventEx-es-CL"> </a><p><b>type</b>: <a href="http://terminology.hl7.org/6.0.2/CodeSystem-audit-event-type.html#audit-event-type-rest">Audit Event ID</a> rest: Restful Operation</p><p><b>subtype</b>: <a href="http://hl7.org/fhir/R4/codesystem-restful-interaction.html#restful-interaction-search">FHIR Restful Interactions</a> search: search</p><p><b>action</b>: Execute</p><p><b>recorded</b>: 2021-08-22 23:42:24+0000</p><p><b>outcome</b>: Success</p><blockquote><p><b>agent</b></p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/extra-security-role-type humanuser}">Usuario Humano</span></p><p><b>who</b>: Identifier: 95</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>Machine Name</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-EjemploPrestadorCL.html">Practitioner Johanna Rosa Silva (official)</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-OrganizacionClEjemplo1.html">Organization Centro de Salud Familiar Arauco</a></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>
      <text value="Usuario Humano"/>
    </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/EjemploPrestadorCL"/>
    </observer>
  </source>
  <entity>
    <what>🔗 
      <reference value="Organization/OrganizacionClEjemplo1"/>
    </what>
  </entity>
</AuditEvent>