How can paginate data in FHIR patiant api

I am using /fhir/patiant api to get listing of patiants. I want to paginate data from this api. I am using _count and _size for pagination but i am getting total 0 record.

We use _offset not _skip. You can see our configuration for sorting and pagination here:

1 Like