Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt

Use this file to discover all available pages before exploring further.

The Regulatory Changes page displays a feed of regulatory content changes detected from monitored sources, organized by status tabs. It is located at route /gr/compliance/regulatory-changes.

Overview

The page is rendered by RegulatoryChangesPage 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-sources before changes will be detected.
  • Sources are polled on their configured cadence; newly detected items appear under New.

Steps

  1. Go to Governance & Compliance → Compliance → Regulatory Changes at /gr/compliance/regulatory-changes.
  2. Select a status tab (New, Under Review, etc.) to filter the feed.
  3. Review severity badges to prioritize review.
  4. Select a row to open the Regulatory Change Detail page.
  5. Approved or dismissed changes are updated by users with the appropriate permission.

Key concepts

ConceptDescription
DetectedA newly identified content change not yet reviewed
Under reviewChange is being assessed by the compliance team
ApprovedChange has been acknowledged and actioned
DismissedChange was reviewed and deemed non-material
Severity

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.
  • src/routes/gr.tsx
  • src/cores/gr/pages/RegulatoryChangesPage.tsx
  • src/cores/gr/hooks/useRegulatoryChangeEvents.ts
  • src/platform/permissions/constants.ts