Skip to Main Content

R4 APIs (Millennium)

Announcement

For information related to the Oracle Partner Network (OPN) Industry Healthcare Track please visit our OPN Industry Healthcare Program page.

For specific questions related to Oracle Partner Network (OPN), please contact Partner Assistance.

Millennium FHIR and non-FHIR API Specifications and Supporting Documents can be found HERE on docs.oracle.com
Soarian FHIR API Specifications and Supporting Documents can be found HERE on docs.oracle.com.

Performance Expectations (Binary resource)

Rob Strenn19 hours ago

I am interested in retrieving a large number (millions) of Binary resources for an NLP related project, and my understanding is that the bulk export feature is not available for the Binary resource.

I've developed a program to retrieve the Binary resources of interest sequentially based on id (and in parallel using multi-tasking/threading), but I am looking for ways to speed up this process.

Currently I can retrieve a Binary resource on average from 750 milliseconds to up to a few seconds. I am using caching where appropriate so I don't need to keep retrieving the access token from the authorization server (unless it times out).

Anyone have experience in either (1) speeding up the process, or (2) retrieving large chunks of Binary resources at a time without the Bulk export feature?

Thanks…

Comments
Post Details
Added 19 hours ago
0 comments
11 views