Hi Team,
Currently receiving a strange error when testing against a given referral that I have processed into my test environment.
We are attempting to ‘deny’ the referral to go back to eRS. as far as i can see, i’m using my own user account to do so, however getting an error that says:
{
"meta": {
"profile": [
"https://fhir.nhs.uk/STU3/StructureDefinition/eRS-OperationOutcome-1"
]
},
"resourceType": "OperationOutcome",
"issue": [
{
"severity": "error",
"code": "business-rule",
"details": {
"coding": [
{
"code": "NO_RELATIONSHIP",
"system": "https://fhir.nhs.uk/STU3/CodeSystem/eRS-APIErrorCode-1",
"display": "No relationship"
}
]
},
"diagnostics": "No legitimate relationship with referral (000049798543)."
}
]
}
_X-Correlation-ID
BF3724B3-ED3F-476A-9AAA-ADA3D9E71243
Is this something that can be checked?
Thanks,
Chris