View audit log event in the Audit log viewer UI application.
Configure Audit Log
Enable Audit Log
To enable audit logging in Aidbox, use the following setting: .
Install the BALP package
The Basic Audit Log Patterns (BALP) Implementation Guide is a Content Profile that defines some basic and reusable AuditEvent patterns. This includes basic audit log profiles for FHIR RESTful operations to be used when no more specific audit event is determined.
Navigate to the FHIR Packages screen in Aidbox Console UI.
Click the Import FHIR Package button.
Find the BALP package and hit the Import button.
Run some auditable operations
To force Aidbox to produce audit events, run any FHIR CRUD operation, e.g. run the following request in Aidbox REST Console:
POST /fhir/Patient
content-type: text/yaml
accept: text/yaml
name:
- given: [John]
family: Smith
# 201 Created
Find audit logs with the FHIR API
To see audit logs with the FHIR API, run GET /fhir/AuditEvent?_sort=-createdAt
Find audit logs with the Audit Log Viewer application
To see audit logs with the Audit event viewer app, navigate to the Audit Log tab in Aidbox Console UI.
And find the audit event, produced by the patient create operation.
Use FHIR API to create Audit Log Event
Aidbox can receive Audot Log events from external services via a regular FHIR API.