Hi, I’m in the process of attempting to start testing my application against the INT environment. I’ve successfully got a token, but when calling A005 with a UBRN I get an HTTP 500 with the following response body:
{
"fault": {
"faultstring": "Unresolved variable : app.app-restricted-user-id",
"detail": {
"errorcode": "entities.UnresolvedVariable"
}
}
}
Can anyone help me figure out what this means?
The URL I’m calling is https://int.api.service.nhs.uk/referrals/FHIR/STU3/ReferralRequest/000049791379. I also tried it without the /STU3 element in the path (because I’ve seen the URL provided both with and without this), but I got the same response.