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 Project Details page shows a single Quality Improvement project with full lifecycle management. It is reached from the QI list and is located at route /gr/quality-improvement/:id.

Overview

The page is rendered by QIProjectDetail 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

  1. Go to Governance & Compliance → Quality Improvement and select a project.
  2. Review the Overview tab for title, description, owner, site, category, status, and dates.
  3. Open the Cycles tab to view and add PDSA cycles; select a cycle to expand its detail.
  4. Open the Metrics tab to view and record metric measurements.
  5. Open the Improvements tab to view and add improvement action items.
  6. Use the action dropdown to change project status (Activate, Hold, Complete, Cancel).
  7. Use Edit to open the project form dialog.

Key concepts

ConceptDescription
PDSA cyclePlan-Do-Study-Act cycle attached to a QI project
QI metricA measurable indicator tracked over time for a project
ImprovementAn action item linked to a metric or cycle
Status transitionsproposedactive (Activate), activeon_hold (Hold), activecompleted (Complete), any → cancelled (Cancel)

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/QIProjectDetail.tsx
  • src/cores/gr/hooks/useQIProjectDetail.ts
  • src/cores/gr/hooks/useQIProjectMutation.ts