This is an easy-to-use tutorial for accessing West Coast Informatics Terminology Server APIs.
Reference deployments
For testing against "https://termserver.westcoastinformatics.com", request a 30-day token from info@westcoastinformatics.com that can be used for Authentication bearer tokens.
For testing against "https://snomed.westcoastinformatics.com", no Authentication headers are required.
The following cases will be used to demonstrate accessing the West Coast Informatics Terminology Server API
- login
- Get terminologies
- Get concept by code
- Get concept relationships by code
- Find concepts by search term (use paging to get only first 5 results)
- Get concept subtree
- API Documentation
- Terminology Server Documentation - https://wci-wiki.atlassian.net/wiki/spaces/TSV2
- Additional Documentation
- Data Loading Documentation
- 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
See the included LICENSE
file for details.