Audit Log

This page describes Aidbox audit log module

Aidbox as a source of audit events

When audit logging is enabled, Aidbox produces audit logs for significant events:

  • FHIR CRUD & Search operations for basic FHIR resources and custom resources

  • FHIR CRUD & Search operations for patient compartment FHIR resources and custom resources

  • [WIP] Authentication & Authorization events (login, logout, SMART on FHIR authorization, etc)

  • [WIP] Security & configuration updates

Aidbox produces audit logs in conformance with Basic Audit Log Patterns IG.

At this time, Aidbox is only capable of producing AuditEvent in the FHIR R4 version.

Aidbox as an Audit record repository

Aidbox acts as Audit record repository (ARR) for FHIR AuditEvent resources. Aidbox supports

  • POST /fhir/AuditEvent to record events

  • GET /fhir/AuditEvent to receive them

Next steps

Configure Audit Log

Last updated