Overview of the home page dashboard alerts

Created by Enda Madden, Modified on Sun, 1 Jun at 8:37 PM by Enda Madden

Overview

OpenFIT displays visual alerts on the client dashboard and home screen to highlight whether a client’s ORS (Outcome Rating Scale) or SRS (Session Rating Scale) scores are within expected ranges. These alerts are based on clinical thresholds and Expected Treatment Response (ETR) predictions, helping clinicians quickly identify clients who may need additional support or attention.



OpenFIT Alerts Screenshot



Each alert corresponds to a specific rule, based on recent session data such as the client’s most recent score (ORSPost, SRSPost), ETR predictions (TargetSessionScore), or clinical cutoffs (CutoffORS, CutoffSRS). Alerts also carry a color, visually indicating severity — from grey (no data) to red (serious concern).

The following table outlines each alert message, the condition that triggers it, and the color displayed in the OpenFIT interface.



Message TextTriggering LogicColor
No progression defined (0–1 measurements taken)ORSCount <= 1Grey
The latest ORS score is in the successful zoneORSPost >= TargetSessionScore AND ORSPost < CutoffORSGreen
The latest ORS score is in the successful zone and above the cutoffORSPost >= TargetSessionScore AND ORSPost >= CutoffORSGreen
The latest ORS score is outside the successful zoneORSPost < TargetSessionScore AND ORSPost >= nTargetSessionOrange
The latest ORS score is in the unsuccessful zoneORSPost < nTargetSessionRed
The latest SRS score is above the cutoffSRSPost >= CutoffSRSGreen
The latest SRS score is below the cutoffSRSPost < CutoffSRSRed
The latest SRS score is 1 or more points below the last sessionSRSChangeFromLast <= -1Red
There is no SRS score enteredSRSPost IS NULLGrey



Key Terms Used in Alert Logic

The alert logic uses a small set of important terms related to ETR predictions and client session scores. These terms may appear in configuration, support requests, or if customizing your own alerts via the OpenFIT API.



TermExplanation
ORSCountThe number of valid ORS measurements taken during an episode of care.
ORSPostThe most recent ORS score recorded for the client.
SRSPostThe most recent SRS score recorded for the client.
TargetSessionScoreThe Expected Treatment Response (ETR) predicted ORS score for the client's current session based on clients who successfully completed treatment (i.e. the green line).
nTargetSessionThe ETR-predicted ORS score for the client's current session based on clients who unsuccessfully completed treatment (i.e. the red line).
TargetThe ETR-predicted final ORS score at the end of successful treatment.
nTargetThe ETR-predicted final ORS score at the end of unsuccessful treatment.
CutoffORSThe clinical cutoff score for ORS to distinguish functional vs non-functional status.
CutoffSRSThe clinical cutoff score for SRS indicating alliance quality.
SRSChangeFromLastThe difference in SRS score from the previous session.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article