The S in Interoperability(frederikbraun.de)
frederikbraun.de
The S in Interoperability
https://frederikbraun.de/the-s-in-interoperability.html
3 コメント
I always hear about electronic records and wonder — after all this time, I still have to hand-write my entire medical history when seeing a new doctor. Can’t they just get the electronic records?
They sure seem to know about prescriptions being refilled!
It’s nice to have multiple providers all using MyChart, except others use different services that have their own app.
They sure seem to know about prescriptions being refilled!
It’s nice to have multiple providers all using MyChart, except others use different services that have their own app.
The Postel's Law (or Robustness Principle) is related to this, be conservative with what you do (i.e. try to closely adhere to standards for your outputs) and flexible in what you accept (at least up to some point).
It is the standard in healthcare though. The world is using it to exchange data for both payor and clinical. The US has mandated the use of it for healthcare. Its built into Apple and Samsung Health apps. You can get your entire FHIR chart via mychart (epic) instances (along with many other EHR systems). And yet I'm having to prove out why we shouldnt use custom structured ORM models to translate in/back because many have grown so accustomed to it.