Hello, my team and I are validating our application’s functionality against GPConnect for appointment booking (i.e. searching for free slots).
We have not modified our application yet our requests within the integration environment are now failing. We are making requests to:
https://GPConnect-Win1.itblab.nic.cfh.nhs.uk/gpconnect-demonstrator/v1/fhir/Slot?start=ge2025-05-07&end=le2025-05-14&searchFilter=https://fhir.nhs.uk/Id/ods-organization-code|A20047&searchFilter=https://fhir.nhs.uk/STU3/ValueSet/GPConnect-OrganisationType-1|GP Practice&status=free&_include=Slot:schedule&_include:recurse=Schedule:actor:Practitioner&_include:recurse=Schedule:actor:Location
The response we are getting is:
"data": {
"id": "58261437-0c2e-4a6f-9b74-b6510c9e1168",
"issue": [
{
"code": "transient",
"details": {
"coding": [
{
"code": "502",
"display": "ERROR_COMMUNICATING_TO_ENDPOINT_URL_https://GPConnect-Win1.itblab.nic.cfh.nhs.uk/gpconnect-demonstrator/v1/fhir/Slot",
"system": "http://fhir.nhs.net/ValueSet/gpconnect-schedule-response-code-1-0"
}
]
},
"diagnostics": "ERROR_COMMUNICATING_TO_ENDPOINT_URL_https://GPConnect-Win1.itblab.nic.cfh.nhs.uk/gpconnect-demonstrator/v1/fhir/Slot",
"severity": "error"
}
],
"resourceType": "OperationOutcome"
}
I am concerned that the integration server is offline as we’ve been experiencing this issue for the past 12 hours despite it being marked as transient.
If anyone has advise on how to check the status of this particular server, or get in contact with the specific team at GPConnect that would be very helpful