This screen displays the full record of a single audit 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/:id.
Overview
The Audit Detail page shows the audit title, status badge, type badge, and severity badge in the header, plus action buttons (Start Audit, Complete Audit, Edit, Add Finding). It renders five tabs: Overview (audit metadata), Checklist (audit checklist items viauseAuditChecklist), Findings (findings via useFindingsByAudit), Team (team members via useAuditTeam), and Evidence (evidence documents via useAuditEvidence). Start and Complete Audit actions call the respective mutations (startAudit, completeAudit) and update the audit status.
Who it’s for
No explicit permission gate on this route. Creating audits requiresgr.audits.manage; managing the audit’s state is available to any user who can view it.
Before you start
- You must have the audit
idfrom the Audit Management list (/gr/audits). - To start or complete an audit, the audit must be in the appropriate status.
Steps
Review the Overview tab
Check audit type, severity, scheduled date, and responsible team in the overview.
Work through the Checklist tab
Review checklist items and update their status as the audit progresses.
Add or review Findings
Open the Findings tab to see existing findings or click Add Finding to log a new one via
AuditFindingFormDialog.Key concepts
- Audit status — drives which action buttons are shown (Start vs. Complete).
- Corrective actions — findings with unresolved status feed the Corrective Actions list at
/gr/audits/corrective-actions.
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/AuditDetail.tsx
- src/cores/gr/hooks/useAuditDetail.ts
- src/cores/gr/hooks/useAuditMutation.ts