this post was submitted on 12 Oct 2025
116 points (98.3% liked)

Selfhosted

61222 readers
253 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

We have a lot of health records in the family, often just for monitoring health as we grow older. Is there a good system that allow storing and organising this info. Maybe also allowing notes, reminders?

you are viewing a single comment's thread
view the rest of the comments
[–] Alvaro@lemmy.blahaj.zone 1 points 3 months ago (1 children)

I am there right now, tried every open source project about health records, they all either suck or just not appropriate for personal use (ie meant for hospital use)

Recently a new project came out and it is the only one that is actually usable, and will possibly get really good.

You should try all the options for your self:

[–] nix98@lemmy.world 1 points 3 months ago* (last edited 3 months ago) (1 children)

Thanks for the list. I too have been investigating PHRs (Personal Health Records), and I am glad to see more and more interest in this space.

MediKeep looks interesting, and hopefully we'll see connections with some of the major EHRs, so we can import our data.

My dream is to be able to import my data, modify it, then send out changes back to my providers. I am shocked at how much out of date or wrong information is in my records from my primary care!

Some more to add to the list:

  • Mere Medical - This is a PWA with no server component, which is kinda cool, although that meant synchronizing between devices does really exist. It was able to import from my Primary Care which uses Cerner (although I had to register as a developer with Cerner to get an API key), however, it couldn't do very many useful things with the data. Having a bunch of "documents" wasn't that helpful
  • GNUHealth - seems dead
  • Kailona - I haven't tried this yet. Seems a bit complicated, and looks like you have to set up your own FHIR Server?
  • Medplum - I haven't done much investigation yet. It doesn't seem to be a PHR, but maybe something to build on?
[–] Alvaro@lemmy.blahaj.zone 1 points 3 months ago

Mere medical seems dead: GitHub

Kailona as well: Github

Medplum would be interesting for any developers who are building something, for sure.