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 /cl route is a redirect-only entry point for the Clinical core. Visiting /cl immediately redirects to /cl/overview. There is no standalone screen at this path.

Overview

/cl is a redirect-only route. The router definition is:
<Route path="/cl" element={<Navigate to="/cl/overview" replace />} />
All navigation to /cl is replaced with /cl/overview in browser history. See the Clinical Dashboard doc for the CLOverview screen rendered at /cl/overview.

Who it’s for

No explicit permission gate on this route. Access to the destination /cl/overview is controlled at that route.

Before you start

No prerequisites for the redirect itself. The destination /cl/overview renders the CLOverview component which calls multiple data hooks; see the Clinical Dashboard doc for details.

Steps

1

Navigate to /cl

Any link or address-bar entry of /cl triggers a client-side replace-redirect.
2

Arrive at /cl/overview

The browser history entry is replaced with /cl/overview, and the Clinical Overview page renders.

Clinical

Clinical 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/cl.tsx
  • src/cores/cl/pages/CLOverview.tsx