FHIR Chat · jumpstart · bulk data

Stream: bulk data

Topic: jumpstart


view this post on Zulip Muhammad (Nov 27 2019 at 23:46):

Hi Everyone,

I'm trying to explore and learn more about FHIR bulk data.
I've not full understanding of implementing the FHIR client/server for bulk FHIR transfers, that's what I'm trying to learn out of this exercise so bear with me.

a) I'm managed to somehow run the following code repository and can see how it works from my machine.
https://github.com/smart-on-fhir/bulk-data-tools

I've question about above code repository. What else needs to be done converting CSV/json/ndjson transformations to FHIR resource? (how can I do that mapping, as have never done that before,) with bulk data?

I'm lost on how to use the following code repository myself? How can it be run on a laptop?
https://github.com/HL7/bulk-data

Thanks,
M.

view this post on Zulip Josh Mandel (Nov 29 2019 at 19:30):

Can you say more about what you want to accomplish? What are you starting with, and what would you like to happen?

view this post on Zulip Muhammad (Dec 01 2019 at 23:24):

Hi @Josh, Thanks for the reply, I want to create a in house solution which is for FHIR based integration.

I got multpile CSV files that I used for data load in the past without using FHIR of course. Now I want to build custom interface which transforms CSV files into the FHIR and store them into legacy SQL server database. Each business objects CSV files need to be mapped against a FHIR resource ( I don't know how can I do that). once somehow I'm able to do it. I don't know how can I further use FHIR resource to put it in the SQL server.

Currently it is one way data, ideally I would like to extend this on two data integration purely through FHIR. The idea may seem redundant but what I'm actually trying to achieve is the build FHIR understanding and capability for one solution.

Can you guide me in this case. Do let me know if you need more details.

Thanks,
M.

view this post on Zulip Josh Mandel (Dec 02 2019 at 00:23):

Thanks for sharing some of these details. I don't thinkthe reference implementation is going to be any great help here, because it does not contemplate things such as transforming CSV files or storing resources in an arbitrary SQL database. The reference implementation is designed as a standalone service that simply allows clients to test the API surface area.

view this post on Zulip Muhammad (Dec 02 2019 at 00:45):

I totally agree on that Josh, I'm not looking for 100% implementation rather I'm looking for basic documentations by following which I can run and build on FHIR by myself. I've found bulk data looks very promising for my needs. I want to test FHIR with dotnet /javascript stack. Right now I'm struggling to find any tutorial based on that. Think of it is getting started section with the tech stack if that is possible.

I've literally gone through lot of documentations but still don't make fully sense to me even conceptually at least. Like how should I at least approach my API area for FHIR.

Thanks,

view this post on Zulip Muhammad (Dec 02 2019 at 00:49):

I've gone through lots of open sources repos which has zero explanations. The rest of the FHIR documents are pure theoretical.

view this post on Zulip Josh Mandel (Dec 02 2019 at 03:17):

let's see if we can work through any conceptual questions here. I agree it would be helpful to have more documentation that covers a variety of use cases -- but perhaps if we can get to the core of some of your challenges that will help us know what documents to write :-)

view this post on Zulip Muhammad (Dec 02 2019 at 06:12):

Thanks Josh, for now I want to run the following repo

https://github.com/HL7/bulk-data

What steps I should follow to successfully run it for any particular scenario without using SMART launcher?

view this post on Zulip Josh Mandel (Dec 02 2019 at 19:41):

The repo you've linked to is the specification, so it's not something you can "run" per se. (Technically, you'd run the FHIR IG Publisher against the repo to generate a static site -- but this is what you'll find already at http://build.fhir.org/ig/HL7/bulk-data/ (the FHIR CI build site).

view this post on Zulip Muhammad (Dec 02 2019 at 23:13):

Hi Josh, Thanks for explaining this. I missed IG for bulk data.
Can you share more details for how to do FHIR IG Publisher for http://build.fhir.org/ig/HL7/bulk-data/?

The links you've shared are really helpful.

view this post on Zulip Josh Mandel (Dec 03 2019 at 01:21):

Sure! The basic docs live at https://wiki.hl7.org/FHIR_IG_Publishing_tool (and the key file in the bulk data repository is ig.json).


Last updated: Apr 12 2022 at 19:14 UTC