FHIR Chat · FHIR Server with ElasticSearch · implementers

Stream: implementers

Topic: FHIR Server with ElasticSearch


view this post on Zulip Inês Silva (Jul 05 2018 at 09:03):

Good morning, I need to develop a fhir server with ElasticSearch as database, I'm trying to use the hapi development but I can't connect with the ES.
Do you have any suggestions?

Thanks in advance!

view this post on Zulip nicola (RIO/SS) (Jul 05 2018 at 09:55):

ES is not very good as primary database - use it as indexing/search engine

view this post on Zulip Inês Silva (Jul 05 2018 at 11:11):

I want to store the fhir message as JSON and access it through the fhir server.
What do you recommend me to use? Maybe MongoDB?

view this post on Zulip nicola (RIO/SS) (Jul 05 2018 at 11:11):

My recommendation is PostgreSQL & jsonb

view this post on Zulip nicola (RIO/SS) (Jul 05 2018 at 11:12):

It will give you sql power and ACID

view this post on Zulip Inês Silva (Jul 05 2018 at 11:18):

Do you suggest the use of FHIRbase?

view this post on Zulip nicola (RIO/SS) (Jul 05 2018 at 11:19):

FHIRBase is little bit outdate - you can use postgres the same way as mongo and just pick some ideas from fhirbase - how to store resources and build sql for search.

view this post on Zulip Christiaan Knaap (Jul 10 2018 at 06:48):

Just curious: what are reasons to develop a FHIR server (on ElasticSearch)?
As the developer of Vonk FHIR Server I always like to hear from the community what they need...


Last updated: Apr 12 2022 at 19:14 UTC