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 assesses readiness for upcoming audits using a scored dashboard at route /gr/audits/readiness.

Overview

The Audit Readiness page displays a circular gauge showing the Overall Readiness Score as a percentage, colored success (≥90%), warning (≥70%), or destructive otherwise. Below it, per-category readiness scores are shown as labeled progress bars. The screen also shows a list of upcoming audits (within 90 days) using useUpcomingAudits(90), each displaying type badge and scheduled date. Area navigation cards link to related sections (requirements, audit management).

Who it’s for

No explicit permission gate on this route. Any authenticated user with access to the GR module can view this screen.

Before you start

  • Compliance requirements and audit records must exist to generate a meaningful readiness score.

Steps

1

Open Audit Readiness

Navigate to /gr/audits/readiness.
2

Review the overall score

Check the circular gauge for the overall readiness percentage and color-coded health indicator.
3

Drill into categories

Review the per-category progress bars to identify which areas are below target.
4

Check upcoming audits

Review the list of audits scheduled within the next 90 days.
5

Navigate to requirements

Use the navigation cards to jump to the requirements library or audit list to address gaps.

Key concepts

  • Overall Readiness Score — percentage computed by useAuditReadiness; based on requirement compliance and documentation.
  • By category — readiness broken down by compliance category from byCategory array.
  • Upcoming audits — audits with scheduled_date within 90 days.

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/AuditReadiness.tsx
  • src/cores/gr/hooks/useAuditReadiness.ts
  • src/cores/gr/hooks/useAuditList.ts