/cl/utilization-management/analytics.
Overview
The UM Analytics page renders two metric cards sourced fromuseUMMetrics. 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 thecl.um.dashboard permission.
Before you start
- You must hold the
cl.um.dashboardpermission. - 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.
Related
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.
Documentation sources
Documentation sources
- src/routes/cl.tsx
- src/cores/cl/pages/UMAnalyticsPage.tsx
- src/cores/cl/hooks/useUMMetrics.ts