FHIR Chat · FHIR Performance · CARIN IG for Blue Button®

Stream: CARIN IG for Blue Button®

Topic: FHIR Performance


view this post on Zulip Karl M. Davis (Feb 19 2020 at 02:10):

For funsies in my personal time, I've also been spending a lot of time thinking about and prototyping ways to improve FHIR performance.

view this post on Zulip Karl M. Davis (Feb 19 2020 at 02:11):

view this post on Zulip Karl M. Davis (Feb 19 2020 at 02:11):

  • I think I might be the first person to have built anything FHIR-related in Rust?

view this post on Zulip Paul Church (Feb 19 2020 at 18:40):

Having a common baseline use case (or several use cases) to benchmark against would be really valuable. Wind Tunnel is a good start (very simple operations) but it doesn't seem to have attracted much attention yet.

view this post on Zulip Abbie Watson (Feb 22 2020 at 18:20):

We've been using Lighthouse. Whether or not a FHIR server supports the $everything operator has a pretty huge impact on how chatty the network is which can impact client app performance. Sort of the difference of whether the client needs to be multithreaded or use web workers.

https://chrome.google.com/webstore/detail/lighthouse/blipmdconlkpinefehnmjammfjpmpbjk?hl=en

Also, the Nucleus.io folks are using Rust+FHIR, I think, in some of their work.


Last updated: Apr 12 2022 at 19:14 UTC