This is an easy-to-use tutorial for accessing SNOMED APIs within 5 min using the SNOMED International terminology server, Snowstorm.
The examples in this repository use the Snowstorm native API and although this API is open source it is tool-specific rather than part of a standard.
If possible it's better to use a Terminology Server with a FHIR API because that is an open standard, supported by many server and client implementations in many programming langauges and libraries! Find the FHIR API of the public Snowstorm server here (for non-production use only): https://snowstorm.ihtsdotools.org/fhir
Other terminology servers are available.
-
top-level: aggregator for sub-modules (alphabetically):
- android-client-snomed-browser: examples for use in an Android client
- csharp-examples: examples with csharp (.net)
- curl-examples: examples with curl
- java-examples: examples with java
- javascript-examples: examples with javascript
- model: JAXB-enabled classes for representing the RF2 domain model
- php-examples: examples with php
- python3-examples: examples with python
- rest-client: a Java client for the REST services
- rest-client-csharp: a CSharp client for the REST services
- ruby-examples: examples with Ruby based on the Python examples
- go-examples: examples with golang
The following examples will be used to demonstrate accessing the SNOMED API through CSharp, Javascript, Curl, and Java (using Jersey).
- Find a concept by a string (e.g. "heart attack")
- Find/get a concept by a description SCTID (e.g. "679406011")
- Find/get a concept by a concept SCTID (e.g. "109152007")
- Find a concept by a string (e.g. "heart") but only in the Procedures semantic tag
All of the examples use a hard coded URL, edition name, and version number which point to a server hosted by SNOMED International (www.snomed.org). These are the APIs that back the SNOMED International browser (https://browser.ihtsdotools.org)
The following examples are out of date and need updating to wokr with Snowstorm. All contributions welcome!
Find comprehensive documentation here: TBD
- SNOMED International SNOMED CT browser: http://browser.ihtsdotools.org
- Snowstorm SNOMED CT Terminology Server: https://github.com/IHTSDO/snowstorm (REST documentation here https://browser.ihtsdotools.org/snowstorm/snomed-ct/)
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
- Brian Carlsen
- Alejandro Lopez Osornio
- Jesse Efron
- Philip Wilford
- Omid Mavadati
- Ahmed Mohamed
- Kai Kewley
- Other Contributors
Apache 2.0
See the included LICENSE file for details.
- 'supporting registration for a British GP' (i.e. searching within the GP/FP reference set & the UK language reference set)
- 'deriving ICD-10 codes from registered SNOMED concepts (i.e. retrieving all entries of a SNOMED-concept from the ICD-10 extended mapping reference set)