I am querying FHIR resources based on date range and using HL7.Fhir.Core C# library to parse and paginate the bundle.
Only for a query based on date range pagination fails and fhirClient.Continue throws exception 'Internal server error'(I don't know how can I trace actual exception).
I tried same queries with fiddler, it works fine, even the links in bundle.
Any help?
Note: Pagination with fhirClient works for other queries. It only fails for date range queries for any resource.