FHIR Chat · What is a FHIR server? · python

Stream: python

Topic: What is a FHIR server?


view this post on Zulip Stan Guldemond (Jul 01 2021 at 15:30):

Hi there!

I'm currently researching FHIR for a possible a new project that I'm working on at my job. Our client wants a product where the storing and sharing of health care data is central. The team is proficient in Django and there is already a prototype frontend in Angular, so I'm thinking of using Django REST Framework as middleware API. I've done some research the last weeks, here and there, but I still have some trouble getting my head around some concepts. Mainly: What is a 'FHIR server', what does it offer?

I've seen a few video's today like https://www.youtube.com/watch?v=YbQcJj1GqH0 and https://www.youtube.com/watch?v=dBAhIoArh80 which were helpful. I'm grasping the resource/data model part I think.

So the stack I'm thinking of is something like this:

And somewhere in between a FHIR server (right?):

Preferably I'll have something I can run on our own data centers, so something open-source. But yeah, first need the get the concept.

view this post on Zulip Ilya Beda (Jul 02 2021 at 05:31):

Hi, @Stan Guldemond
Thank you for choosing fhir-py from beda.software :thumbs_up:
Our primary focus is asyncio version. But I know some guys from Germany who successfully use the sync version of fhir-py with Django.

There are frontend tools from beda.software but we more focused on React.
If you need some help on the frontend please join #javascript stream. We are discussing TypeScript annotations for FHIR right now that may be helpful for your Angular frontend.

FHIR server provides you with FHIR API that allows you to interact with resources from the healthcare domain.
Everything that out of healthcare scope you have to implement on your own. So when you start choosing across FHIR servers you should pain your attention on how you can extend it.
Personally, I prefer aidbox from all other solutions.


Last updated: Apr 12 2022 at 19:14 UTC