smart-on-fhir / client-py

Python SMART on FHIR client
http://docs.smarthealthit.org
Other
591 stars 211 forks source link

Add pagination functionality to FHIRClient and related unit tests #169

Closed LanaNYC closed 2 months ago

LanaNYC commented 2 months ago

PR Title: Add Pagination to FHIRClient with Unit Tests

Description:

This PR introduces pagination to FHIRClient, allowing efficient navigation of large FHIR datasets. Key methods include:

Testing:

Notes:

Please review and provide feedback.

Fixes: #108