SNOMED in 5 minutes

This is an easy-to-use tutorial for accessing SNOMED APIs within 5 minutes with some example code, for developers to see how to interact with SNOMED CT

View the Project on GitHub IHTSDO/SNOMED-in-5-minutes

SNOMED In 5 Minutes

This is an easy-to-use tutorial for accessing SNOMED APIs within 5 min.

Table of Contents

  1. Project Structure
  2. Examples
  3. Resources
  4. Contributing
  5. License

Project Structure

Examples

The following examples will be used to demonstrate accessing the SNOMED API through Javascript, Curl, and Java (using Jersey).

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 to the SNOMED CT browser (http://browser.ihtsdotools.org)

Back to top

C# (.net)

Java

Javascript

Curl

Python

Back to top

Further Documentation

Find comprehensive documentation here: TBD

Resources

Back to top

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

Back to top

Current Contributors

Back to top

License

See the included LICENSE.txt file.

Back to top