Version: 1.0.0Documentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
Last Updated: 2026-02-25
Module: CL (Clinical & EHR)
Status: Active
Purpose: Configuration and administration guide for CL-27 Program Scheduling Templates.
Overview
This guide covers administrative tasks for program scheduling: template configuration, permission assignment, schedule definition schema, and billing code mapping.Configuration
Program Type Minimums
| Program Type | Min Hours/Week | Min Days/Week | Common HCPCS |
|---|---|---|---|
| IOP | 9 | 3 | H0015, H2036, S9480 |
| PHP | 20 | 5 | H0035, H2017 |
| Residential | 1 | 1 | H0018, H0019 |
| Outpatient | 1 | 1 | H0038, 90837, 90847 |
Schedule Definition Schema
Theschedule_definition JSONB column stores the weekly template:
day_of_week: 0 = Sunday, 1 = Monday, … 6 = Saturdayservice_type:group|individual|peer_supportexceptions: Dates to skip during session generation
Permissions
Assign these permissions via the Admin → Permissions page:| Permission Key | Recommended Roles |
|---|---|
cl.program_schedules.view | org_admin, manager, staff |
cl.program_schedules.create | org_admin, manager |
cl.program_schedules.edit | org_admin, manager |
cl.program_enrollments.view | org_admin, manager, staff |
cl.program_enrollments.create | org_admin, manager, staff |
cl.program_enrollments.edit | org_admin, manager |
CL-14 Integration
Group session auto-creation inserts intocl_group_sessions with custom_fields.program_schedule_id linking back to the template. Generated sessions appear in the Group Sessions list.
Troubleshooting
Sessions Not Generated
- Verify the schedule has blocks with
service_type: "group" - Check that the target dates are not listed in
exceptions - Ensure the user has
cl.program_schedules.editpermission
Compliance Shows Incorrect Data
- Attendance summaries are computed from
cl_program_attendance_summaries - Verify the enrollment period dates match the reporting period
Related Documentation
- User Guide:
docs/cl/cl-27-program-scheduling-templates-user-guide.md - Specification:
specs/cl/specs/CL-27-behavioral-health-program-scheduling-templates.md - Integration:
docs/architecture/integrations/CL-27-behavioral-health-program-scheduling-templates-INTEGRATION.md
Last Updated: 2026-02-25