/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
Access follows your organization’s role and module configuration. 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
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