Stream: implementers
Topic: FHIR with GraphQL
Patrick He (Nov 09 2021 at 21:36):
Hey guys,
I wonder how many of you are implementing the FHIR API using GraphQL? I found GraphQL is really awesome in terms of making front-end dev experience better, resolving over-fetching problem. Is it the future technology for FHIR?
Daniel Tam (Nov 09 2021 at 23:21):
Hi Patrick, we are actually looking at this at my organization -- it's been requested by other teams that are looking to connect to our FHIR server. We're looking into how we can support this, but this sounds like a great way to bundle multiple calls together.
Are you planning to do this at all in your organization?
René Spronk (Nov 10 2021 at 07:09):
See also https://www.youtube.com/watch?v=_1alqp_3e24 - a talk on GraphQL held during the DevDays in 2019.
Grahame Grieve (Nov 10 2021 at 09:05):
http://hl7.org/fhir/graphql.html
Patrick He (Nov 10 2021 at 14:03):
Hey Daniel. Yes, we are looking at implementing it as well. We have existing data which are not FHIR formatted at all. We are currently in transition from a monolith to microservice. I am proposing GraphQL as API Gateway + REST-based microservice architecture. Yes I agree with you. We want to bundle calls and support multiple clients who are using different devices
Brendan Keeler (Nov 10 2021 at 23:54):
We are experimenting with it
Last updated: Apr 12 2022 at 19:14 UTC