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 Workload Drivers page manages the workload driver configurations and template library used to calculate staffing requirements. It is served at route /hr/workload-drivers.

Overview

The page renders a two-tab interface:
  • Drivers tab — WorkloadDriverList: the organization’s configured workload drivers.
  • Templates tab — DriverTemplatesLibrary: a library of reusable driver templates.
A “View Forecasts” button links to /hr/staffing-forecasts. This page is part of the HR-08 Workload Drivers & Staffing Needs feature.

Who it’s for

No explicit permission gate on this route.

Before you start

  • None required; the page loads existing drivers on first visit.

Steps

View drivers
  1. Navigate to HR > Workload Drivers or go to /hr/workload-drivers.
  2. The Drivers tab opens by default.
  3. Review configured drivers and their calculation parameters.
Manage templates
  1. Switch to the Templates tab.
  2. Browse the driver template library.
  3. Apply or clone templates as needed.
Navigate to forecasts
  1. Click View Forecasts to go to /hr/staffing-forecasts.

Key concepts

TermMeaning
Workload driverA configured rule that maps an operational metric (e.g., patient census) to a staffing requirement. SME: confirm available driver types.
Driver templateA reusable workload driver configuration from the template library.

Human Resources

Human Resources 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/hr.tsx
  • src/cores/hr/pages/WorkloadDriversPage.tsx
  • src/cores/hr/components/workload-drivers/index.ts