Stream: implementers
Topic: Most Active Language for FHIR
Jerry Xu (Nov 23 2021 at 17:41):
Hi all. I'm wondering what the most active language is for FHIR nowadays. My company is looking at a potential migration and I'm fishing right now for the most popular stacks you all are using right now. I don't PHP is a popular one so far.
bion howard (Nov 23 2021 at 18:08):
What's your use case? I like Python for data science; Javascript is a nice option since it works on web/mobile right away. Java is popular. Rust looks like the future but can be frustrating to learn
Jerry Xu (Nov 23 2021 at 18:25):
We are building a FHIR server for our client to retrieve their study results. It talks to the database to fetch the data convert it up to the FHIR standard.
David Pyke (Nov 23 2021 at 18:35):
Java and C# are the two most used public domain servers and are used very widely. However, the base reference server is written in Pascal (and we still respect the author). So, I would look at any of those three as most easy to get support in
Vassil Peytchev (Nov 23 2021 at 19:08):
There is a list of available implementations.
Peter Jordan (Nov 23 2021 at 19:11):
Server-side, definitely Java (HAPI) and C#. Client implementations - those two plus Javascript and Python.
Grahame Grieve (Nov 24 2021 at 10:22):
we still respect the author
Grahame Grieve (Nov 24 2021 at 10:22):
hah! That still doesn't excuse me
Last updated: Apr 12 2022 at 19:14 UTC