/settings/audit-analytics.
Overview
The screen has three tabs: Audit Logs (paginated table of historic records), Realtime (live stream of new events), and Export (compliance report generation). The Audit Logs tab supports filtering by module, action, and date range with deferred input to reduce query load. Records are displayed in a table with columns for Timestamp, Module, Action, Table, and User; clicking a row opens a detail dialog that flags rows from PHI-sensitive tables. The Realtime tab is gated onpf.audit.analytics.realtime_view; the Export tab on pf.audit.analytics.export. The entire page is wrapped in a PermissionGate for pf.audit.analytics.view.
Who it’s for
Required permission:pf.audit.analytics.view (primary access); pf.audit.analytics.realtime_view (Realtime tab); pf.audit.analytics.export (Export tab)
Before you start
- You must hold the
pf.audit.analytics.viewpermission. - Additional permissions unlock the Realtime and Export tabs.
Steps
1
Open Audit Analytics
Navigate to Settings → Audit Analytics.
2
Filter logs
Enter module, action, or date range filters to narrow the audit log results.
3
Inspect a record
Click any row to open the detail dialog; rows from PHI-sensitive tables are flagged.
4
Browse pages
Use Previous / Next pagination controls for large result sets.
5
Monitor in real time
Switch to the Realtime tab (requires permission) to watch new audit events as they arrive.
6
Export compliance report
Switch to the Export tab (requires permission) and generate a compliance report.
Key concepts
PHI_SENSITIVE_TABLES— list of table names flagged for PHI sensitivity in the detail dialogPF_AUDIT_ANALYTICS/PF_AUDIT_REALTIME— feature flags controlling tab availability- Compliance report export — available to users with
pf.audit.analytics.export
Related
Platform Foundation
Platform Foundation overview.
Governance & parity
Documentation coverage and governance.
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/platform.tsx
- src/platform/audit/AuditAnalyticsDashboard.tsx