/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
Access follows your organization’s role and module configuration. Any authenticated user with access to the GR module can view corrective actions.Before you start
- Audit findings with corrective actions must exist.
Steps
1
Open Corrective Actions
Navigate to
/gr/audits/corrective-actions.2
Review overdue count
Check the Overdue stat card to identify actions past their due date.
3
Filter by status
Use the Status dropdown to focus on Open, In Progress, or Completed actions.
4
Search for specific actions
Use the search box to find actions by description or notes.
5
Update action status
Navigate to the associated audit finding to update the corrective action status.
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