This screen assesses readiness for upcoming audits using a scored dashboard 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/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) usinguseUpcomingAudits(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
Review the overall score
Check the circular gauge for the overall readiness percentage and color-coded health indicator.
Drill into categories
Review the per-category progress bars to identify which areas are below target.
Key concepts
- Overall Readiness Score — percentage computed by
useAuditReadiness; based on requirement compliance and documentation. - By category — readiness broken down by compliance category from
byCategoryarray. - Upcoming audits — audits with
scheduled_datewithin 90 days.
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/AuditReadiness.tsx
- src/cores/gr/hooks/useAuditReadiness.ts
- src/cores/gr/hooks/useAuditList.ts