Audit Log
This page describes Aidbox audit log module
Last updated
This page describes Aidbox audit log module
Last updated
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 acts as Audit record repository (ARR) for FHIR AuditEvent resources. Aidbox supports
POST /fhir/AuditEvent
to record events
GET /fhir/AuditEvent
to receive them