This screen is the primary compliance overview for the GR module at 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.
/gr/compliance.
Overview
The Compliance Dashboard displays four primary stat cards (Total Requirements, Compliant, Non-Compliant, Pending) and four secondary cards (Overdue Checks, Upcoming [30d], Open Remediations, Training Compliance). It fetches data fromuseComplianceDashboard, useUpcomingDeadlines(30), and useRemediationSummary. The Overdue Checks card navigates to the requirements list with a check_due=overdue filter. The Open Remediations card navigates to /gr/compliance/remediation. Area navigation cards link to Requirements, Audits, Remediation, and Training sections.
Who it’s for
No explicit permission gate on this route. Any authenticated user with access to the GR module can view this dashboard.Before you start
- Compliance requirements must exist and be configured with check due dates.
Steps
Identify non-compliant requirements
Click the Non-Compliant card or navigate to Requirements to see which items need attention.
Check overdue items
Click the Overdue Checks card to navigate to requirements filtered by overdue status.
Key concepts
- Compliance Score — overall compliance rate as a percentage from
complianceStats.complianceScore. - Overdue Checks — requirements with check dates in the past, surfaced via
check_due=overduequery parameter. - Open Remediations — remediation items in an open state from
remediationSummary.
Related
Governance & Compliance
Governance & Compliance core 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/gr.tsx
- src/cores/gr/pages/ComplianceDashboard.tsx
- src/cores/gr/hooks/useComplianceDashboard.ts