Hi,
More of an FYI, than a question.
The response bundle for a PractitionerRole search has a malformed URL.
"fullUrl": "https://int.api.service.nhs.uk/healthcare-workerPractitionerRole/555085026102"
The above PractitionerRole.fullUrl appears to be missing a / between healthcare-worker and PractitionerRole.
The abridged response:
{
"resourceType": "Bundle",
...
"entry": [
...
{
"search": {
"mode": "match"
},
"resource": {
"resourceType": "PractitionerRole",
"id": "555085026102",
"identifier": [
{
"system": "https://fhir.nhs.uk/Id/sds-role-profile-id",
"value": "555085026102"
}
],
...
"fullUrl": "https://int.api.service.nhs.uk/healthcare-workerPractitionerRole/555085026102"
},
{
"search": {
"mode": "match"
},
"resource": {
"resourceType": "PractitionerRole",
"id": "555083478104",
"identifier": [
{
"system": "https://fhir.nhs.uk/Id/sds-role-profile-id",
"value": "555083478104"
}
],
...
"fullUrl": "https://int.api.service.nhs.uk/healthcare-workerPractitionerRole/555083478104"
},
...
]
}
Thanks,
David