This screen tracks all corrective actions arising from audit findings 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/corrective-actions.
Overview
The Corrective Actions page loads all corrective actions viauseCorrectiveActionList with an optional status filter. Five stat cards show: Total, Open, In Progress, Completed (includes verified), and Overdue. Users can search by action_description or notes, and filter by status using a dropdown. Each action card displays its description, status badge (open: destructive, in_progress: secondary, completed/verified: default), due date, and overdue indication. Overdue is computed as due_date < today for non-completed/non-verified actions.
Who it’s for
No explicit permission gate on this route. Any authenticated user with access to the GR module can view corrective actions.Before you start
- Audit findings with corrective actions must exist.
Steps
Key concepts
- Open — corrective action status
open; requires attention. - In Progress — status
in_progress; corrective action is underway. - Completed/Verified — status
completedorverified; action is resolved. - Overdue —
due_dateis before today and status is notcompletedorverified.
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/CorrectiveActionList.tsx
- src/cores/gr/hooks/useAuditCorrectiveAction.ts