/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.
The dashboard also surfaces two evidence-focused cards powered by useComplianceEvidenceCoverage:
- Evidence Coverage — per-category breakdown of requirements that have at least one piece of linked evidence, expressed as a coverage percentage.
- Evidence Gaps — a priority-sorted list of requirements with no evidence linked, so you can close the highest-priority gaps first.
Who it’s for
Access follows your organization’s role and module configuration. 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
1
Open the Compliance Dashboard
Navigate to
/gr/compliance.2
Review the compliance score
Check the overall compliance rate shown in the primary stats.
3
Identify non-compliant requirements
Click the Non-Compliant card or navigate to Requirements to see which items need attention.
4
Check overdue items
Click the Overdue Checks card to navigate to requirements filtered by overdue status.
5
Navigate to remediation
Click the Open Remediations card to go to
/gr/compliance/remediation to manage open remediation items.6
Review evidence coverage and gaps
Use the Evidence Coverage card to see which categories are well-documented and the Evidence Gaps card to prioritize requirements that still need supporting evidence.
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. - Evidence Coverage — percentage of requirements per category with at least one piece of linked evidence.
- Evidence Gaps — priority-sorted list of requirements that currently have no evidence linked.
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
- src/cores/gr/hooks/useComplianceEvidenceCoverage.ts