Nerve
FHIRResources

AuditEvent

Maturity LevelSecurity CategoryResource Category
3Unclassified
Foundation Resources

A record of an event made for purposes of maintaining a security log. Typical uses include detection of intrusion attempts and monitoring for inappropriate usage.

Resource Content

NameRequired
Type
Description & Constraints
typeCodingType/identifier of event
subtypeCoding[]More specific type/id for the event
actioncodeType of action performed during the event
periodPeriodWhen the activity occurred
recordedinstantTime when the event was recorded
outcomecodeWhether the event succeeded or failed
outcomeDescstringDescription of the event outcome
purposeOfEventCodeableConcept[]The purposeOfUse of the event
agentBackboneElement[]Actor involved in the event
└─ typeCodeableConceptHow agent participated
└─ roleCodeableConcept[]Agent role in the event
└─ whoReference<PractitionerRole| Practitioner| Organization| Device| Patient| RelatedPerson>Identifier of who
└─ altIdstringAlternative User identity
└─ namestringHuman friendly name for the agent
└─ requestorbooleanWhether user is initiator
└─ locationReference<Location>Where
└─ policyuri[]Policy that authorized event
└─ mediaCodingType of media
└─ networkBackboneElementLogical network location for application activity
└─── addressstringIdentifier for the network access point
└─── typecodeThe type of network access point
└─ purposeOfUseCodeableConcept[]Reason given for this user
sourceBackboneElementAudit Event Reporter
└─ sitestringLogical source location within the enterprise
└─ observerReference<PractitionerRole| Practitioner| Organization| Device| Patient| RelatedPerson>The identity of source detecting the event
└─ typeCoding[]The type of source where event originated
entityBackboneElement[]Data or objects used
└─ whatReference<Any>Specific instance of resource
└─ typeCodingType of entity involved
└─ roleCodingWhat role the entity played
└─ lifecycleCodingLife-cycle stage for the entity
└─ securityLabelCoding[]Security labels on the entity
└─ namestringDescriptor for entity
└─ descriptionstringDescriptive text
└─ querybase64BinaryQuery parameters
└─ detailBackboneElement[]Additional Information about the entity
└─── typestringName of the property
└─── value[x]string | base64BinaryProperty value

Search Parameters

NameTypeDescriptionExpression
actiontokenType of action performed during the eventAuditEvent.action
addressstringIdentifier for the network access point of the user deviceAuditEvent.agent.network.address
agentreferenceIdentifier of whoAuditEvent.agent.who
agent-namestringHuman friendly name for the agentAuditEvent.agent.name
agent-roletokenAgent role in the eventAuditEvent.agent.role
altidtokenAlternative User identityAuditEvent.agent.altId
datedateTime when the event was recordedAuditEvent.recorded
entityreferenceSpecific instance of resourceAuditEvent.entity.what
entity-namestringDescriptor for entityAuditEvent.entity.name
entity-roletokenWhat role the entity playedAuditEvent.entity.role
entity-typetokenType of entity involvedAuditEvent.entity.type
outcometokenWhether the event succeeded or failedAuditEvent.outcome
patientreferenceIdentifier of whoAuditEvent.agent.who.where(resolve() is Patient) | AuditEvent.entity.what.where(resolve() is Patient)
policyuriPolicy that authorized eventAuditEvent.agent.policy
sitetokenLogical source location within the enterpriseAuditEvent.source.site
sourcereferenceThe identity of source detecting the eventAuditEvent.source.observer
subtypetokenMore specific type/id for the eventAuditEvent.subtype
typetokenType/identifier of eventAuditEvent.type

Scope and Usage

The audit event is based on the IHE-ATNA Audit record definitions, originally from RFC 3881, and now managed by DICOM (see DICOM Part 15 Annex A5).

Standards and Specifications

  • ASTM E2147 – Setup the concept of security audit logs for healthcare including accounting of disclosures
  • IETF RFC 3881 – Defined the Information Model (IETF rule forced this to be informative)
  • DICOM Audit Log Message – Made the information model Normative, defined Vocabulary, Transport Binding, and Schema
  • IHE ATNA – Defines the grouping with secure transport and access controls; and defined specific audit log records for specific IHE transactions
  • NIST SP800-92 – Shows how to do audit log management and reporting – consistent with our model
  • HL7 PASS – Defined an Audit Service with responsibilities and a query interface for reporting use
  • ISO 27789 – Defined the subset of audit events that an EHR would need
  • ISO/HL7 10781 – EHR System Functional Model Release 2
  • ISO 21089 – Trusted End-to-End Information Flows

This resource is managed collaboratively between HL7, DICOM, and IHE.

Primary Purpose

The primary purpose of this resource is the maintenance of security audit log information. However, it can also be used for any audit logging needs and simple event-based notification.

Background and Context

All actors - such as applications, processes, and services - involved in an auditable event should record an AuditEvent. This will likely result in multiple AuditEvent entries that show whether privacy and security safeguards, such as access control, are properly functioning across an enterprise's system-of-systems.

It is typical to get an auditable event recorded by both the application in a workflow process and the servers that support them. For this reason, duplicate entries are expected, which is helpful because it may aid in the detection of:

  • Fewer than expected actors being recorded in a multi-actor process
  • Attributes related to those records being in conflict (an indication of a security problem)

There may be non-participating actors, such as trusted intermediaries, that also detect a security relevant event and thus would record an AuditEvent.

Security Relevant Events

Security relevant events are not limited to communications or RESTful events. They include:

  • Software start-up and shutdown
  • User login and logout
  • Access control decisions
  • Configuration events
  • Software installation
  • Policy rules changes
  • Manipulation of data that exposes the data to users

See the Audit Event Sub-Type vocabulary for guidance on some security relevant events.

Usage and Access

The content of an AuditEvent is intended for use by:

  • Security system administrators
  • Security and privacy information managers
  • Records management personnel

This content is not intended to be accessible or used directly by other healthcare users, such as providers or patients, although reports generated from the raw data would be useful (e.g., a patient-centric accounting of disclosures or an access report).

Server Behavior

  • Servers that provide support for AuditEvent resources would not generally accept update or delete operations on the resources, as this would compromise the integrity of the audit record
  • Access to the AuditEvent would typically be limited to security, privacy, or other system administration purposes

Relationship with Provenance

AuditEvent and Provenance resources are often (though not exclusively) created by the application responding to the create/read/query/update/delete/execute etc. event.

A Provenance resource:

  • Contains overlapping information
  • Is a record-keeping assertion that gathers information about the context in which the information in a resource "came to be" in its current state
  • Records whether information was created de novo or obtained from another entity in whole, part, or by transformation
  • Is prepared by the application that initiates the create/update of the resource
  • May be persisted with the AuditEvent target resource

On this page