Personal Health Record (PHR) application with focus on data privacy. This repository keeps a first-draft web version of the application. Here are a few features of this:
- Add journal entries, track metrics, save reports and documents, search across anything.
- Search, filter, and share minimal and relevant information with your health care provider.
- Data stored in plain Org mode files in IndexedDB. Reports and connected files
are kept as org-attachments. This makes it easy to work with the records
using Emacs. See
./assetsfor an example file. - No syncing with any cloud store. If needed, the user will have to implement syncing in the safest way they deem possible.
I have stopped working on this version of the application since, except Firefox on Linux (and Android?), every browser on every platform is a nightmare if you think about storing data persistently forever.
The current version is running on https://harp-lepisma.netlify.app/ and I still use it till I migrate to something else, though there is no documentation, poor usability, and a lot of caveats only known to me.
Here are a few screenshots from one of my cat’s records:
I am now making a more complete version with all advanced features, including document scanning, OCR, trends, and analytics using Kotlin Multiplatform here.



