Hi - is the source data for https://int.api.service.nhs.uk/organisation-data-terminology-api/fhir/ different from the data in NIS1 LDAP?
The reason I ask is because we are in a process of migration and we have some processes that we are not migrating that use LDAP, and our processes, that use the ODT FHIR API.
Specifically I can see a specific GP Practice present in LDAP that gets a 404 when queried by the API - is this to be expected?
# extended LDIF
#
# LDAPv3
# base <uniqueIdentifier=D82626,ou=Organisations,o=nhs> with scope subtree
# filter: (objectclass=*)
# requesting: ALL
#
# D82626, organisations, nhs
dn: uniqueidentifier=D82626,ou=organisations,o=nhs
objectClass: nhsGPPractice
objectClass: top
objectClass: organization
l: NORFOLK
l: NORFOLK, SUFFOLK AND CAMBRIDGESHIRE STRATEGIC HA
l: THE NORTH MIDLANDS AND EAST PROGRAMME FOR IT (NMEPFIT)
nhsCountry: England
nhsDHSCcode: Y51
nhsIDCode: D82626
nhsJoinDate: 20061001
nhsOrgOpenDate: 19900601
nhsOrgSubType: GP
nhsOrgSubType: B
nhsOrgType: GP Practice
nhsOrgTypeCode: PR
nhsParentOrgCode: 5A2
nhsPCTCode: 5A2
nhsSHAcode: Q01
nhsSyntheticIndicator: 0
o: DR CM NASH'S PRACTICE
postalAddress: ASH CLOSE$HETHERSETT$$NORWICH$NORFOLK
postalCode: NR9 3RE
telephoneNumber: 01603621872
uniqueIdentifier: D82626
# search result
search: 2
result: 0 Success
# numResponses: 2
# numEntries: 1
curl -H"apikey: <redacted>" 'https://int.api.service.nhs.uk/organisation-data-terminology-api/fhir/CodeSystem/$lookup?system=https://fhir.nhs.uk/Id/ods-organization-code&code=D82626&property=*'
{
"resourceType": "OperationOutcome",
"issue": [
{
"severity": "error",
"code": "not-found",
"details": {
"text": "[74a3ade2-b104-4b7b-a9b6-208453285505]: The code D82626 (https://fhir.nhs.uk/Id/ods-organization-code:2026-06-16) was not found."
},
"diagnostics": "[74a3ade2-b104-4b7b-a9b6-208453285505]: The code D82626 (https://fhir.nhs.uk/Id/ods-organization-code:2026-06-16) was not found."
},
{
"severity": "information",
"code": "informational",
"diagnostics": "X-Request-Id: dca4e5cd-2279-4d1e-ad19-fee2af48a111"
}
]
}