The Risk Assessment page provides AI-powered risk assessment and mitigation suggestions for registered risks. 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/ai/risk-assessment.
Overview
The page is rendered byAIRiskAssessment and checks whether AI compliance features are enabled via useAIComplianceEnabled. If disabled, a prompt to enable AI in GR settings is shown. When enabled, the user selects a risk from the useRiskList dropdown, triggers generation via useAIRiskAssessment, and reviews previous assessments from useAIRiskAssessmentsList. An AIComplianceChatPanel is available for follow-up conversation. No permission gate is declared on this route in gr.tsx.
Who it’s for
No explicit permission gate on this route. AI Compliance features must be enabled in GR settings at/gr/settings.
Before you start
- AI Compliance features must be enabled in GR settings.
- At least one risk must exist in the risk register at
/gr/risks.
Steps
- Go to Governance & Compliance → AI → Risk Assessment at
/gr/ai/risk-assessment. - If AI is disabled, navigate to
/gr/settingsand enable AI Compliance features. - Select a risk from the dropdown to load any prior assessments.
- Select Generate (or equivalent) to produce a new AI risk assessment.
- Review the generated assessment and mitigation suggestions.
- Use the AI chat panel for follow-up questions about the assessment.
- Navigate to the risk record at
/gr/risks/:idto apply mitigations.
Key concepts
| Concept | Description |
|---|---|
| AI Compliance enabled | Feature flag controlled in GR settings; page shows a disabled state if off |
| Risk assessment | AI-generated analysis of a risk record, including mitigation suggestions |
| Chat panel | AIComplianceChatPanel — conversational follow-up on the current risk |
useAIRiskAssessmentsList | Fetches prior AI assessments filtered by selected risk ID |
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/AIRiskAssessment.tsx
- src/cores/gr/ai/index.ts
- src/cores/gr/hooks/useAIComplianceEnabled.ts