Hi All
I'm testing Bulk API against public HAPI server. BTW I have submitted the following kickoff-request:
{
"resourceType": "Parameters",
"parameter": [
{
"name": "_type",
"valueString": "Observation"
}
]
}
I got 10 files each one containing 1.000 Observations, then a total of 10.000 Observation.
To make a double check I submitted the followin non bulk query to the server:
Are the bulk API limited somehow in total amount of returned resources?
I mean, which is the rational behind this difference?
Thank in advance for your help.