/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
Access follows your organization’s role and module configuration. ## 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
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