The New QI Project page (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.
/gr/quality-improvement/new) renders QiProjectWizardPage, a full-page wizard powered by ModuleWizardRenderer (PF-41) that creates a new QI project record.
Overview
QiProjectWizardPage uses ModuleWizardRenderer with wizardType = 'qi_project'. The wizard creates a gr_qi_projects record (via a Supabase insert in the completion handler). Wizard events are tracked with template ID 'gr-qi-project-wizard'. On completion, the query cache is invalidated and navigation proceeds to /gr/quality-improvement.
The exact wizard steps are defined in the qi_project template in pf_wizard_templates (database-driven; not determinable from code alone).
Who it’s for
No explicit permission gate on this route. Any authenticated user can access/gr/quality-improvement/new if the route is reachable. The QI module must be enabled in Governance Settings.
Before you start
- The QI module must be enabled (
qi_enabled = truein Governance Settings). - Have the project title, goal, category, team members, and initial measures identified before starting.
Steps
Open the New QI Project wizard
Navigate to
/gr/quality-improvement/new or use the create project action from /gr/quality-improvement. The wizard loads from the qi_project template.Complete each step
Follow the prompts in
ModuleWizardRenderer. Steps typically cover project identification, goals, measures, team assignment, and initial PDSA cycle setup.Key concepts
- ModuleWizardRenderer (PF-41) — platform component rendering wizard steps from the
pf_wizard_templatestable. - qi_project — wizard type identifier for QI project creation.
- gr_qi_projects — database table storing QI project records.
- qi_enabled — module settings flag; must be
truefor QI functionality to be active. - PDSA cycle — Plan-Do-Study-Act improvement cycle created as part of a QI project.
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/wizards/qi-project/QiProjectWizardPage.tsx
- src/platform/permissions/constants.ts