Redesigning the Patient Portal Experience with SMART on FHIR.
Halyos is a visual EHR web app developed at the Harvard Medical School by the Gehlenborg Lab that complements the functionality of existing patient portals. Halyos is designed to integrate with existing EHR systems to help patients interpret their health data.
The Halyos application utilizes the SMART on FHIR platform to create an interoperable interface that provides interactive visualizations of clinically validated risk scores and longitudinal data derived from a patient’s clinical measurements.
Demo: http://halyos.gehlenborglab.org/
Wiki: https://github.com/hms-dbmi/halyos/wiki (In progress)
npm install
npm start // Start dev server at http://localhost:3000
npm run build // Build application
npm run test // Test application
This project is licensed under the MIT License - see the LICENSE.md file for details