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.

Clinical Oversight is available at route /hr/oversight. No explicit permission gate on this route.

Overview

The Clinical Oversight hub (OversightHubPage) is a tabbed page with four sections: Relationships (supervision pairings), Sessions (supervision session records), Compliance (compliance dashboard), and Reports (compliance reports). The active tab is persisted in the URL via ?tab=. Detail routes for individual relationships (/hr/oversight/relationships/:id) and sessions (/hr/oversight/sessions/:id, /hr/oversight/sessions/:id/sign) remain as separate route entries for drill-down navigation. Redirect routes (/hr/oversight/relationships, /hr/oversight/sessions, /hr/oversight/compliance, /hr/oversight/reports) all redirect to the hub with the appropriate tab parameter.

Who it’s for

No explicit permission gate on the hub route.

Before you start

  • Supervision relationships must exist to see meaningful data in the Relationships tab.

Steps

1

Open Clinical Oversight

Navigate to /hr/oversight.
2

Select a tab

Click Relationships, Sessions, Compliance, or Reports.
3

Drill into detail

Click a relationship or session row to navigate to the detail page.

Key concepts

TermMeaning in code
useTabUrlStatePlatform hook syncing active tab with ?tab= URL parameter
VALID_TABS['relationships', 'sessions', 'compliance', 'reports']
OversightRelationshipDetailPageDetail page at /hr/oversight/relationships/:id
OversightSessionSignPageSignature page at /hr/oversight/sessions/:id/sign

Human Resources

Human Resources 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.
  • src/routes/hr.tsx
  • src/routes/hr/oversight-analytics-succession-routes.tsx
  • src/cores/hr/pages/oversight/OversightHubPage.tsx