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.

This screen displays aggregate Utilization Management analytics at route /cl/utilization-management/analytics.

Overview

The UM Analytics page renders two metric cards sourced from useUMMetrics. The Approval rate card shows the approvalRate percentage (computed as approved divided by total decided reviews, rounded to the nearest integer) and a subtitle stating the count of decided reviews. The Throughput card shows totalReviews — the total number of review records in cl_concurrent_reviews for the active organization. Both cards display skeleton loaders while data is fetching.

Who it’s for

Requires the cl.um.dashboard permission.

Before you start

  • You must hold the cl.um.dashboard permission.
  • Concurrent review records must exist for the active organization.

Steps

1

Open UM Analytics

Navigate to /cl/utilization-management/analytics. The two metric cards load from useUMMetrics.
2

Review the approval rate

The Approval rate card shows the percentage of decided reviews that received an approved or partially_approved determination. The subtitle shows the total number of decided reviews.
3

Review throughput

The Throughput card shows the total count of all concurrent review records for the organization.

Clinical

Overview of the Clinical core.

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/cl.tsx
  • src/cores/cl/pages/UMAnalyticsPage.tsx
  • src/cores/cl/hooks/useUMMetrics.ts