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 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 route /gr/quality-improvement.

Overview

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

  1. Go to Governance & Compliance → Quality Improvement at /gr/quality-improvement.
  2. Review summary stats at the top of the page.
  3. Use the search bar and Category/Status filters to narrow the project list.
  4. Select a project card to open the QI Project Details page.
  5. Select New Project to create a QI project via the form dialog.

Key concepts

ConceptDescription
QI projectA structured improvement initiative tracked through lifecycle states
PDSAPlan-Do-Study-Act: the methodology used for QI cycles
Status lifecycledraftproposedplanningactiveon_hold / completed

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