Skip to main content

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.

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 route /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

  1. Go to Governance & Compliance → Quality Improvement → Dashboard at /gr/quality-improvement/dashboard.
  2. Review the category distribution chart to understand where QI effort is concentrated.
  3. Review the metric trend chart for improving vs. declining indicators.
  4. Scroll to active projects and select any to open the QI Project Details page.
  5. Review overdue improvement items and navigate to the relevant project to address them.

Key concepts

ConceptDescription
PDSA cyclesPlan-Do-Study-Act improvement cycles tracked within QI projects
Metric trendsimproving, stable, declining — trend direction of QI metrics
Overdue improvementsImprovement items past their due date; surfaced as alerts
Categoriesclinical, operational, safety, compliance, outcomes

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.
  • src/routes/gr.tsx
  • src/cores/gr/pages/QIDashboard.tsx
  • src/cores/gr/hooks/useQIDashboard.ts
  • src/cores/gr/hooks/useQIProjectList.ts