Seniors make up the fastest-growing age group in Canada. The ageing population adds tremendous strain on financial as well as physical health infrastructure and resources. One effective strategy to counter this is to involve the patients and their circle of care in the care process. Initiatives such as McMaster’s TAPESTRY (Teams Advancing Patient Experience: Strengthening Quality) adopt this approach, leveraging the power of locally developed open-source EMR and PHR systems.
Many of the open-source PHR systems have poor user interfaces (UI) by any standards while older adults have specific interface requirements. Credible research on the special interface requirements of elderly is still hard to find. This article from Smashing Magazine is one of the most useful resources that I found online that gives actionable instructions. Hopefully comprehensive studies on ageing population such as The Canadian Longitudinal Study on Aging (CLSA) would be able to provide insights on the requirements of seniors.
When we started the Patient Controlled and Contributed Health Record (PCCHR) project, a senior-friendly interface was our top priority. PCCHR is an openMRS module that allows patients to contribute self-monitored data to their physician’s EMR and share part or all of the data with the circle of care. We are planning to adopt two strategies to augment the user interface (UI). We will be developing a Universal Windows Platform (UWP) client that leverages Windows 10 Cortana for voice commands (Scaffolded here). Second is to customize the Angular-Material library for user interface elements using senior-friendly CSS. Both will be useful beyond this project for other use cases as well.
PCCHR is an open-source project that needs your help to reach our goal. Experience in OpenMRS platform, ReactJS, AngularJS, d3js, hGraph, Ionic, Universal Windows Platform (UWP) apps, Python or Raspberry Pi would be useful. Even if you are not a programmer, you can help us with testing, designing and documentation. Read more about PCCHR here.
- Loading MIMIC dataset onto a FHIR server in two easy steps - November 20, 2024
- R&D and Innovation in IT; to or not to combine both - November 15, 2024
- Locally hosted LLMs - July 14, 2024
Hi, Im interested in learning more. I only know python from the list but I can pick up more.
Hi Bhaag: Thanks for the interest. The primary GitHub repository is here: http://gulfdoctor.net/s/ik If you have a GitHub account; I will add you to our group: http://github. Read comments
my github is: marwaybs
The raspberry Pi E-Health sensors sound exciting. As I’m not entirely familiar with writing modules for Raspberry Pi 3, I’ll have to look into how to do that.
Bhaag: Thanks. I have sent you an invite.
Just to get you started:
1. Download openMRS standalone here: (openMRS is an open-source EMR) http://openmrs.org/download/
2. Compile and install PCCHR as explained here: http://gulfdoctor. Read comments
Thanks for the guidance. Ill start exploring 🙂
I am an eHealth grad and a volunteer with TAPESTRY. Also did some programming. What kind of help do you need with testing, designing and documentation?
Hi Michael: Thanks for the interest.
Please watch this video to see where we are at present: https://youtu. Read more…..
TAPESTRY already uses the McMasterPHR and OSCAR. McMasterPHR I think needs better integration for sensor data. Coming soon I guess. Read more…..
Our aim is to have a simple, universal data model so that you can store any health data (like fitbit) on a centralized data store (like HealthVault). This is like an open-source version of Apple HealthKit and we call it HL10. Read more…..