eRS - A027 - 403 Error

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

Hi @jim.brock,

It looks like you don’t have permission to access A027 in the Integration Environment.

@nhserspartners @andrew.clayton3 Can WASPs INT ASID be assigned the REFERRAL_REQUEST_CREATE_FROM_COMMUNICATION_REQUEST_ACTION_LATER_STU3_V001 interaction?

Thanks,

Adam.

1 Like