FHIR Chat · Bulk Export in HAPI! · hapi

Stream: hapi

Topic: Bulk Export in HAPI!


view this post on Zulip James Agnew (Sep 15 2019 at 19:51):

Hi All,

After working on this in the background at the last 3-4 connectathons.. I finally have bulk export working in HAPI FHIR. This feature hasn't yet landed in master, but will be doing so within the next 24 hours. Support currently includes only system level export.

Feel free to give it a shot at a URL such as:

http://hapi.fhir.org/baseR4/$export?_type=Claim

view this post on Zulip Sean McIlvenna (Sep 15 2019 at 20:14):

Does this include a way to bulk import??

view this post on Zulip Sean McIlvenna (Sep 15 2019 at 20:14):

:)

view this post on Zulip Eduardo Sufan (Dec 06 2021 at 19:50):

Hi! I'm performing fhir export requests to a server instance and all the queries are by default retrieving data created since 1 day before (UTC). This seems to be a default configuration. The only way to retrieve data created before is to force the _since parameter. Is _since parameter mandatory? Can I change that default configuration?

This is the request example I'm running:
http://localhost:8005/fhir/Patient/$export


Last updated: Apr 12 2022 at 19:14 UTC