were developing some health check within our application,
we noted that for sandbox pds fhir the endpoint /personal-demographics/FHIR/R4/_health
resulted with a health check, for example:
{
"status": "pass",
"ping": "pong",
"version": {
"build_label": "192733-sha9d19610e",
"apigee_base_uri": "https://sandbox.api.service.nhs.uk/personal-demographics/FHIR/R4",
"version": "v1.2.2259-beta",
"releaseId": "192737",
"commitId": "9d19610e78f961afe699ecd9d099965992d11bed"
}
}
but seems like for integration environment were getting a 404 not found
with an html body:
<html>
<title>404: Not Found</title>
<body>404: Not Found</body>
</html>
is there a different endpoint for the health check in int?
Thanks