BACK
This case study examines the development of a web application for a healthcare consulting firm focused on enhancing the efficiency of medical service recording. The firm required a solution that would decrease the time needed for data entry, improve data accuracy, and increase user acceptance. Essential to this solution was the ability to perform data recording offline with automatic synchronization upon reconnecting to the internet. The implemented web application addresses these needs, offering offline capabilities and seamless integration with existing healthcare systems, significantly boosting user engagement and operational efficiency.
The healthcare consulting firm faced numerous challenges with its previous software which was unable to deliver an effective solution tailored to the specific needs of medical service recording. The principal demand was for a mobile-friendly application that could simplify and expedite the data entry process for nursing staff. This requirement was crucial to enable quick and efficient recording during ad hoc tasks and short assignments.
Furthermore, the company required a solution that could facilitate accurate and efficient projections and comparisons across various healthcare facilities. This functionality enhanced decision-making processes and improved service delivery within different healthcare environments. The firm wanted a user-friendly platform that could seamlessly integrate with existing healthcare systems and handle large volumes of data, all while maintaining high standards of data accuracy and security. The ideal solution would not only resolve the current inefficiencies but also adapt to the evolving demands of the healthcare sector.
A comprehensive, custom-built progressive web application (PWA) was developed to address these needs:
• Offline Capabilities: Ensures continuous operation without internet connectivity, syncing data when online.
• Event Sourcing: The software architecture is event-based, storing all events for accurate data aggregation and enabling rollback in case of errors.
• Audit Trails: Implements detailed tracking of changes by users for enhanced security and accountability.
• User Interface: The mobile app features a user-friendly design, accepted and adopted quickly by staff across roles.
• Integration: Connects with external systems, including personnel data, patient data, and shift scheduling, providing a holistic view and seamless data flow.
• Technology Stack: Utilizes .NET with a GraphQL interface, event sourcing with Marten DB, and PostgreSQL for storage. The frontend is built using Angular PWA, with job scheduling managed by Hangfire.
• Hosting: Deployed on Azure with a fault tolerant setup, supporting both public and on-premise environments, ensuring data residency within Switzerland, managed via GitLab CI/CD.