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:
- https://digital.nhs.uk/developer/api-catalogue/prescription-status-update-fhir#get-/checkprescriptionstatusupdates
- We get unauthorized back but the docs do not mention any kind of auth being required
- prescription tracker init CIS2 Authentication
- when we try that we get access denied page
Has anyone ran into this issue when integrating with prescription status update fhir?