Stream: bulk data
Topic: bulk data export/import (ndjson)
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!
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
Vasyl Herman (Jan 29 2021 at 14:53):
yes. Vonk is totaly fine. where I can learn more about Vonk?
Michele Mottini (Jan 29 2021 at 15:03):
https://fire.ly/products/firely-server/
If you have troubles you can ask question in #dotnet
Vasyl Herman (Jan 29 2021 at 15:04):
Thanks!
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