FHIR Chat · bulk data export/import (ndjson) · bulk data

Stream: bulk data

Topic: bulk data export/import (ndjson)


view this post on Zulip Vasyl Herman (Jan 29 2021 at 14:10):

Hello, guys. I have successfully downloaded the fhir bulk data files from a test server as ndjson files. Can you please give me an idea how to export that files in a Postgresql DB or any other options like ETL pipelines or something we can use to transform ndjson in a query-able format. Thanks!

view this post on Zulip Michele Mottini (Jan 29 2021 at 14:47):

Loading them on a off-the-shelf FHIR server (like API or Vonk) would be the easier option - if you are OK with FHIR searches.
If you want SQL you'll have to create your data model and map FHIR to it - not an easy undertaking

view this post on Zulip Vasyl Herman (Jan 29 2021 at 14:53):

yes. Vonk is totaly fine. where I can learn more about Vonk?

view this post on Zulip Michele Mottini (Jan 29 2021 at 15:03):

https://fire.ly/products/firely-server/
If you have troubles you can ask question in #dotnet

view this post on Zulip Vasyl Herman (Jan 29 2021 at 15:04):

Thanks!

view this post on Zulip Michele Mottini (Jan 29 2021 at 15:04):

(there are also hosted server from Google, Microsoft and possibly also AWS)


Last updated: Apr 12 2022 at 19:14 UTC