- Added pediatric flow for ages 2 to 17 years
- Includes specific questions for pediatric age groups and settings
- Updated COVID-19 testing and care messages and logic
- Plain language updates
· Updated underlying conditions that increase risk of severe COVID-19 illness.
- Updated COVID-19 testing message to include HHS website to locate nearby testing centers.
- Removed pediatric flow <18 years old
- Updated exposure question to remove "area where COVID is widespread"
- Updated symptoms question
- Updated COVID-19 testing messages and logic
- Plain language updates, streamlined decision tree and updated care messages
- Consolidated questions for life threating emergency
- Age question answer options are now shown as a dropdown list instead of individual buttons
- If user fails to answer US State question 3x, show message 0 and stop scenario
- Updated both non-English scenarios, wrapper and core, to version 58 (latest version)
- Updated localization string spreadsheet to include strings for non-English languages for version 58
- Removed custom scenario localization and switched to using Microsoft Health Bot built-in localization tool
- Localization strings spreadsheet to import into health bot instance for all scenarios
- Update to symptoms logic
Algorithm:
- Asymptomatic flow
- Includes a specific question on healthcare worker use of personal protective equipment
- New care messages for this flow
- Question on the quality of the users’ breathing
- Messages with information about COVID-19 testing
- Age stratification (≥64 and 65+) on care messages
Scenarios:
- Data dictionary and consistent indexing for answer choices
- Added an "Outcome" block for each path that sends a custom log event with the answers for each question and the corresponding index from the data dictionary
Algorithm:
- Consolidated care messages related to seeking immediate medical attention: call 911; go to the emergency department
- Updated symptom-related questions
- Updated care messages
Scenarios:
- Split English and Non-English into two separate scenarios for both the wrapper and core scenario
- State health department website links for Virginia, Rhode Island and Arkansas
- Updated localization strings for Chinese, Korean, Spanish and Vietnamese in Core protocol scenario and wrapper scenario
- "ES-ES" switch statement for localization for Spanish language in Core protocol scenario and wrapper scenario
- Change "you (they)" to "you" in location questions in wrapper scenario
- Change "Bluish lips or face" to "Blue-colored lips or face" in wrapper scenario and Core protocol scenario messages
- Add missing 'Outcome 10' step in non-exposure pathway in Core protocol scenario
- Fix issue in comorbidity checking in exposure pathway in Core protocol scenario that didn't account for whether 'Pregnancy' was listed as an option
- Fix issue in comorbidity checking in non-exposure pathway in Core protocol scenario that used string instead of index of condition
- Global conversation variable that allows accessing the Core protocol scenario outcome and questions answers in the wrapper scenario
- Updates to localization strings in both Core protocol scenario and wrapper scenario
- Fix issue in Core protocol where selecting age: '2-4 years' and "Not experiencing life-threatening symptoms" resulted in an incorrect message outcome
- Split scenario into two:
- CDC wrapper scenario, which includes CDC specific questions
- Core COVID-19 triage protocol scenario
- Split scenario includes initial localization strings for Chinese, Korean, Spanish and Vietnamese
- All JavaScript expressions that were using a string for checking in scenario blocks, now use index in order to work with localization
- Combined wrapper and core scenario
- Added logic: if a user fails to answer a question 3 times, show message and ask them to choose an option and restart the self-checker. This applies to all questions with a "Submit" button
- Update comorbidity language (uses algorithm version 51)
- Update decision tree logic (uses algorithm version 51)
- Show 'Pregnancy' in list of comorbidity symptoms for 'Other' gender
- Initial commit of scenario