Stream: social
Topic: Serverless FHIR interface on AWS?
Dave deBronkart (Oct 07 2019 at 06:56):
Is this a big deal for some potential adopters, or just a clever hack, or a cloud of smoke, or...?
https://aws.amazon.com/blogs/architecture/building-a-serverless-fhir-interface-on-aws/?
Grahame Grieve (Oct 07 2019 at 09:17):
I think it's real and useful for some implementers
Dave deBronkart (Oct 07 2019 at 10:00):
Separate from the tech in the article, this opening text "wins the internet" as best-ever non-health-IT layman's intro to what FHIR's about!
Technology is revolutionizing the healthcare industry but it can be a challenge for healthcare providers to take full advantage because of software systems that don’t easily communicate with each other. A single patient visit involves multiple systems such as practice management, electronic health records, and billing. When these systems can’t operate together, it’s harder to leverage them to improve patient care.
To help make it easier to exchange data between these systems, Health Level Seven International (HL7) developed the Fast Healthcare Interoperability Resources (FHIR), an interoperability standard for the electronic exchange of healthcare information.
Abbie Watson (Oct 21 2019 at 19:33):
Useful for implementors who don't mind vendor lockin with a monopoly. Good luck in trying to migrate your infrastructure away from AWS after setting some of those lambda functions up. They brand it as 'serverless', but the fact of the matter is that there are servers involved, and Amazon is controlling them and just not exposing their interface to you.
Keith Boone (Nov 11 2019 at 04:12):
This particular article talks about how one could put together a serverless FHIR Server, but the reality is, it's still using a Java based server on the backend, it just doesn't have assigned infrastructure or a whole lot of typical "Server" state mechanics. As a POC (proof of concept), it's got a huge cool factor. For production, it's probably got a different letter at the end of the acronym.
Last updated: Apr 12 2022 at 19:14 UTC