Stream: implementers
Topic: JavaScript Server Library
Shreshta Balachandar (Oct 05 2020 at 17:38):
Hey everyone,
I'm getting started with FHIR and building an API server for one of my clients. Are there any good JavaScript/Node.js based FHIR server libraries? I know HAPI FHIR is in Java and found one by Asymmetrik here: https://github.com/Asymmetrik/node-fhir-server-core. Wanted to check if there were any other JS-based options.
Thanks in advance!
Joel Schneider (Oct 05 2020 at 21:14):
Node on FHIR is one that may be worth a look:
https://github.com/symptomatic/node-on-fhir
The #javascript stream here has more discussion about it.
David Winters (Oct 06 2020 at 18:04):
I really like the Asymmetrik implementation.
Shreshta Balachandar (Oct 12 2020 at 16:42):
Got it, thanks a bunch!
Last updated: Apr 12 2022 at 19:14 UTC