Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FHIR Service appsettings.json - Bundle.EntryLimit too low #14

Open
barabo opened this issue Mar 27, 2020 · 0 comments
Open

FHIR Service appsettings.json - Bundle.EntryLimit too low #14

barabo opened this issue Mar 27, 2020 · 0 comments

Comments

@barabo
Copy link
Contributor

barabo commented Mar 27, 2020

For our test server in Azure, the loader rejects some posts because there are more than 500 entries in a bundle.

{'_content': b'{"resourceType":"OperationOutcome","id":"3985af51-584c-45b8-a580'
             b'-3224a5e2f9b2","issue":[{"severity":"error","code":"invalid","di'
             b'agnostics":"The number of entries in the bundle exceeded the con'
             b'figured limit of 500."}]}',

To increase the limit, we can make changes to this (I think) in the portal:
https://prototype-erp-fhir.scm.azurewebsites.net/dev/wwwroot/appsettings.json

{
    "FhirServer": {
...
        "Bundle": {
            "EntryLimit": 500
        }
    },
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant