FHIR Chat · bulk data push · bulk data

Stream: bulk data

Topic: bulk data push


view this post on Zulip Ben Spencer (Jan 27 2018 at 18:07):

has anyone considered an alternative to respond-async in which the server is instructed to push the results to client-specified URLs?
for example, this could be used to transfer data to an S3 bucket without it having to go via the client

view this post on Zulip Grahame Grieve (Jan 27 2018 at 18:10):

we didn't like the security considerations, though we didn't spend a lot of time on it

view this post on Zulip Ben Spencer (Jan 27 2018 at 18:40):

such as the potential to send it to an improperly secured target location?

view this post on Zulip Grahame Grieve (Jan 27 2018 at 18:48):

we talked about local disks on the server. we didn't talk about amazon buckets as a target

view this post on Zulip PKumar (Jul 21 2020 at 09:15):

I am currently using Azure FHIR API. Is there any process where I can insert bulk data? I am expecting to get data from multiple clients and I have to process the API requests synchronously into the server. Thanks in Advance!

view this post on Zulip Josh Mandel (Jul 21 2020 at 14:13):

To be clear, you're talking about importing data, yes? HL7 hasn't yet formalized an import spec, but there are platform specific tools in Azure. @Michael Hansen may be able to share details.

view this post on Zulip Michael Hansen (Jul 21 2020 at 21:53):

We don't have bulk import built in the service, but we do have examples in https://github.com/Microsoft/fhir-server-samples of using Azure Functions to import data. If you are looking for something command line, then I have a tool here: https://github.com/hansenms/FhirLoader

view this post on Zulip PKumar (Jul 22 2020 at 08:43):

Thanks @Josh Mandel and @Michael Hansen

Does this mean, if I have to import bulk data,
I need to write Azure functions and interact with AZURE FHIR API to load the data?
or Should I use the open-source FHIR code provided by Azure and using it + Azure functions, I should be able to perform bulk import?

view this post on Zulip Michael Hansen (Jul 22 2020 at 20:23):

The $import spec is not formalized and not supported in either Azure API for FHIR or the OSS FHIR Server for Azure. So you will have to write "something" to do bulk loading. But there are good starting points in the links I sent.


Last updated: Apr 12 2022 at 19:14 UTC