Last updated
Was this helpful?
Last updated
Was this helpful?
Enable audit logging in Aidbox.
Receive audit logs from the FHIR API.
View audit log event in the Audit log viewer UI application.
To enable audit logging in Aidbox, use the following setting: .
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.
To force Aidbox to produce audit events, run any FHIR CRUD operation, e.g. run the following request in Aidbox REST Console:
To see audit logs with the FHIR API, run GET /fhir/AuditEvent?_sort=-createdAt
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.
Aidbox can receive Audot Log events from external services via a regular FHIR API.
Navigate to REST Console in Aidbox UI.
Create the Client.
Create the AccessPolicy for the client.
Run the following curl command in your terminal to simulate the Aidbox FHIR API from an external service
Navigate to the Audit Log tab in Aidbox Console UI and find the Audit event:
This page explains how to configure Aidbox to record audit events that occur within the system