The QI Overview page is the main entry point for the Quality Improvement module. It lists all QI projects with search, category/status filtering, and quick stats. 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.
Overview
The page is rendered byQIProjectList and calls useQIProjectList with search and filter parameters. Quick-stats cards (active projects, completed, on hold, total) are sourced from useQIDashboard. A New Project button opens QIProjectFormDialog — no additional permission gate is declared on this route in gr.tsx; the wizard route /gr/quality-improvement/new also has no gate.
Available categories: clinical, operational, safety, compliance, outcomes.
Available statuses: draft, proposed, planning, active, on_hold, completed.
Who it’s for
No explicit permission gate on this route.Before you start
- No special permission is required to view QI projects.
- Creating a project requires access to the New Project dialog; SME should confirm RBAC expectations.
Steps
- Go to Governance & Compliance → Quality Improvement at
/gr/quality-improvement. - Review summary stats at the top of the page.
- Use the search bar and Category/Status filters to narrow the project list.
- Select a project card to open the QI Project Details page.
- Select New Project to create a QI project via the form dialog.
Key concepts
| Concept | Description |
|---|---|
| QI project | A structured improvement initiative tracked through lifecycle states |
| PDSA | Plan-Do-Study-Act: the methodology used for QI cycles |
| Status lifecycle | draft → proposed → planning → active → on_hold / completed |
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/QIProjectList.tsx
- src/cores/gr/hooks/useQIProjectList.ts
- src/cores/gr/hooks/useQIDashboard.ts