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
Create a triage algorithm that pre-screen a patient and generate a physician SOAP note for clinical decision support.
10
+
Create a triage algorithm that pre-screens a patient and generate a physician SOAP note for clinical decision support.
11
11
12
12
# Description
13
-
Design algorithms to screen and triage patients with chronic diseases at a medical facility. Questions are presented to the patient to gather information for their visit. The collected information are analyzed by the algorithm and presented to a clinician in the form of a medical assessment and/or treatment plan.
14
-
15
-
**To publish a triage algorithm, place its shortcode in a post or page.**
13
+
Design topics to screen and triage patients with chronic diseases. A series of questions for a topic is presented to the patient to gather information for their medical condition. The collected information is analyzed by the system and presented to a clinician in the form of a medical assessment and/or treatment plan.
16
14
17
15
# Features
18
-
#### Create algorithms to ask questions
19
-
- An unlimited number of algorithms and questions are supported.
16
+
#### Create topics to ask a series of questions.
17
+
- An unlimited number of topics and questions are supported.
20
18
21
-
#### Present questions in multiple formats
22
-
- Generate user input forms by presenting single choice (radio buttons), multiple choice (checkboxes), single free text (textarea), or multiple free text (textarea) answers.
19
+
#### Present questions in multiple formats.
20
+
- Generate user input forms by presenting single choice (radio buttons), multiple choice (checkboxes), free text (textarea), and date answers.
23
21
24
-
#### Decision tree modifies the algorithm in real-time
25
-
- Define how the algorithm reacts based on intput to the question. Different paths are selected based on input received.
22
+
#### Decision tree modifies the questionnaire in real-time
23
+
- Define how the system reacts based on answers selected by the user. Different paths are selected based on user input.
26
24
27
25
#### Analyze answers for clinical decision support
28
-
- This is where the real magic happens. The algorithm processes answers for presentation to medical professionals in a clinical language and format. Provide the medical professional with an assessment of the patient and treatment plan for the patient.
26
+
- This is where the real magic happens. The system processes answers for presentation to medical professionals in a clinical language and format. Provides the medical professional with an assessment of the patient's condition and personalized treatment plan for the patient.
27
+
28
+
#### Points-based subsystem for scoring a questionnaire.
29
+
- Assign points to answers and allow the system to calculate the final score of the questionnaire.
29
30
30
-
#### Display dashboard of algorithm submissions
31
-
- Present all submissions in a summary dashboard for presenter to review and provide feedback.
31
+
#### Display dashboard of user submissions
32
+
- Present all submissions in a summary dashboard for providers to review and provide feedback.
32
33
33
34
#### Export submission data to a CSV file
34
35
- Extract raw data into an external file for a variety of offline uses.
@@ -39,39 +40,42 @@ Design algorithms to screen and triage patients with chronic diseases at a medic
39
40
2. Activate the plugin.
40
41
3. Go to "Triage Algorithm" settings to manage the plugin and setup algorithms.
41
42
4. Place the shortcode(s) in a post or page to publish the features.
42
-
5. View the post or page to see the triage algorithm in action.
43
+
5. View the post or page to see the system in action.
43
44
44
45
**Attention Multi-Site (WP Network) Users!**
45
46
- The plugin is perfectly compatible with multi-site installations but it should be activated as **blog admin** and NOT as superadmin.
46
47
47
48
# Upgrading
48
49
1. Backup your data.
49
50
2. Deactivate the plugin.
50
-
3. Delete the plugin (Note: Your data will NOT be deleted);
51
+
3. Delete the plugin (Note: Your data will **NOT** be deleted**UNLESS** you set it in the options.);
51
52
4. Follow the installation steps above to install the new plugin.
52
-
5. Make sure to activate the pluging.
53
+
5. Make sure to activate the plugin.
53
54
54
55
# Getting Started
55
-
Once activated the plugin go to Triage Algorithm -> Algorithms in your WP dashboard and create your first algorithm. After entering the algorithm title, description and other settings you will be redirected to create the algorithm results / outcomes.
56
+
Navigate to `Orchestra -> Configure Topics`in your WordPress dashboard and create your first topic. After giving the topic a title, description and other settings, you will be redirected to create the topic results / outcomes.
56
57
57
-
Creating results is optional but very powerful because you can present completely different content to the user depending on what path they took through the algorithm. You can use the result description box for this result-dependent content or even redirect to another page.
58
+
Creating results is optional, but very powerful, because you can present completely different content to the user depending on what path they took through the questionnaire. You can use the result description box for this result-dependent content or even redirect to another page.
58
59
59
-
After you create your results you will be redirected to creating the actual questions in the algorithm. The answer to each question has an action which defines what happens if the user selects it: they can go to the next question, to a specific selected question (this is where the chaining magic happens), or to finalize the algorithm.
60
+
After you create your results you will be redirected to creating the actual questions in the algorithm. The answer to each question has an action which defines what happens if the user selects it:
61
+
- Go to the next question
62
+
- Go to a specific selected question (this is where the chaining magic happens)
63
+
- Finalize the algorithm.
60
64
61
-
Don't forget that the algorithm must be **published** before it becomes accessible. Publishing happens when you manually place the shortcode of the algorithm in a post or page or select the option "Automatically publish" when you save it.
65
+
Don't forget that the algorithm must be **published** before it becomes accessible. Publishing happens when you manually place the shortcode of the topic in a post or page or select the option "Automatically publish" when you save it.
62
66
63
67
# Frequently Asked Questions
64
-
None yet.
65
-
66
-
# Screenshots
67
-
1. Creating a triage algorithm question.
68
-
2. How the triage algorithm is displayed.
69
-
3. The SOAP note processed by the triage algorithm for clinical decision support.
70
-
4. The submissions dashboard to capture feedback for machine learning.
68
+
See the online help in your WordPress dashboard.
71
69
72
70
# Changelog
73
71
## 6.0 (Abort Algorithm)
74
-
- Bug fixes.
72
+
- Renamed 'Algorithms' to 'Topics' as algorithms sounded more technical and complex than necessary.
73
+
- Questions can prematurely *abort* a topic when accumulated points are within the abort range. Multiple abort points per topic can be setup.
74
+
- New *Patient Note* field to setup personalized notes for a patient for each answer selected.
75
+
- New `{{patient-note}}` injection code to insert patient notes in the patient output or provider output.
76
+
- Ability to delete all plugin data when uninstalling the plugin.
77
+
- User interface improvements.
78
+
- Fixed various backend errors that did not affect frontend user functionality.
75
79
76
80
## 5.1 (Show Answers on Questions Page)
77
81
- Show/hide answers in the questions listing page (admin only).
0 commit comments