Audit Event

Audit Events include a variety of informational messages about application security, such as failed login attempts and resource access.

Sample Query

Find recent audit events:

https://fhir.careevolution.com/Master.Adapter1.WebClient/api/fhir/AuditEvent?_count=10

Overview

See the FHIR documentation for more information about Audit Event resources.

Mapped Concepts in HIEBus

  • AuditLogEntry

Supported Interactions

Audit Event resources support the following interactions.

Search Parameters

When searching for Audit Event resources, the following search parameters are supported.

Name Type Prefixes
Modifiers
Can be Chained? Description
_id Token Resource id.
_lastUpdated Date ne  lt  le  gt  ge  sa  eb  ap  When the resource last changed.
agent-name String :contains  :exact  :missing  The name of an agent associated with the AuditEvent - path 'AuditEvent.agent.name'. Matches CareEvolution username or application names associated to the audit event.
date Date ne  lt  le  gt  ge  sa  eb  ap  Time when the event occurred on source.
message String :contains  :exact  :missing  Searches for audit events by their message.
patient Reference :missing  yes Direct reference to resource.
subtype Token :missing  More specific type/id for the event.
type Token :missing  Type/identifier of event.
user Token :missing  The participant associated with the AuditEvent. This is a special reference search parameter that only works with the :identifier modifier. The identifier value must correspond to an identifier supplied with the AuditEvent.participant reference to match.

Sortable Parameters

When searching Audit Event resources, it is possible to sort the returned values by the following search parameters.

  • date
  • _id

Only one sort parameter may be specified.

Supported Includes

When searching Audit Event resources, it is possible to include the resources referenced by the following field names.

  • Patient

Back to Resources