You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivating information detectors are signal detection functions that identify motivating performance information in performance data.
1
+
# Signal detectors
2
+
Signal detectors are functions that identify specific types of motivating performance information in performance data.
3
3
4
4
## Motivating performance information
5
-
Motivating performance information is the information that healthcare professionals seek when viewing a performance dashboard or feedback report, to interpret their performance data. This including comparisons, trends, achievements, and losses that can guide future efforts to improve or sustain performance. These types of information are defined in the Performance Summary Display Ontology.
5
+
Motivating performance information is the information that healthcare professionals seek when viewing a performance dashboard or feedback report, to interpret their performance data. This including comparisons, trends, achievements, and losses that can guide future efforts to improve or sustain performance. These types of information are defined in the [Performance Summary Display Ontology](https://bioportal.bioontology.org/ontologies/PSDO).
6
6
7
7
### Comparisons
8
8
1. Positive gap
@@ -11,21 +11,21 @@ Motivating performance information is the information that healthcare profession
11
11
4. Consecutive negative gaps
12
12
13
13
### Trends
14
-
1. Improving trends
15
-
2. Worsening trends
14
+
1. Improving trend
15
+
2. Worsening trend
16
16
17
17
### Performance events
18
18
1. Achievement
19
19
2. Loss
20
20
21
21
# Implementation
22
-
Several methods are used in the PFP in order to identify and use motivating information signals; the signal detection flow is described below (top-down):
22
+
A [Precision Feedback Pipeline](https://github.com/Display-Lab/precision-feedback-pipeline) uses several signal detectors in series to identify motivating performance information, according to the following workflow (top-down):
- detects comparison signals in the performance data from a list of pre-defined comparators. Comparisons result from differences between performance levels and the values of the pre-defined comparator level list. This method calculates the simple difference between the comparator and performance level, and returns a list of resources representing each detected signal
- detects trend signals, where trend equates to the performance level rate of change month over month. This method can detect monotonic positive and negative trends over three months. The method records the slope as a moderator PSDO.performance_trend_content
30
30
31
-
In esteemer, the moderator methods reads motivating information identified by signal detectors fro9m teh graph, extracting the values and types of moderators from the motivating information that then affect the score of a message template.
31
+
In esteemer, the moderator methods reads motivating information identified by signal detectors fro9m teh graph, extracting the values and types of moderators from the motivating information that then affect the score of a message template.
0 commit comments