/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
Access follows your organization’s role and module configuration. 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
1
Navigate to Gap Analysis
Go to
/gr/ai/gap-analysis.2
Check feature availability
If the AI Compliance Advisor is disabled, click Go to Settings and enable it.
3
Select a requirement
Choose a regulatory requirement from the dropdown.
4
Run the analysis
Click Run Analysis to generate an AI gap assessment for the selected requirement.
5
Review analysis results
Review the generated and previously stored analyses listed below the selector.
6
Ask the AI Advisor
Click Ask AI Advisor to open the chat panel for follow-up questions.
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