New Referral Options
New logic can be specified to trigger referral for Patient, Pharmacist, or Plan questions.
- Yes/No questions - can Refer if No selected, which eliminates double-negative prompts.
- Checkboxes - can Refer if Unchecked
- Checkbox lists - can refer if Any Checkbox Checked or if No Checkbox Checked
Medication Search
The medication window includes search functionality, using the database of medications.
Clicking on an entry adds it to the medication list.
Each search result is a medication and a list of dosages. All dosages will display if the total number of entries is 20 or less. Otherwise only the medications are displayed. The user can include a dose, e.g. “lis 20”, to cause dosages to be included that include “lisinopril 20”.
Allergy Search
The allergy window includes search functionality, using a list of common allergies.
Clicking on an allergy in the search list will add it to the allergy list.
Pharmacist Questions include Checkbox Lists, New Screens
Pharmacist Questions (and new Plan questions) can now include Checkbox Lists and New Screen entries.
Plan Questions
The SOAP note includes Subjective notes populated from the patient survey, Objective notes populated from the physical, etc., Assessment notes populated from the pharmacist assessment, and a Plan note.
Question Relevancy
Questions can be included conditionally, based on the responses to other questions. For instance, a Yes/No question can cause other questions to appear when the user responds with Yes.
Logic is implemented for the following question types:
- Yes/No, Yes/No/NA: Is Yes or Is No
- Checkboxes: Is Checked or Is Unchecked
- Text, Text Boxes: Equals, Does not Equal, Contains, Does not Contain, Matches Regular Expression
- Integer, Decimal Number: Equals, Does not Equal, Greater Than, Greater Than or Equal, Less Than, Less Than or Equal
If a question is not relevant, it will not appear in the list of questions or be required, and will not trigger referral.