Verifying results of prescription status updates

Hello we have done a implementation for https://digital.nhs.uk/developer/api-catalogue/prescription-status-update-fhir#post-/ however we are struggling to find a way to verify the action worked post getting a success back from Nhs that isnt just did our logs look okay.

Ideally we do not want to just rely on seeing a success back from nhs api (via logs) in testing, we want to be able to use some api manually or some nhs tool where we can give it a prescription id and we get its status back.

So far we have tried:

Has anyone ran into this issue when integrating with prescription status update fhir?

The docs dont say it but to call checkprescriptionstatusupdates endpoint the following header is required

Authorization - Bearer ApplicationRestrictedTokenValue

Hi Ryan, glad you got that sorted. This is the e-RS section though :slight_smile: not EPS