Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: General AuditEvent Example - JSON Representation

Raw json | Download


{
  "resourceType" : "AuditEvent",
  "id" : "Example1",
  "meta" : {
    "lastUpdated" : "2015-06-25T13:28:42.000+05:30",
    "profile" : [
      "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-auditevent"🔗 ,
      "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-auditevent-profile"
    ],
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code" : "N",
        "display" : "Normal"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "type" : {
    "code" : "100",
    "display" : "Successful login"
  },
  "action" : "E",
  "_action" : {
    "extension" : [
      {
        "url" : "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-originalCode",
        "valueCoding" : {
          "system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/eventaction",
          "code" : "E",
          "display" : "Execute"
        }
      }
    ]
  },
  "period" : {
    "start" : "2015-06-25T13:28:42+05:30"
  },
  "recorded" : "2015-06-25T13:28:42.000+05:30",
  "outcome" : "0",
  "_outcome" : {
    "extension" : [
      {
        "url" : "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-originalCode",
        "valueCoding" : {
          "system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/eventoutcome",
          "code" : "0",
          "display" : "Success"
        }
      }
    ]
  },
  "outcomeDesc" : "Success",
  "agent" : [
    {
      "who" : {
        "reference" : "Practitioner/1225652472001060"
      },
      "name" : "hwinston",
      "requestor" : false,
      "location" : {
        🔗 "reference" : "Location/Example1"
      }
    }
  ],
  "entity" : [
    {
      "what" : {
        🔗 "reference" : "Patient/Example1"
      }
    }
  ]
}