Hi,
We are trying to call “A027 - Convert advice and guidance request to referral” but I’m getting the following 403 response:
{
"meta": {
"profile": [
"https://fhir.nhs.uk/STU3/StructureDefinition/eRS-OperationOutcome-1"
]
},
"resourceType": "OperationOutcome",
"issue": [
{
"severity": "error",
"code": "forbidden",
"details": {
"coding": [
{
"code": "FORBIDDEN",
"system": "https://fhir.nhs.uk/STU3/CodeSystem/eRS-APIErrorCode-1",
"display": "Forbidden"
}
]
},
"diagnostics": "The ASID (xxxxxxx) does not have the interaction (urn:nhs:names:services:ers:REFERRAL_REQUEST_CREATE_FROM_COMMUNICATION_REQUEST_ACTION_LATER_STU3_V001) required to call this endpoint."
}
]
}
(I’ve replaced our ASID with “xxxxx”)
Do we need this endpoint setup with you?
We think we’ve setup our API access in the developer network:
Some advice please.
Thanks
Jim Brock