The Risk Wizard is a full-page guided workflow for creating a new risk or editing an existing one. It is located at routesDocumentation 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/wizard (new) and /gr/risks/wizard/:riskId (edit existing). Both routes share the same component.
Overview
The page is rendered byRiskAssessmentWizardPage using WizardShell (horizontal step layout). Six steps are rendered in sequence:
- Identification — Describe the risk (title, description, category)
- Analysis — Likelihood and impact scoring
- Owner — Assign accountability
- Current Controls — Document existing safeguards
- Mitigation Plan — Strategy and planned actions
- Review — Confirm and submit
riskId param is present, the wizard loads and edits the existing risk.
Both routes are protected by gr.risks.admin.
Who it’s for
Requires permission:gr.risks.admin
Before you start
- Your account must have
gr.risks.admin. - For editing an existing risk, the risk ID must be provided in the URL.
Steps
- Navigate to
/gr/risks/wizardor select New Risk (Wizard) from the risk register. - Complete Step 1 — Identification: enter title, description, and category.
- Complete Step 2 — Analysis: set likelihood and impact scores.
- Complete Step 3 — Owner: assign the risk owner.
- Complete Step 4 — Current Controls: describe existing safeguards.
- Complete Step 5 — Mitigation Plan: define strategy and action items.
- Review the summary on Step 6 and submit.
- The wizard creates the risk, assessment, and mitigation records, then navigates to the risk register.
Key concepts
| Concept | Description |
|---|---|
WizardShell | Platform-level wizard container with horizontal step indicator |
| Submission order | createRisk → createAssessment → createMitigation(s) → PF-29 task (best-effort) |
riskId param | When present, wizard operates in edit mode on the existing risk |
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/wizards/risk-assessment/RiskAssessmentWizardPage.tsx
- src/cores/gr/wizards/risk-assessment/useRiskAssessmentWizard.ts
- src/platform/permissions/constants.ts