Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. A future system must be conceptualized and implemented with the needs of the end-users in mind. This means actors have the chance to participate in the design phase, test early, providing valuable feedback feedbacks for definition and refinement.

  2. The system should use a modular system design and micro-services architecture to make it easier to implement changes in the future

  3. A thorough and stable implementation and early piloting are achieved incrementally through agile development. It assures strict orientation at business value and improves quality through regular development, validation and learning cycles

  4. The information must be integrated and centralized ideally, in the cloud. This decreases vulnerability to local system failure, increases scalability and allows for wider access, process improvement and automation

...

Micro-services, also known as the micro-services architecture, is an architectural style that structures an application as a collection of services that are highly maintainable and testable, loosely coupled, independently deployable and organized around business capabilities. See https://hidsi.atlassian.net/wiki/spaces/OpenTeleRehab/pages/8718218/Architecture+Details+and+Diagrams#Micro-services-Architecture .

OpenTeleRehab Modules

The OpenTeleRehab application is a combination of 3 different modules that interact with each other to support the delivery of telereheabilitation services. The first module is a web application for Administrators that can to manage the contents, users and system settings of the system. The second module is a web application for Therapists where they can manage their patients and their treatment plans. Lastly, the to manage patient accounts, design treatment plans, set up appointments and organize communication. The third module is a mobile application for Patients allowing them patients to access the tailor-made treatment plan plans and contact them for consultations.get in contact with therapists.

A satellite open access web app, OpenTeleRehab Library, allows the public to access, review and contribute to a global telerehabilitation clinical library of contents (Exercises, Information and Education Materials and Questionnaires)

Admin Portal and Therapist Portal

Are web applications for organizational administrators and therapists who manage other users of the system and provide the clinical content to support therapists to create treatment plans for patients. These portals enables administrators and therapists to manage all content related to other modules. The frontend is developed using ReactJS and Google Material Design following an initial Figma Design prepared by HI. See Initial Figma Designs. The backend of the portal is developed separately and follow the micro-services architecture mentioned above that allows all three modules to connect to these micro-services independently. These micro-services uses technologies like Laravel framework, Restful APIs, Identity and Access Management systems and other open-sourced third-party systems that can easily be integrated as a micro-service using Restful APIs.

...

The Patient Mobile App is designed to assist allow patients to access the treatment plan designed by the therapist(s). It displays the scheduled activities for the day, appointments and the progress the patients have made. The activities are shown as easy to read cards that include exercises with pictures and instructions, questionnaires and feedback forms, and education and information materials that the patient can access. It also supports chat and call features that allow the patients to be in contact with their therapist(s). Patients can also manage their appointments with their therapiststherapist(s). The mobile app was developed using ReactNative and Google Material Design components that follows the initial Figma Design prepared by HI. See Initial Figma Designs. A kid friendly theme for the mobile app was also developed.

...

OpenTeleRehab Library

The OpenTeleRehab Library ( Library ) is a website where the public can view and search for telerehabilitation resources satellite open access platform where telerehabilitation clinical contents (Exercises, Education Materials and Questionnaires) . These resources are categorized into different subjects and can be filtered by categories. Users that visit the website can also view translated versions of these resources.are publicly available. Visitors of the Library can add and contribute resources to the library. They can submit their own access, review and submit new clinical contents. Submitted clinical content(s) (Exercises, Education Materials and Questionnaires telerehabilitation resources which ) are reviewed by a team of moderators. Once approved, the submitted resource clinical content(s) can be seen on the website.

...