Stream: bulk data
Topic: Bulk epic
Camila Altman (Feb 17 2021 at 18:29):
@Isaac Vetter @Justin Stauffer Any updates on epic fhir bulk services? request, kickoff, status etc.
Isaac Vetter (Feb 18 2021 at 15:01):
Hi @Camila Altman We're working hard on support for bulk data. Do you work with Hemanth Narra? If you'd like, I bet he would be a great source of info as our dev plans and timelines finalize,.
Camila Altman (Feb 18 2021 at 15:08):
@Isaac Vetter Hi! I did actually email him. I like going through all avenues to get my question answered ;)
Jonah Ellman (Mar 09 2021 at 17:03):
I am trying to understand the current state of bulk data in Epic, so wanted to follow-up on this thread.
I'm building an app to integrate with Epic, and I am trying to figure out if I can expect most Epic installations to support bulk data access, or if I should use a different method.
I see Epic has documentation about SMART Backend Services authentication. Does that mean bulk data is available, or is it still a work-in-progress?
Lloyd McKenzie (Mar 09 2021 at 17:17):
@Michael Donnelly @Danielle Friend
Cooper Thompson (Mar 09 2021 at 17:25):
As Isaac mentioned, we are working on support for bulk data. The question is "when" not "if". Currently, it is not broadly available for use, however that will likely change throughout the coming year. The exact timeline will vary for different health systems, as they will need to upgrade to a specific Epic version, and upgrade schedules vary. Note that bulk data will require that you work directly with the health systems you want to connect to. They will very likely require contracts and agreements before granting you access, and will need to configure your access.
Michele Mottini (Mar 09 2021 at 18:02):
'Coming year' = 2021 or 2022 ?
Cooper Thompson (Mar 09 2021 at 19:08):
It will probably end up spanning both years really. Some health systems will probably be taking updates from Epic earlier, and rolling those out, probably in 2021. Other organizations may have other priorities and might be taking the updates later, even as late as 2022. I want to emphasize again that just because a health system is using the Epic software that enables Bulk FHIR, doesn't mean clients will be able to automatically begin using it. You'll need to have all the business agreements and implementation projects completed for each individual organization.
Jonah Ellman (Mar 09 2021 at 19:49):
Thanks @Cooper Thompson this is helpful. And yup, totally understood we'd need to work with the individual organization to get access.
Aditya Chhabra (Apr 12 2021 at 05:04):
For transactionTime field in the Bulk complete status output response
1) "[instant]: Our assumption is, post kickoff request when the first query is run to fetch data that time should be displayed in transactionTime field. Please suggest if it is correct?
2) It is mentioned in the Implementation guide "The response SHOULD NOT include any resources modified after this instant".
Since we run multiple queries, our product is not possible to not include the resources modified after [instant]. Since it is SHOULD NOT, our assumption is it is an optional statement and we can include the resources modified after [instant]. Please confirm if our assumption is right?
Reference Link: https://hl7.org/fhir/uv/bulkdata/export/index.html#response---complete-status
@Josh Mandel Please see if you could assist here.
Thanks
Josh Mandel (Apr 12 2021 at 13:34):
In general, we do not describe these APIs in terms of internals on a server ("first query", etc). Those details are up to you. We describe the functional expectations. In general you should look at "SHOULD" conformance expectations as recommendations; failing to meet them might result in warnings but not errors from a test suite.
Last updated: Apr 12 2022 at 19:14 UTC