The Program Enrollments screen lists all patient program enrollments for the current organization, accessible atDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/cl/program-enrollments.
Overview
The page fetches all enrollment records fromcl_program_enrollments joined to cl_program_schedules (name and program_type) for the current organization, ordered by enrollment date descending. Each enrollment is displayed as a card showing the program name, an Active or Ended status badge, enrollment date, optional end date, and program type. Enrollments are initiated from patient charts (the empty state message indicates: “Enroll patients in program schedules from their chart”). The page renders skeleton placeholders while loading and shows a destructive error message on fetch failure.
Who it’s for
Requires permission:cl.program_enrollments.view
Before you start
- Your account must have the
cl.program_enrollments.viewpermission. - Program schedules must be configured before patients can be enrolled (see Program Schedules).
Steps
Open Program Enrollments
Navigate to
/cl/program-enrollments. The list of enrollment cards loads automatically for the current organization.Review enrollment cards
Each card shows the program name, Active or Ended badge, enrolled date, optional end date, and program type. Cards are ordered most-recently enrolled first.
Key concepts
Enrollment status badges
Enrollment status badges
Active — the enrollment has no
ended_at date. Ended — the enrollment has an ended_at date recorded.Overlap check
Overlap check
The
useProgramEnrollmentMutation hook enforces that a patient cannot have two active enrollments in the same program schedule simultaneously. An error is surfaced if a duplicate active enrollment is attempted.Empty state
Empty state
When no enrollments exist: “No enrollments — Enroll patients in program schedules from their chart.”
Related
Clinical
Overview of the Clinical core.
Governance & parity
Documentation coverage and governance.
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/cl.tsx
- src/cores/cl/pages/ProgramEnrollmentsPage.tsx
- src/cores/cl/hooks/useProgramEnrollments.ts