Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: General AuditEvent Example - XML Representation

Raw xml | Download



<AuditEvent xmlns="http://hl7.org/fhir">
  <id value="Example1"/>
  <meta>
    <lastUpdated value="2015-06-25T13:28:42.000+05:30"/>
    <profile
             value="https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-auditevent"/>
    <profile
             value="https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-auditevent-profile"/>
    <security>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
      <code value="N"/>
      <display value="Normal"/>
    </security>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: AuditEvent Example1</b></p><a name="Example1"> </a><a name="hcExample1"> </a><a name="Example1-en-US"> </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">Last updated: 2015-06-25 13:28:42+0530</p><p style="margin-bottom: 0px">Profiles: <code>https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-auditevent</code>, <a href="StructureDefinition-athena-auditevent-profile.html">AthenaAuditEvent</a></p><p style="margin-bottom: 0px">Security Label: Normal (Details: Confidentiality code N  = ' normal ', stated as ' Normal ')</p></div><p><b>type</b>: [not stated] 100: Successful login</p><p><b>action</b>: Execute</p><p><b>period</b>: 2015-06-25 13:28:42+0530 --&gt; (ongoing)</p><p><b>recorded</b>: 2015-06-25 13:28:42+0530</p><p><b>outcome</b>: Success</p><p><b>outcomeDesc</b>: Success</p><h3>Agents</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Who</b></td><td><b>Name</b></td><td><b>Requestor</b></td><td><b>Location</b></td></tr><tr><td style="display: none">*</td><td><a href="Practitioner/1225652472001060">Practitioner/1225652472001060</a></td><td>hwinston</td><td>false</td><td><a href="Location-Example1.html">Location WC</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="Patient-Example1.html">Robert S Benson (official) Male, DoB: 1974-05-21 ( Medical record number)</a></td></tr></table></div>
  </text>
  <type>
    <code value="100"/>
    <display value="Successful login"/>
  </type>
  <action value="E">
    <extension
               url="https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-originalCode">
      <valueCoding>
        <system
                value="https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/eventaction"/>
        <code value="E"/>
        <display value="Execute"/>
      </valueCoding>
    </extension>
  </action>
  <period>
    <start value="2015-06-25T13:28:42+05:30"/>
  </period>
  <recorded value="2015-06-25T13:28:42.000+05:30"/>
  <outcome value="0">
    <extension
               url="https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-originalCode">
      <valueCoding>
        <system
                value="https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/eventoutcome"/>
        <code value="0"/>
        <display value="Success"/>
      </valueCoding>
    </extension>
  </outcome>
  <outcomeDesc value="Success"/>
  <agent>
    <who>
      <reference value="Practitioner/1225652472001060"/>
    </who>
    <name value="hwinston"/>
    <requestor value="false"/>
    <location>🔗 
      <reference value="Location/Example1"/>
    </location>
  </agent>
  <entity>
    <what>🔗 
      <reference value="Patient/Example1"/>
    </what>
  </entity>
</AuditEvent>