DEV eRS API ApplicationNotFound Error

Trying to retrieve data back through the e-Referral Service - FHIR API in the Dev Environment.

Always get the following error

{
“fault”: {
“faultstring”: “Unable to identify proxy for host: secure and url: /referrals/FHIR/STU3/R4/HealthcareService/1”,
“detail”: {
“errorcode”: “messaging.adaptors.http.flow.ApplicationNotFound”
}
}
}

Base url is dev.api.service.nhs.uk//referrals/FHIR/STU3/

Application ID is 3f4f29fa-f67d-4beb-867f-c2313d80f3b4

Many Thanks

Alan

@Alan_Kings Might want to double check your URLs

“Base url is dev.api.service.nhs.uk//referrals/FHIR/STU3/” has a double ‘/’

I think base URL for DEP API is https://dep.api.service.nhs.uk/referrals-dep
(taken from https://digital.nhs.uk/services/path-to-live-environments/deployment-environment)

Also /referrals/FHIR/STU3/R4/HealthcareService/1 seems to indicate you are mixing STU3/R4 - should be /R4/HealthcareService (its a FHIRv4 endpoint, STU3 is v3)