This screen uses AI to analyze compliance gaps against a selected regulatory requirement 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/gap-analysis.
Overview
The AI Gap Analysis page requires the AI Compliance Advisor to be enabled in GR settings. When disabled, it shows a blocked state. When enabled, users select a regulatory requirement from a dropdown populated byuseRegulatoryRequirementList. Clicking Run Analysis sends a prompt to the AI containing the requirement title, description, category, and current status. Previous analysis results for the selected requirement are listed via useAIGapAnalysesList. An AI Chat Panel is accessible via Ask AI Advisor.
Who it’s for
No explicit permission gate on this route. AI Compliance must be enabled in GR settings.Before you start
- AI Compliance must be enabled in GR settings (
/gr/settings). - Regulatory requirements must exist in the system.
Steps
Check feature availability
If the AI Compliance Advisor is disabled, click Go to Settings and enable it.
Review analysis results
Review the generated and previously stored analyses listed below the selector.
Key concepts
- Gap analysis prompt — includes requirement title, description, category, and current compliance status.
- AI Compliance Advisor — must be enabled in GR settings.
- Previous analyses — retrieved by
useAIGapAnalysesListfiltered by the selected requirement ID.
Related
Governance & Compliance
Governance & Compliance core overview.
Governance & parity
Documentation coverage and governance.
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/AIGapAnalysis.tsx
- src/cores/gr/hooks/useAIComplianceEnabled.ts
- src/cores/gr/hooks/useRegulatoryRequirement.ts
- src/cores/gr/ai/index.ts