The Screening Instruments screen displays the library of validated behavioral health screening instruments at the in-app routeDocumentation 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/screening-instruments.
Overview
The Screening Instruments page renders a static catalog sourced fromSCREENING_INSTRUMENT_CATALOG (a client-side constant). There is no data fetching from the server on this page — instruments are defined in the application code. The page provides a text search input (filtering by instrument name, abbreviation, or category) and a tab bar with “All” plus one tab per category that has at least one instrument. Categories present in the catalog are: Depression, Anxiety, Alcohol, Substance Use, Suicide Risk, Trauma / PTSD, ACEs, and Withdrawal. Instrument codes in the catalog are: phq9, gad7, audit_c, dast10, cssrs_screener, pcl5, ace, cage_aid, ciwa_ar, cows. Each instrument card shows the abbreviation, category badge, full name, description, item count, max score, minimal clinically important change (MCC), severity bands with color-coded ranges, and critical alert threshold messages (if any) in a destructive-styled box, plus the citation string.
Who it’s for
Requires permissioncl.risk_screening.view.
Before you start
- Permission
cl.risk_screening.viewmust be granted. - This page displays a read-only instrument reference catalog; no server data is required for it to render.
Steps
Browse the catalog
The page opens with all instruments displayed in a responsive grid (up to 3 columns on large screens).
Search for an instrument
Type in the search box to filter by instrument name, abbreviation, or category (e.g., type “PHQ” to find the PHQ-9, or “depression” to filter by category).
Filter by category
Click a category tab (Depression, Anxiety, Alcohol, Substance Use, Suicide Risk, Trauma / PTSD, ACEs, Withdrawal) to show only instruments in that category.
Key concepts
Instrument categories
Instrument categories
depression, anxiety, alcohol, substance_use, suicide_risk, trauma, adverse_childhood, withdrawal — from InstrumentCategory in src/cores/cl/types/screening-instruments.ts.Instrument codes
Instrument codes
phq9, gad7, audit_c, dast10, cssrs_screener, pcl5, ace, cage_aid, ciwa_ar, cows — from ScreeningInstrumentCode in src/cores/cl/types/screening-instruments.ts.Critical alert thresholds
Critical alert thresholds
Instruments with
critical_thresholds defined show a destructive-styled box on their card listing the alert messages. These thresholds drive clinical alerts when the instrument is administered.Empty state
Empty state
When the search text matches no instruments in the active tab, the message “No instruments match your search.” is shown.
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/ScreeningInstrumentsPage.tsx
- src/cores/cl/types/screening-instruments.ts