The QI Project Details page shows a single Quality Improvement project with full lifecycle management. It is reached from the QI list and 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/:id.
Overview
The page is rendered byQIProjectDetail and loads data via useQIProjectDetail. It provides four URL-synced tabs (overview, cycles, metrics, improvements) via useTabUrlState. Lifecycle actions — Activate, Hold, Complete, Cancel — are available from a dropdown menu and execute mutations via useQIProjectMutation. Sub-records (PDSA cycles, metrics, improvements) each have their own form dialogs. 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 QI Overview page at
/gr/quality-improvement. - A QI project record must exist for the given ID.
Steps
- Go to Governance & Compliance → Quality Improvement and select a project.
- Review the Overview tab for title, description, owner, site, category, status, and dates.
- Open the Cycles tab to view and add PDSA cycles; select a cycle to expand its detail.
- Open the Metrics tab to view and record metric measurements.
- Open the Improvements tab to view and add improvement action items.
- Use the action dropdown to change project status (Activate, Hold, Complete, Cancel).
- Use Edit to open the project form dialog.
Key concepts
| Concept | Description |
|---|---|
| PDSA cycle | Plan-Do-Study-Act cycle attached to a QI project |
| QI metric | A measurable indicator tracked over time for a project |
| Improvement | An action item linked to a metric or cycle |
| Status transitions | proposed → active (Activate), active → on_hold (Hold), active → completed (Complete), any → cancelled (Cancel) |
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/QIProjectDetail.tsx
- src/cores/gr/hooks/useQIProjectDetail.ts
- src/cores/gr/hooks/useQIProjectMutation.ts