This screen is the main list for managing all audits in the GR module 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.
Overview
The Audit Management page shows a quick-stats area (total audits, and upcoming-audits counts within 30 days). Users can search audits by text and filter by status and audit type via dropdowns. Audits are rendered asAuditCard components in a list; clicking a card navigates to /gr/audits/:id. Creating a new audit requires permission gr.audits.manage and opens AuditFormDialog. A guided tour (auditManagementTour) can be started via the help button. Error states display a sanitized error message via sanitizeErrorMessage.
Who it’s for
No explicit permission gate on viewing this route. Creating a new audit requires permissiongr.audits.manage.
Before you start
- To create an audit, you need the
gr.audits.managepermission. - Have the audit title, type, scheduled date, and responsible team ready before creating.
Steps
Key concepts
- Upcoming audits — audits with
scheduled_datewithin the next 30 days, shown in the stats area. - Guided tour — the
auditManagementTourwalks through key features of the page.
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/AuditList.tsx
- src/cores/gr/hooks/useAuditList.ts