Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt

Use this file to discover all available pages before exploring further.

The Compliance screen displays the regulatory compliance dashboard at the route /settings/compliance.

Overview

The screen renders ComplianceWidget 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.view permission.

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

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.
  • src/routes/platform.tsx
  • src/platform/compliance/pages/ComplianceDashboardPage.tsx