Hi Eddy,
Thanks for the question! The maximum number of resources in a single file are defined for each of the FHIR resource types supported by BCDA including Patient. These maximums are subject to change, but here are the current values by resource type:
- EOB = 150
- Patient = 5000
- Coverage = 4000
- Claim = 4000
- ClaimResponse = 4000
There are two code snippets where these values may be defined. The
first snippet which you shared are the environment variables which take precedence and will override the default values defined in
this second snippet.
Correct on the sample data - those files are meant for ease-of-use. However, files retrieved from the BCDA Sandbox will follow the same maximums defined for BCDA's production environment.
Hope this helps,
The BCDA Team