The Regulatory Changes page displays a feed of regulatory content changes detected from monitored sources, organized by status tabs. 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/compliance/regulatory-changes.
Overview
The page is rendered byRegulatoryChangesPage and uses useRegulatoryChangeEvents to fetch changes, with optional status filter. Tabs correspond to statuses: All, New (detected), Under Review, Approved, Dismissed. Each tab shows a badge count. Severity is displayed via RegulatoryChangeSeverityBadge; status via RegulatoryChangeStatusBadge. Selecting a row navigates to the regulatory change detail page. The route is protected by GR_PERMISSIONS.REGULATORY_CHANGE_VIEW (gr.compliance.regulatory_change.view).
Who it’s for
Requires permission:gr.compliance.regulatory_change.view
Before you start
- Regulatory sources must be registered at
/gr/compliance/regulatory-sourcesbefore changes will be detected. - Sources are polled on their configured cadence; newly detected items appear under New.
Steps
- Go to Governance & Compliance → Compliance → Regulatory Changes at
/gr/compliance/regulatory-changes. - Select a status tab (New, Under Review, etc.) to filter the feed.
- Review severity badges to prioritize review.
- Select a row to open the Regulatory Change Detail page.
- Approved or dismissed changes are updated by users with the appropriate permission.
Key concepts
| Concept | Description |
|---|---|
| Detected | A newly identified content change not yet reviewed |
| Under review | Change is being assessed by the compliance team |
| Approved | Change has been acknowledged and actioned |
| Dismissed | Change was reviewed and deemed non-material |
| Severity |
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/RegulatoryChangesPage.tsx
- src/cores/gr/hooks/useRegulatoryChangeEvents.ts
- src/platform/permissions/constants.ts