Stream: implementers
Topic: FHIR and ElasticSearch
Vipul Tyagi (Jan 15 2018 at 12:37):
Hi All. We are starting working on a new EMR software and planning to use ElasticSearch as our primary database. We are planning to keep patients records in FHIR standard using JSON. I would like to know if someone already working on these lines? Any suggestions are also welcome.
Vadim Peretokin (Jan 15 2018 at 13:08):
Not sure about ElasticSearch, but there is this for Spark: http://engineering.cerner.com/blog/announcing-bunsen-fhir-data-with-apache-spark/
Vipul Tyagi (Jan 15 2018 at 13:40):
Thanks Vadmir..
Vipul Tyagi (Jan 16 2018 at 07:49):
Hi All. Is there anyone else who can shed some light on this topic?
Rishi Tarar (Jan 27 2018 at 12:33):
Having some experience with elastic I would say the following: 1. Treat elastic as a volatile index and not as a dB. 2. Have a way to re index the data from conventional sources (mongo, sql etc) handy.
3. Back up back up back up your indexes
Last updated: Apr 12 2022 at 19:14 UTC