/gr/compliance/remediation.
Overview
The page is rendered byRemediationTracker and fetches items via useComplianceRemediationList. Filters include status (open, in_progress, resolved, closed), a search term (deferred), and an overdue toggle. A detail dialog opens on row selection. Resolve and close actions are performed via useComplianceRemediationMutation. The route supports a ?status=overdue query param to pre-filter to overdue items (e.g., from a dashboard link). No permission gate is declared on this route in gr.tsx.
Who it’s for
Access follows your organization’s role and module configuration. ## Before you start- Remediation items are typically created from compliance requirement findings or audit findings.
- Navigate from the Compliance section or from a deep-link with
?status=overdue.
Steps
- Go to Governance & Compliance → Compliance → Remediation at
/gr/compliance/remediation. - Use the status filter to narrow to open, in-progress, resolved, or closed items.
- Toggle Show overdue only to surface past-due items.
- Use the search bar to find a specific remediation by keyword.
- Select a remediation card to open the detail dialog.
- Use Resolve or Close actions within the dialog to update status.
Key concepts
Related
Governance & Compliance
Governance & Compliance core overview.
Governance & parity
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/RemediationTracker.tsx
- src/cores/gr/hooks/useComplianceRemediation.ts
- src/cores/gr/components/RemediationCard.tsx