Home  |  About us  |  Contact us
 
SNOMED CT API for Apache Derby

Posted 9/22/2008

Here's a REALLY simple API for access to SNOMED CT along with a loader that runs on Apache Derby. All the basic concept information is loaded into memory along with the ISA graph. So checking for ISA subsumption (not full definitional subsumption) is pretty fast. Derby is very nice for experimental programming since you only need a jar file to use the embedded driver.

You'll need to get the SNOMED CT data independently. It's available from the NLM here.

You can browse the Javadoc here.

This software is made available under the terms of the GNU General Public License v3.0 available at http://www.gnu.org/licenses/gpl.html
The download is here. There is a sample config file, the Derby JDBC driver, and a sample bat file.

Release notes:

Version 0.01

Initial release.