Error on A025 - The origin server did not find a current representation for the target resource or is not willing to disclose that one exists

Hello,

I am currently trying to integrate with A025 endpoint in the INT environment, however when making a request using Application-restricted access, the response I get is a 404 with “The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.”

The version number used is the one I got from A024 endpoint

Can you please take a look?

This should be in e-RS category and appears to incorrectly tagged, can someone please update and move it?

Hi @Medefer_Developer ,

For the A025 Endpoint, the base URL is /FHIR/STU3/Communication instead of /FHIR/STU3/CommunicationRequest

The based-on parameter should still be CommunicationRequest

Example URL:

https://int.api.service.nhs.uk/referrals/FHIR/STU3/Communication?based-on=CommunicationRequest%2F000000070000%2F_history%2F1&_include=Communication%3Arequester-practitionerrole%3APractitionerRole

Thanks,

Ed

Thanks for correction :slight_smile: