/settings/compliance.
Overview
The screen rendersComplianceWidget cards from useComplianceDashboard, each showing a compliance check area with its latest status (pass/warning/fail/unknown) and a relative timestamp. A consent status summary from useConsentStatusSummary is also displayed. Users can manually trigger compliance checks via useTriggerComplianceChecks. The page uses useComplianceTheme for white-label compliance theming and includes a ContrastFallbackIndicator. Sub-pages for PHI classifications (/settings/compliance/classifications) and compliance evidence (/settings/compliance/evidence) require additional permissions.
Who it’s for
Required permission:pf.compliance.dashboard.view
Before you start
- You must hold the
pf.compliance.dashboard.viewpermission.
Steps
1
Open Compliance
Navigate to Settings → Compliance.
2
Review compliance check status
View each compliance area card showing pass/warning/fail/unknown status and last-checked time.
3
Trigger a compliance check
Click the trigger action to run compliance checks on demand.
4
Review consent summary
Check the consent status summary displayed on the dashboard.
5
Navigate to sub-pages
Access PHI Classifications (
/settings/compliance/classifications) or Evidence (/settings/compliance/evidence) for deeper detail (requires additional permissions).Key concepts
- Compliance check status values:
pass,warning,fail,unknown useComplianceTheme— applies white-label compliance visual override- PHI Classifications sub-page requires
pf.compliance.phi.classify - Evidence sub-page requires
pf.compliance.evidence.generate
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/compliance/pages/ComplianceDashboardPage.tsx