AZURE FHIR Bundle : The number of entries in the bundle exceeded the configured limit of 500 - How can we increase the limit

Neeraj Shrivastava 141 Reputation points
2023-03-13T18:20:45.0566667+00:00

We are trying to load FHIR Bundle file, however getting error as The number of entries in the bundle exceeded the configured limit of 500.

How can we increase the Bundle Size

Azure FHIR documentation says Bundle size - Each bundle is limited to 500 items

However there is no reference to how to increase this limit or an alternative solution to load data exceeding this limit without having to split the file in smaller chunks which is not possible for us as the file size from source will continue to vary.

Azure Health Data Services
Azure Health Data Services
An Azure offering that provides a suite of purpose-built technologies for protected health information in the cloud.
167 questions
{count} votes

Accepted answer
  1. GeethaThatipatri-MSFT 29,477 Reputation points Microsoft Employee
    2023-03-15T01:20:19.1233333+00:00

    @Neeraj Shrivastava

    1. The FHIR bundle size limit is 500 resources. As you are loading the Synthea data, you can use FHIR bulk loader github repository, which splits the bundles into smaller chunks.
    2. FHIR bulk loader git repository should be helpful to load the data. you don't need to upload using POSTMAN

     Can you share how you are loading this volume of Synthea data, is it for testing purposes? are you aware of AHDS , and why choosing Azure API for FHIR over AHDS?

    Regards

    Geetha

    1 person found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. JimmySalian-2011 42,166 Reputation points
    2023-03-13T18:56:33.2766667+00:00

    Hi Neeraj,

    The service limit is 500 as per Microsoft and if you want to increase it you will need to raise a support ticket with the Microsoft backend team - https://azure.microsoft.com/en-ca/support/create-ticket/User's image

    Hope this helps.

    JS

    ==

    Please accept as answer and do a Thumbs-up to upvote this response if you are satisfied with the community help. Your upvote will be beneficial for the community users facing similar issues.

    1 person found this answer helpful.

  2. Neeraj Shrivastava 141 Reputation points
    2023-03-13T19:11:31.89+00:00

    Thank you, Can you please let me know when we log the ticket what option\product i need to select


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.