The Risk Register page lists all risks in the organization with search, category, rating, and status filters, plus quick-stats cards. It is located 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/risks.
Overview
The page is rendered byRiskList and fetches risks via useRiskList with search and filter parameters. Quick-stats (total, critical, active, mitigated) are loaded from useRiskStats. A New Risk button opens RiskFormDialog. If an in-progress risk assessment wizard draft exists (hasRiskAssessmentDraft), a banner prompts the user to continue. No permission gate is declared on this route in gr.tsx.
Categories: operational, financial, clinical, safety, compliance, reputational.
Ratings: critical, high, medium, low.
Statuses: active, mitigated, resolved, closed.
Who it’s for
No explicit permission gate on this route.Before you start
- No special permission is required to view the risk register.
- Creating risks via wizard requires
gr.risks.admin.
Steps
- Go to Governance & Compliance → Risks at
/gr/risks. - Review quick-stats at the top of the page.
- Use the search bar to find a risk by keyword.
- Apply Category, Rating, and Status filters to narrow the list.
- Select a risk card to open the Risk Details page.
- Select New Risk to open the risk creation form.
- For a guided wizard, navigate to
/gr/risks/wizard(requiresgr.risks.admin).
Key concepts
| Concept | Description |
|---|---|
| Rating | Composite of likelihood and impact: low, medium, high, critical |
| Status | Lifecycle state: active, mitigated, resolved, closed |
| In-progress draft | A local wizard draft detected by hasRiskAssessmentDraft — shown as a banner prompt |
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/RiskList.tsx
- src/cores/gr/hooks/useRiskList.ts
- src/cores/gr/hooks/useRiskStats.ts