HTTP 500 when calling A005 in INT environment

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.

Hi @chris.pursey,

Have you completed the “API platform configuration” step documented here?

(It looks like the “a user ID for the senior responsible person” hasn’t been configured.)

@nhserspartners FYI

Thanks.

1 Like

Thanks @adam.oldfield I missed this step somewhere in the many steps needed. I’ve contacted the team :slight_smile:

1 Like