Test data for Application Restricted Access to PDS FHIR API

Hello developers,
I am currently trying to search for patient against your Integration Test Environment, and I keep getting the following response:

GET: https://int.api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/9000000009
{
“issue”: [
{
“code”: “not-found”,
“details”: {
“coding”: [
{
“code”: “RESOURCE_NOT_FOUND”,
“display”: “Resource not found”,
“system”: “https://fhir.nhs.uk/R4/CodeSystem/Spine-ErrorOrWarningCode”,
“version”: “1”
}
]
},
“severity”: “information”
}
],
“resourceType”: “OperationOutcome”
}
I believe it could be due to the fact the ID I am using doesn’t exist, if possible please can you provide me with some test patients for this environment?

Hi Ayo!

For a full list of test data in int for the PDS API please see - here

If you’re still seeing issues let us know :slight_smile:

1 Like