The Compliance screen displays the regulatory compliance dashboard at the routeDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/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
Review compliance check status
View each compliance area card showing pass/warning/fail/unknown status and last-checked time.
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