⚠️ Attention! This project will be continued here: https://github.com/OSPRS/QuestionnaireApp
Thieme, A.H., Gertler, M., Mittermaier, M. et al. A web-based app to provide personalized recommendations for COVID-19. Nature Medicine 28, 1105–1106 (2022).
https://doi.org/10.1038/s41591-022-01797-0
Thieme, A.H., Gertler, M., Piening, B.C. et al. Clinical evaluation of a web-based personalized recommendation system with electronic health record interface to optimize healthcare resources during SARS-CoV-2 surges. Sci Rep 13, 22498 (2023).
https://doi.org/10.1038/s41598-023-48325-9
https://covappcharite.z13.web.core.windows.net/
😷 Solution for assessing the risk of contagious viral infections (COVID-19)
CovApp can help users to assess their medical condition better, provide recommendations regarding doctor’s visits or coronavirus testing by answering a few questions.
Additionally, every filled out questionnaire summarizes relevant medical information for future doctor’s consultation in the form of a summary page, printout or a QR code. Institutions with the technical setup can scan the provided QR code and retrieve the patient information quickly and without any physical contact.
By implementing the CovApp, any medical institution can reduce the number of new incoming patients, avoid physical contact and speed up the patient registration process.
This repository holds a white-labeled version of the original application, free to use licensed under MIT License. Application logic, print functionality and QR code generation are still provided.
The application and underlying questionnaire logic are versioned and future updates will be provided.
The application runs dynamically in the browser. It can be built and deployed to any service that provides a static web server with custom routing.
It is based on a JavaScript software stack and uses the following technologies:
To get further information on how to set up and deploy your custom CovApp application, see the development documentation.
The CovApp provides the following customization options:
- change words or add a new language
- change colors
- change the application logo
To learn more about these options, see the customization documentation.
Before you open an issue, see the customization documentation.
As long as your are staying withing the guards set by the customization documentation you can easily pull updates from this repository. GitHub provides documentation on how to sync forks.