EMA Core Implementation Guide
0.1.0 - ci-build Chile flag

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

: Ejemplo Evento de Auditoría - XML Representation

Raw xml | Download


<AuditEvent xmlns="http://hl7.org/fhir">
  <id value="EjemploEmaAuditEvent"/>
  <meta>
    <profile
             value="https://emahealth.io/fhir/core/StructureDefinition/ema-audit-event"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: EventoSeguridad EjemploEmaAuditEvent</b></p><a name="EjemploEmaAuditEvent"> </a><a name="hcEjemploEmaAuditEvent"> </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-ema-audit-event.html">EMA AuditEvent</a></p></div><p><b>type</b>: <a href="http://hl7.org/fhir/R4/codesystem-dicom-dcim.html#dicom-dcim-110114">DICOM: 110114</a> (User Authentication)</p><p><b>subtype</b>: <a href="http://hl7.org/fhir/R4/codesystem-dicom-dcim.html#dicom-dcim-110122">DICOM: 110122</a> (Login)</p><p><b>action</b>: Execute</p><p><b>recorded</b>: 2026-03-14 08:55:00-0300</p><p><b>outcome</b>: Success</p><h3>Agents</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Who</b></td><td><b>Requestor</b></td></tr><tr><td style="display: none">*</td><td><a href="Practitioner-EjemploEmaPractitioner.html">Practitioner Carlos Muñoz (official)</a></td><td>true</td></tr></table><h3>Sources</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Observer</b></td><td><b>Type</b></td></tr><tr><td style="display: none">*</td><td><a href="Organization-EjemploEmaOrganization.html">Organization Centro Médico EMA</a></td><td><a href="http://terminology.hl7.org/7.1.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></tr><tr><td style="display: none">*</td><td><a href="Practitioner-EjemploEmaPractitioner.html">Practitioner Carlos Muñoz (official)</a></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://dicom.nema.org/resources/ontology/DCM"/>
    <code value="110114"/>
    <display value="User Authentication"/>
  </type>
  <subtype>
    <system value="http://dicom.nema.org/resources/ontology/DCM"/>
    <code value="110122"/>
    <display value="Login"/>
  </subtype>
  <action value="E"/>
  <recorded value="2026-03-14T08:55:00-03:00"/>
  <outcome value="0"/>
  <agent>
    <who>🔗 
      <reference value="Practitioner/EjemploEmaPractitioner"/>
    </who>
    <requestor value="true"/>
  </agent>
  <source>
    <observer>🔗 
      <reference value="Organization/EjemploEmaOrganization"/>
    </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="Practitioner/EjemploEmaPractitioner"/>
    </what>
    <type>
      <system
              value="http://terminology.hl7.org/CodeSystem/audit-entity-type"/>
      <code value="1"/>
      <display value="Person"/>
    </type>
  </entity>
</AuditEvent>