/cl/population-health. This path redirects immediately to /cl/population-health/care-gaps. Sub-routes provide access to the Care Gap Work List, Population Dashboard, Quality Measures, Clinician Panel, and Supervisor Panels.
Overview
/cl/population-health is a redirect-only route that navigates to /cl/population-health/care-gaps. The Population Health sub-section contains five screens:
The Population Dashboard (
/dashboards) renders three tabs — Risk Distribution, Care Gap Summary, and Outcome Trends — plus four summary stat cards (Total Stratified, Open Care Gaps, High/Critical Risk, Gap Types). Values below 5 are suppressed in displayed counts. An optional site filter appears when the organization has more than one site.
Who it’s for
Each sub-route has its ownRequirePermission or PermissionGate wrapper. The parent /cl/population-health redirect itself has no permission gate.
Before you start
- You need the permission for the specific sub-route you intend to access (see table above).
- Risk stratification and care gap data must be populated by the risk engine and care gap identification process for dashboard charts to display non-empty states.
Steps
1
Navigate to Population Health
Go to
/cl/population-health. The router redirects to /cl/population-health/care-gaps.2
Review the Care Gap Work List
The Care Gap Work List displays open care gaps for the organization. Filter by status, priority, gap type, or site. Open a gap detail sheet or close a gap using the available actions.
3
View the Population Dashboard
Navigate to
/cl/population-health/dashboards for aggregate charts. Use the Risk Distribution tab to see counts by risk tier. Use the Care Gap Summary tab for a bar chart of open gaps by type. The Outcome Trends tab is not yet populated (Phase 4 deliverable).4
Export VBP data (if permitted)
On the Population Dashboard, users with
cl.quality-measures.export permission can click “Export for VBP” to download a CSV from the cl-vbp-export edge function.5
Review your clinician panel
Navigate to
/cl/population-health/my-panel to see your assigned patients and their care gap status.Key concepts
Related
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.
Documentation sources
Documentation sources
- src/routes/cl.tsx
- src/cores/cl/pages/population-health/PopulationDashboardPage.tsx
- src/cores/cl/pages/population-health/CareGapWorkListPage.tsx
- src/cores/cl/hooks/usePopulationDashboard.ts
- src/cores/cl/hooks/useCareGapList.ts
- src/cores/cl/types/care-gaps.ts
- src/cores/cl/types/risk-stratifications.ts