This page is part of the FHIR Specification (v1.0.2: DSTU 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2
Security Work Group | Maturity Level: 2 | Compartments: Device, Patient, Practitioner |
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.
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 ).
This resource is managed collaboratively between HL7, DICOM, and IHE.
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.
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 the properly functioning across an enterprise's system-of-systems. Thus 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 detecting of, for example, fewer than expected actors being recorded in a multi-actor process or attributes related to those records being in conflict, which is an indication of a security problem. There may be non-participating actors that also detect a security relevant event and thus would record an AuditEvent, such as a trusted intermediary.
Security relevant events are not limited to communications or RESTful events. They include software startup and shutdown; user login and logout; access control decisions; configuration events; software installation; policy rules changes; and manipulation of data that exposes the data to users. See Audit Event Sub-Type vocabulary for guidance on some security relevant events.
The content of an AuditEvent is intended for use by Security System Administrators, Security and Privacy Information Managers, and 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. An example is a Patient centric Accounting of Disclosures or an Access Report. Servers that provide support for Audit Event resources would not generally accept update or delete operations on the resources, as this would compromise the integrity of the audit record. Access of the AuditEvent would typically be limited to e.g., security, privacy, or other system administration purposes.
Relationship of 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 resource contains overlapping information, but 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, e.g., whether it was created de novo or obtained from another entity in whole, part, or by transformation. Provenance resources are prepared by the application that initiates the create/update of the resource, and may be persisted with the AuditEvent target resource.
The AuditEvent Resource, like many of the FHIR Resources in DSTU, continues to be developed by the sponsoring HL7 Security Work Group. In particular, the Security WG continues to focus on refining the value sets used by both AuditEvent and its closely related Provenance Resource to ensure complete coverage of system and end user actions and action reasons that impact security objects (data, processes, applications, servers, etc.) The Security WG is particularly interested in implementer feedback on these focus areas, and at the same time cautions implementers to undertake due diligence in adapting these resources to their use cases.
At this juncture, there are multiple standard vocabularies in use that reflect different perspectives and levels of granularity on the concepts used to convey actions and reasons for actions. Both the AuditEvent and Provenance Resources are making available a number of those vocabularies via resource element bindings.
For example, AuditEvent has four elements that bind to "activity" vocabularies which could be used to convey the same concept where there’s no clear use case for doing so. E.g., a "read" action could be conveyed by AuditEvent.event.type, AuditEvent.event.subtype, AuditEvent.event.action, and AuditEvent.object.lifecycle. Only the AuditEvent.event.type is required, but is there a use case for including the others if the basic action is the same? However, there may be use cases in which both the high level CRUDE action value set is an important addition to a required code from AuditEvent.event.type. E.g., seems helpful where the required code = Audit event: Application Activity has taken place, and not so helpful if the required code = Audit Log has been used. The upshot is that implementers will need to carefully match the concepts in the value set bindings to their use cases to ensure that the level of granularity and concept selections are appropriate. The Security WG would appreciate comments on this, and in particular, how feasible or useful pre-coordination of these multiple activity value sets might be or whether collapsing these into one or two might be more appropriate.
The Security WG would also appreciate feedback from the implementer community on how well they are able to discern and utilize the different contexts in which the rationale for actions is conveyed using the HL7 Purpose of Use vocabulary [V:PurposeOfUse:2.16.840.1.113883.1.11.20448]. At this juncture, AuditEvent binds to this value set in four places:
The Security WG envisions use cases where these could be used in concert, but that would require system functionality that may not be feasible or beneficial to the implementer community. For example,
Note that the binding of the value sets discussed above are currently set to extensible rather than example. Concerns have been raised about constraining vocabulary choices during DSTU especially for other jurisdictions. For example, outside of the US, ISO 13606 Purpose of Use codes are more likely used. Security WG would also appreciate feedback on whether these bindings should be example or extensible.
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
AuditEvent | DomainResource | Event record kept for security purposes | ||
event | 1..1 | BackboneElement | What was done | |
type | Σ | 1..1 | Coding | Type/identifier of event Audit Event ID (Extensible) |
subtype | Σ | 0..* | Coding | More specific type/id for the event Audit Event Sub-Type (Extensible) |
action | Σ | 0..1 | code | Type of action performed during the event AuditEventAction (Required) |
dateTime | Σ | 1..1 | instant | Time when the event occurred on source |
outcome | Σ | 0..1 | code | Whether the event succeeded or failed AuditEventOutcome (Required) |
outcomeDesc | Σ | 0..1 | string | Description of the event outcome |
purposeOfEvent | Σ | 0..* | Coding | The purposeOfUse of the event PurposeOfUse (Extensible) |
participant | 1..* | BackboneElement | A person, a hardware device or software process | |
role | 0..* | CodeableConcept | User roles (e.g. local RBAC codes) Audit Active Participant Role ID Code (Extensible) | |
reference | Σ | 0..1 | Reference(Practitioner | Organization | Device | Patient | RelatedPerson) | Direct reference to resource |
userId | Σ | 0..1 | Identifier | Unique identifier for the user |
altId | 0..1 | string | Alternative User id e.g. authentication | |
name | 0..1 | string | Human-meaningful name for the user | |
requestor | 1..1 | boolean | Whether user is initiator | |
location | 0..1 | Reference(Location) | Where | |
policy | 0..* | uri | Policy that authorized event | |
media | 0..1 | Coding | Type of media Media Type Code (Extensible) | |
network | 0..1 | BackboneElement | Logical network location for application activity | |
address | 0..1 | string | Identifier for the network access point of the user device | |
type | 0..1 | code | The type of network access point AuditEventParticipantNetworkType (Required) | |
purposeOfUse | 0..* | Coding | Reason given for this user PurposeOfUse (Extensible) | |
source | 1..1 | BackboneElement | Application systems and processes | |
site | 0..1 | string | Logical source location within the enterprise | |
identifier | Σ | 1..1 | Identifier | The identity of source detecting the event |
type | 0..* | Coding | The type of source where event originated Audit Event Source Type (Extensible) | |
object | I | 0..* | BackboneElement | Specific instances of data or objects that have been accessed Either a name or a query (NOT both) |
identifier | Σ | 0..1 | Identifier | Specific instance of object (e.g. versioned) |
reference | Σ | 0..1 | Reference(Any) | Specific instance of resource (e.g. versioned) |
type | 0..1 | Coding | Type of object involved AuditEventObjectType (Extensible) | |
role | 0..1 | Coding | What role the Object played AuditEventObjectRole (Extensible) | |
lifecycle | 0..1 | Coding | Life-cycle stage for the object AuditEventObjectLifecycle (Extensible) | |
securityLabel | 0..* | Coding | Security labels applied to the object All Security Labels (Extensible) | |
name | Σ I | 0..1 | string | Instance-specific descriptor for Object |
description | 0..1 | string | Descriptive text | |
query | Σ I | 0..1 | base64Binary | Actual query for object |
detail | 0..* | BackboneElement | Additional Information about the Object | |
type | 1..1 | string | Name of the property | |
value | 1..1 | base64Binary | Property value | |
Documentation for this format |
UML Diagram
XML Template
<AuditEvent xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <event> <!-- 1..1 What was done --> <type><!-- 1..1 Coding Type/identifier of event --></type> <subtype><!-- 0..* Coding More specific type/id for the event --></subtype> <action value="[code]"/><!-- 0..1 Type of action performed during the event --> <dateTime value="[instant]"/><!-- 1..1 Time when the event occurred on source --> <outcome value="[code]"/><!-- 0..1 Whether the event succeeded or failed --> <outcomeDesc value="[string]"/><!-- 0..1 Description of the event outcome --> <purposeOfEvent><!-- 0..* Coding The purposeOfUse of the event --></purposeOfEvent> </event> <participant> <!-- 1..* A person, a hardware device or software process --> <role><!-- 0..* CodeableConcept User roles (e.g. local RBAC codes) --></role> <reference><!-- 0..1 Reference(Practitioner|Organization|Device|Patient| RelatedPerson) Direct reference to resource --></reference> <userId><!-- 0..1 Identifier Unique identifier for the user --></userId> <altId value="[string]"/><!-- 0..1 Alternative User id e.g. authentication --> <name value="[string]"/><!-- 0..1 Human-meaningful name for the user --> <requestor value="[boolean]"/><!-- 1..1 Whether user is initiator --> <location><!-- 0..1 Reference(Location) Where --></location> <policy value="[uri]"/><!-- 0..* Policy that authorized event --> <media><!-- 0..1 Coding Type of media --></media> <network> <!-- 0..1 Logical network location for application activity --> <address value="[string]"/><!-- 0..1 Identifier for the network access point of the user device --> <type value="[code]"/><!-- 0..1 The type of network access point --> </network> <purposeOfUse><!-- 0..* Coding Reason given for this user --></purposeOfUse> </participant> <source> <!-- 1..1 Application systems and processes --> <site value="[string]"/><!-- 0..1 Logical source location within the enterprise --> <identifier><!-- 1..1 Identifier The identity of source detecting the event --></identifier> <type><!-- 0..* Coding The type of source where event originated --></type> </source> <object> <!-- 0..* Specific instances of data or objects that have been accessed --> <identifier><!-- 0..1 Identifier Specific instance of object (e.g. versioned) --></identifier> <reference><!-- 0..1 Reference(Any) Specific instance of resource (e.g. versioned) --></reference> <type><!-- 0..1 Coding Type of object involved --></type> <role><!-- 0..1 Coding What role the Object played --></role> <lifecycle><!-- 0..1 Coding Life-cycle stage for the object --></lifecycle> <securityLabel><!-- 0..* Coding Security labels applied to the object --></securityLabel> <name value="[string]"/><!-- 0..1 Instance-specific descriptor for Object --> <description value="[string]"/><!-- 0..1 Descriptive text --> <query value="[base64Binary]"/><!-- 0..1 Actual query for object --> <detail> <!-- 0..* Additional Information about the Object --> <type value="[string]"/><!-- 1..1 Name of the property --> <value value="[base64Binary]"/><!-- 1..1 Property value --> </detail> </object> </AuditEvent>
JSON Template
{ "resourceType" : "AuditEvent", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "event" : { // R! What was done "type" : { Coding }, // R! Type/identifier of event "subtype" : [{ Coding }], // More specific type/id for the event "action" : "<code>", // Type of action performed during the event "dateTime" : "<instant>", // R! Time when the event occurred on source "outcome" : "<code>", // Whether the event succeeded or failed "outcomeDesc" : "<string>", // Description of the event outcome "purposeOfEvent" : [{ Coding }] // The purposeOfUse of the event }, "participant" : [{ // R! A person, a hardware device or software process "role" : [{ CodeableConcept }], // User roles (e.g. local RBAC codes) "reference" : { Reference(Practitioner|Organization|Device|Patient| RelatedPerson) }, // Direct reference to resource "userId" : { Identifier }, // Unique identifier for the user "altId" : "<string>", // Alternative User id e.g. authentication "name" : "<string>", // Human-meaningful name for the user "requestor" : <boolean>, // R! Whether user is initiator "location" : { Reference(Location) }, // Where "policy" : ["<uri>"], // Policy that authorized event "media" : { Coding }, // Type of media "network" : { // Logical network location for application activity "address" : "<string>", // Identifier for the network access point of the user device "type" : "<code>" // The type of network access point }, "purposeOfUse" : [{ Coding }] // Reason given for this user }], "source" : { // R! Application systems and processes "site" : "<string>", // Logical source location within the enterprise "identifier" : { Identifier }, // R! The identity of source detecting the event "type" : [{ Coding }] // The type of source where event originated }, "object" : [{ // Specific instances of data or objects that have been accessed "identifier" : { Identifier }, // Specific instance of object (e.g. versioned) "reference" : { Reference(Any) }, // Specific instance of resource (e.g. versioned) "type" : { Coding }, // Type of object involved "role" : { Coding }, // What role the Object played "lifecycle" : { Coding }, // Life-cycle stage for the object "securityLabel" : [{ Coding }], // Security labels applied to the object "name" : "<string>", // C? Instance-specific descriptor for Object "description" : "<string>", // Descriptive text "query" : "<base64Binary>", // C? Actual query for object "detail" : [{ // Additional Information about the Object "type" : "<string>", // R! Name of the property "value" : "<base64Binary>" // R! Property value }] }] }
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
AuditEvent | DomainResource | Event record kept for security purposes | ||
event | 1..1 | BackboneElement | What was done | |
type | Σ | 1..1 | Coding | Type/identifier of event Audit Event ID (Extensible) |
subtype | Σ | 0..* | Coding | More specific type/id for the event Audit Event Sub-Type (Extensible) |
action | Σ | 0..1 | code | Type of action performed during the event AuditEventAction (Required) |
dateTime | Σ | 1..1 | instant | Time when the event occurred on source |
outcome | Σ | 0..1 | code | Whether the event succeeded or failed AuditEventOutcome (Required) |
outcomeDesc | Σ | 0..1 | string | Description of the event outcome |
purposeOfEvent | Σ | 0..* | Coding | The purposeOfUse of the event PurposeOfUse (Extensible) |
participant | 1..* | BackboneElement | A person, a hardware device or software process | |
role | 0..* | CodeableConcept | User roles (e.g. local RBAC codes) Audit Active Participant Role ID Code (Extensible) | |
reference | Σ | 0..1 | Reference(Practitioner | Organization | Device | Patient | RelatedPerson) | Direct reference to resource |
userId | Σ | 0..1 | Identifier | Unique identifier for the user |
altId | 0..1 | string | Alternative User id e.g. authentication | |
name | 0..1 | string | Human-meaningful name for the user | |
requestor | 1..1 | boolean | Whether user is initiator | |
location | 0..1 | Reference(Location) | Where | |
policy | 0..* | uri | Policy that authorized event | |
media | 0..1 | Coding | Type of media Media Type Code (Extensible) | |
network | 0..1 | BackboneElement | Logical network location for application activity | |
address | 0..1 | string | Identifier for the network access point of the user device | |
type | 0..1 | code | The type of network access point AuditEventParticipantNetworkType (Required) | |
purposeOfUse | 0..* | Coding | Reason given for this user PurposeOfUse (Extensible) | |
source | 1..1 | BackboneElement | Application systems and processes | |
site | 0..1 | string | Logical source location within the enterprise | |
identifier | Σ | 1..1 | Identifier | The identity of source detecting the event |
type | 0..* | Coding | The type of source where event originated Audit Event Source Type (Extensible) | |
object | I | 0..* | BackboneElement | Specific instances of data or objects that have been accessed Either a name or a query (NOT both) |
identifier | Σ | 0..1 | Identifier | Specific instance of object (e.g. versioned) |
reference | Σ | 0..1 | Reference(Any) | Specific instance of resource (e.g. versioned) |
type | 0..1 | Coding | Type of object involved AuditEventObjectType (Extensible) | |
role | 0..1 | Coding | What role the Object played AuditEventObjectRole (Extensible) | |
lifecycle | 0..1 | Coding | Life-cycle stage for the object AuditEventObjectLifecycle (Extensible) | |
securityLabel | 0..* | Coding | Security labels applied to the object All Security Labels (Extensible) | |
name | Σ I | 0..1 | string | Instance-specific descriptor for Object |
description | 0..1 | string | Descriptive text | |
query | Σ I | 0..1 | base64Binary | Actual query for object |
detail | 0..* | BackboneElement | Additional Information about the Object | |
type | 1..1 | string | Name of the property | |
value | 1..1 | base64Binary | Property value | |
Documentation for this format |
XML Template
<AuditEvent xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <event> <!-- 1..1 What was done --> <type><!-- 1..1 Coding Type/identifier of event --></type> <subtype><!-- 0..* Coding More specific type/id for the event --></subtype> <action value="[code]"/><!-- 0..1 Type of action performed during the event --> <dateTime value="[instant]"/><!-- 1..1 Time when the event occurred on source --> <outcome value="[code]"/><!-- 0..1 Whether the event succeeded or failed --> <outcomeDesc value="[string]"/><!-- 0..1 Description of the event outcome --> <purposeOfEvent><!-- 0..* Coding The purposeOfUse of the event --></purposeOfEvent> </event> <participant> <!-- 1..* A person, a hardware device or software process --> <role><!-- 0..* CodeableConcept User roles (e.g. local RBAC codes) --></role> <reference><!-- 0..1 Reference(Practitioner|Organization|Device|Patient| RelatedPerson) Direct reference to resource --></reference> <userId><!-- 0..1 Identifier Unique identifier for the user --></userId> <altId value="[string]"/><!-- 0..1 Alternative User id e.g. authentication --> <name value="[string]"/><!-- 0..1 Human-meaningful name for the user --> <requestor value="[boolean]"/><!-- 1..1 Whether user is initiator --> <location><!-- 0..1 Reference(Location) Where --></location> <policy value="[uri]"/><!-- 0..* Policy that authorized event --> <media><!-- 0..1 Coding Type of media --></media> <network> <!-- 0..1 Logical network location for application activity --> <address value="[string]"/><!-- 0..1 Identifier for the network access point of the user device --> <type value="[code]"/><!-- 0..1 The type of network access point --> </network> <purposeOfUse><!-- 0..* Coding Reason given for this user --></purposeOfUse> </participant> <source> <!-- 1..1 Application systems and processes --> <site value="[string]"/><!-- 0..1 Logical source location within the enterprise --> <identifier><!-- 1..1 Identifier The identity of source detecting the event --></identifier> <type><!-- 0..* Coding The type of source where event originated --></type> </source> <object> <!-- 0..* Specific instances of data or objects that have been accessed --> <identifier><!-- 0..1 Identifier Specific instance of object (e.g. versioned) --></identifier> <reference><!-- 0..1 Reference(Any) Specific instance of resource (e.g. versioned) --></reference> <type><!-- 0..1 Coding Type of object involved --></type> <role><!-- 0..1 Coding What role the Object played --></role> <lifecycle><!-- 0..1 Coding Life-cycle stage for the object --></lifecycle> <securityLabel><!-- 0..* Coding Security labels applied to the object --></securityLabel> <name value="[string]"/><!-- 0..1 Instance-specific descriptor for Object --> <description value="[string]"/><!-- 0..1 Descriptive text --> <query value="[base64Binary]"/><!-- 0..1 Actual query for object --> <detail> <!-- 0..* Additional Information about the Object --> <type value="[string]"/><!-- 1..1 Name of the property --> <value value="[base64Binary]"/><!-- 1..1 Property value --> </detail> </object> </AuditEvent>
JSON Template
{ "resourceType" : "AuditEvent", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "event" : { // R! What was done "type" : { Coding }, // R! Type/identifier of event "subtype" : [{ Coding }], // More specific type/id for the event "action" : "<code>", // Type of action performed during the event "dateTime" : "<instant>", // R! Time when the event occurred on source "outcome" : "<code>", // Whether the event succeeded or failed "outcomeDesc" : "<string>", // Description of the event outcome "purposeOfEvent" : [{ Coding }] // The purposeOfUse of the event }, "participant" : [{ // R! A person, a hardware device or software process "role" : [{ CodeableConcept }], // User roles (e.g. local RBAC codes) "reference" : { Reference(Practitioner|Organization|Device|Patient| RelatedPerson) }, // Direct reference to resource "userId" : { Identifier }, // Unique identifier for the user "altId" : "<string>", // Alternative User id e.g. authentication "name" : "<string>", // Human-meaningful name for the user "requestor" : <boolean>, // R! Whether user is initiator "location" : { Reference(Location) }, // Where "policy" : ["<uri>"], // Policy that authorized event "media" : { Coding }, // Type of media "network" : { // Logical network location for application activity "address" : "<string>", // Identifier for the network access point of the user device "type" : "<code>" // The type of network access point }, "purposeOfUse" : [{ Coding }] // Reason given for this user }], "source" : { // R! Application systems and processes "site" : "<string>", // Logical source location within the enterprise "identifier" : { Identifier }, // R! The identity of source detecting the event "type" : [{ Coding }] // The type of source where event originated }, "object" : [{ // Specific instances of data or objects that have been accessed "identifier" : { Identifier }, // Specific instance of object (e.g. versioned) "reference" : { Reference(Any) }, // Specific instance of resource (e.g. versioned) "type" : { Coding }, // Type of object involved "role" : { Coding }, // What role the Object played "lifecycle" : { Coding }, // Life-cycle stage for the object "securityLabel" : [{ Coding }], // Security labels applied to the object "name" : "<string>", // C? Instance-specific descriptor for Object "description" : "<string>", // Descriptive text "query" : "<base64Binary>", // C? Actual query for object "detail" : [{ // Additional Information about the Object "type" : "<string>", // R! Name of the property "value" : "<base64Binary>" // R! Property value }] }] }
Alternate definitions: Schema/Schematron, Resource Profile (XML, JSON), Questionnaire
Path | Definition | Type | Reference |
---|---|---|---|
AuditEvent.event.type | Type of event. | Extensible | Audit Event ID |
AuditEvent.event.subtype | Sub-type of event. | Extensible | Audit Event Sub-Type |
AuditEvent.event.action | Indicator for type of action performed during the event that generated the audit. | Required | AuditEventAction |
AuditEvent.event.outcome | Indicates whether the event succeeded or failed | Required | AuditEventOutcome |
AuditEvent.event.purposeOfEvent AuditEvent.participant.purposeOfUse | The reason the activity took place. | Extensible | PurposeOfUse |
AuditEvent.participant.role | Role(s) the user plays (from RBAC). | Extensible | Audit Active Participant Role ID Code |
AuditEvent.participant.media | Used when the event is about exporting/importing onto media. | Extensible | Media Type Code |
AuditEvent.participant.network.type | The type of network access point of this participant in the audit event | Required | AuditEventParticipantNetworkType |
AuditEvent.source.type | Code specifying the type of system that detected and recorded the event. | Extensible | Audit Event Source Type |
AuditEvent.object.type | Code for the object type involved audited. | Extensible | AuditEventObjectType |
AuditEvent.object.role | Code representing the role the Object played in the event. | Extensible | AuditEventObjectRole |
AuditEvent.object.lifecycle | Identifier for the data life-cycle stage for the object. | Extensible | AuditEventObjectLifecycle |
AuditEvent.object.securityLabel | Security Labels from the Healthcare Privacy and Security Classification System. | Extensible | All Security Labels |
The AuditEvent resource and the ATNA Audit record are used in many contexts throughout healthcare. The coded values defined in the "extensible" bindings above are those widely used and/or defined by DICOM, IHE or ISO, who all defined these codes to meet very specific use cases. These codes should be used when they are suitable, or other codes can be defined.
The set of codes defined for this resource is expected to grow over time, and additional codes may be proposed / requested using the community input link above.
This table summarizes common event scenarios, and the codes that should be used for each case.
Scenario | type | subtype | action | Other |
User Login (example) | 110114 User Authentication | 110122 User Authentication | E Execute | One participant which contains the details of the logged in user. |
User Logout (example) | 110114 User Authentication | 110123 User Logout | E Execute | One participant which contains the details of the logged out user. |
REST operation logged on server (example) | rest RESTful Operation | [code] defined for operation | * (see below) | Participant for logged in user, if available, and one object with a reference, if at least the type is known as part of the operation. Reference.url should be provided to the granularity known. |
Search operation logged on server (example) | rest RESTful Operation | [code] defined for operation | E Execute | Participant for logged in user, if available, and one object with a query element. |
Audit Event Actions for RESTful operations:
Operation | Action |
create | C |
read, vread, history-instance, history-type, history-system | R |
update | U |
delete | D |
transaction, operation, conformance, validate, search, search-type, search-system | E |
Search parameters for this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Paths |
action | token | Type of action performed during the event | AuditEvent.event.action |
address | token | Identifier for the network access point of the user device | AuditEvent.participant.network.address |
altid | token | Alternative User id e.g. authentication | AuditEvent.participant.altId |
date | date | Time when the event occurred on source | AuditEvent.event.dateTime |
desc | string | Instance-specific descriptor for Object | AuditEvent.object.name |
identity | token | Specific instance of object (e.g. versioned) | AuditEvent.object.identifier |
name | string | Human-meaningful name for the user | AuditEvent.participant.name |
object-type | token | Type of object involved | AuditEvent.object.type |
participant | reference | Direct reference to resource | AuditEvent.participant.reference (Device, Patient, Organization, Practitioner, RelatedPerson) |
patient | reference | Direct reference to resource | AuditEvent.participant.reference, AuditEvent.object.reference (Patient) |
policy | uri | Policy that authorized event | AuditEvent.participant.policy |
reference | reference | Specific instance of resource (e.g. versioned) | AuditEvent.object.reference (Any) |
site | token | Logical source location within the enterprise | AuditEvent.source.site |
source | token | The identity of source detecting the event | AuditEvent.source.identifier |
subtype | token | More specific type/id for the event | AuditEvent.event.subtype |
type | token | Type/identifier of event | AuditEvent.event.type |
user | token | Unique identifier for the user | AuditEvent.participant.userId |