Has anyone tried the postman examples for the FHIR terminology server?
Specifically searching SNOMED codes - there doesn’t appear to be any snomed terms populated, so impossible to test.
Hi @craig.aistrop2 I reached out to the team who own this API, due to their service support agreement, they’ve asked if you would be able to drop them an email @information.standards@nhs.net
Hope this helps, I’ll leave the thread open for others to add their experience of this particular function - do let us know how you get on with direct support from the team though
I’ve not used the postman examples but have used postman to query the onto server.
Which queries are you interested in, I may be able to help.
This is a bit of a ‘hack’ but if you log into Shrimp
Shrimp/ SNOMED CT Browser
Turn on developer tools in your browser, you should the queries that it uses with the onto server
For SNOMED searches I use these parameters on the $expand endpoint
url = http://snomed.info/sct?fhir_vs
inclueDesignations=true
count=50
filter={searchTerm}
I am interested in checking the Terminology server in Postman. Where can i find it out?
LInk to postman collection is on this page Developer launchpad - NHS Digital
You will also need to get a system to system account which is described on this page
Thanks a lot Kevin.
But presumably, that is a bug if snomed code did not work.