Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt

Use this file to discover all available pages before exploring further.

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 route /gr/risks.

Overview

The page is rendered by RiskList 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

  1. Go to Governance & Compliance → Risks at /gr/risks.
  2. Review quick-stats at the top of the page.
  3. Use the search bar to find a risk by keyword.
  4. Apply Category, Rating, and Status filters to narrow the list.
  5. Select a risk card to open the Risk Details page.
  6. Select New Risk to open the risk creation form.
  7. For a guided wizard, navigate to /gr/risks/wizard (requires gr.risks.admin).

Key concepts

ConceptDescription
RatingComposite of likelihood and impact: low, medium, high, critical
StatusLifecycle state: active, mitigated, resolved, closed
In-progress draftA local wizard draft detected by hasRiskAssessmentDraft — shown as a banner prompt

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.
  • src/routes/gr.tsx
  • src/cores/gr/pages/RiskList.tsx
  • src/cores/gr/hooks/useRiskList.ts
  • src/cores/gr/hooks/useRiskStats.ts