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.

This screen is the primary compliance overview for the GR module at route /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 from useComplianceDashboard, 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

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.

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=overdue query parameter.
  • Open Remediations — remediation items in an open state from remediationSummary.

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.
  • src/routes/gr.tsx
  • src/cores/gr/pages/ComplianceDashboard.tsx
  • src/cores/gr/hooks/useComplianceDashboard.ts