Hacker News new | ask | show | jobs
by loceng 2985 days ago
Immutability is useful for medical records for accountability purposes, to prevent doctoring (no pun intended).
2 comments

If you start from a place of distrusting your medical professional, now you need a way of uniquely identifying them in a way that can tie back to them for accountability purposes. So we've introduced some kind of notarized identity service.

Furthermore, doctors are only going to read the most recent entry for any given data point: doctors won't read the entire file, especially in emergency situations.

Just because the status quo and doctor's behaviour is currently a certain way, doesn't mean it's the right way. The efficiency lacking in our health-"care" systems is astonishing - there needs to be self-regulation mechanisms and accountability.

Emergency situations is an orange if everything else is an apple, so of course there can be protocol and acceptable boundaries for each.

Humans are humans, mistakes can happen - especially that we aren't aware we're making, and therefore bound to make them again. Accountability will lead to necessary learning and improvement.

What if the data is wrong?
You append a correction, it's the same process as an edit.
So, use git?
What if say you bribe someone who can somehow get access to the files and modify them?
What if say you bribe someone with access to the private keys to append a false entry?
Indeed, you must have a Chain of Command/Chain of Trust that the majority of people will trust. I believe there are ways.