The QI Dashboard provides an organization-wide view of Quality Improvement activity, including project counts by category, metric trend distributions, active projects, and overdue improvement items. It is located at routeDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/gr/quality-improvement/dashboard.
Overview
The dashboard renders three data sources in parallel:useQIDashboard (aggregate stats), useActiveQIProjects, and useOverdueImprovements. Visualizations include a pie chart of projects by category and a bar chart of metric trends (improving, stable, declining). Active QI project cards and overdue improvement cards are listed below the charts. No permission gate is declared on this route in gr.tsx.
Who it’s for
No explicit permission gate on this route.Before you start
- Navigate from the Quality Improvement section in the GR core sidebar.
- QI projects must exist to see meaningful data.
Steps
- Go to Governance & Compliance → Quality Improvement → Dashboard at
/gr/quality-improvement/dashboard. - Review the category distribution chart to understand where QI effort is concentrated.
- Review the metric trend chart for improving vs. declining indicators.
- Scroll to active projects and select any to open the QI Project Details page.
- Review overdue improvement items and navigate to the relevant project to address them.
Key concepts
| Concept | Description |
|---|---|
| PDSA cycles | Plan-Do-Study-Act improvement cycles tracked within QI projects |
| Metric trends | improving, stable, declining — trend direction of QI metrics |
| Overdue improvements | Improvement items past their due date; surfaced as alerts |
| Categories | clinical, operational, safety, compliance, outcomes |
Related
Governance & Compliance
Governance & Compliance 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/gr.tsx
- src/cores/gr/pages/QIDashboard.tsx
- src/cores/gr/hooks/useQIDashboard.ts
- src/cores/gr/hooks/useQIProjectList.ts