Skip to content

Commit 748ff88

Browse files
authored
add signal detector term
1 parent c0c94ae commit 748ff88

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Motivating information detectors
2-
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.
33

44
## 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).
66

77
### Comparisons
88
1. Positive gap
@@ -11,21 +11,21 @@ Motivating performance information is the information that healthcare profession
1111
4. Consecutive negative gaps
1212

1313
### Trends
14-
1. Improving trends
15-
2. Worsening trends
14+
1. Improving trend
15+
2. Worsening trend
1616

1717
### Performance events
1818
1. Achievement
1919
2. Loss
2020

2121
# 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):
2323
1) [extract_signals](https://github.com/Display-Lab/precision-feedback-pipeline/blob/main/bitstomach/bitstomach.py)
24-
- Loops over measures, calling each signal detection method
25-
- Adds signals to the graph as motivating information
24+
- Loops over performance measures, calling each signal detection method
25+
- Adds signals to a knowledge graph as new instances of motivating information
2626
2) [comparison _detect](https://github.com/Display-Lab/precision-feedback-pipeline/blob/main/bitstomach/signals/_comparison.py)
2727
- 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
2828
3) [trend _detect](https://github.com/Display-Lab/precision-feedback-pipeline/blob/main/bitstomach/signals/_trend.py)
2929
- 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
3030

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

Comments
 (0)