-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Semantic tags? #634
Comments
It's fine to use the public browser server for testing and development but it's not for production use. Snowstorm Demo Server FHIR examples:
You can get much better performance from the unofficial Snowstorm Lite demo server:
For production you must deploy your own FHIR server. Snowstorm, Snowstorm Lite or other FHIR servers can be used . |
This is the equivalent using the somewhat blunt "semantic tag filter" with the Snowstorm SNOMED API, which is really intended for the browser rather than integration with applications: https://browser.ihtsdotools.org/snowstorm/snomed-ct/browser/MAIN/2024-10-01/descriptions?term=nail&active=true&semanticTags=body%20structure&conceptActive=true&groupByConcept=true&searchMode=STANDARD&offset=0&limit=20 The search results start in the Notice in this API call it's necessary to pick a release branch like |
In the SNOMED CT Browser I can limit my results to particular
semanticTags
like so:I see this results in an API call to
https://browser.ihtsdotools.org/snowstorm/snomed-ct/browser/MAIN/2024-10-01/descriptions?&limit=100&term=nail&active=true&conceptActive=true&lang=english&semanticTags=body%20structure&groupByConcept=true
How do I achieve the same result via the snowstorm API? I want to limit results to "body structure". I seem to get quite good results by just adding "body structure" to the
term
but I want to be sure to absolutely limit my results to body structures.Thanks so much in advance!
The text was updated successfully, but these errors were encountered: