FHIR : Getting updated info from endpoint or from one API call

Greetings ,

My company currently uses the link provided below to get info about the latest changes to the organization database using ORD.

I would like to know if there will be a similar link we can use to just get the latest updates on the FHIR API.

I’ve noticed on your postman documentation that you can use the search function to search by last change date. Can this be used to search the whole database for changes that have occurred in the last week and return all the details for each organization that has been updated just sending one API request call.

Current link used for getting info using ORD

https://directory.spineservices.nhs.uk/ORD/2-0-0/sync?LastChangeDate={0}

postman documentation for the new FHIR API

Hi Sean
The following Organisation Data Terminology FHIR R4 query (to our sandbox) shows how to use the ‘Last Change Date’ parameter to return all orgs with a last changed date ‘greater than’ (gt) a specified date - this will replicate the functionality of the ORD sync endpoint:

https://sandbox.api.service.nhs.uk/organisation-data-terminology-api/fhir/Organization?lastChangeDate=gt2026-04-01&

Thanks, Laura