> ## 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.

# UM Analytics

> View approval rate and throughput metrics for concurrent reviews across the active organization.

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

<Steps>
  <Step title="Open UM Analytics">
    Navigate to `/cl/utilization-management/analytics`. The two metric cards load from `useUMMetrics`.
  </Step>

  <Step title="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.
  </Step>

  <Step title="Review throughput">
    The **Throughput** card shows the total count of all concurrent review records for the organization.
  </Step>
</Steps>

## Related

<Columns cols={2}>
  <Card title="Clinical" icon="stethoscope" href="/cl/overview">
    Overview of the Clinical core.
  </Card>

  <Card title="Governance & parity" icon="scale-balanced" href="/governance/index">
    Documentation coverage and governance.
  </Card>
</Columns>

<Note>
  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.
</Note>

<Accordion title="Documentation sources">
  * src/routes/cl.tsx
  * src/cores/cl/pages/UMAnalyticsPage.tsx
  * src/cores/cl/hooks/useUMMetrics.ts
</Accordion>
