NICTA t3as UMLS CUI to SNOMED CT Lookup

A simple tool to look up UMLS CUI codes to SNOMED CT codes.

License

License

GroupId

GroupId

org.t3as
ArtifactId

ArtifactId

snomedct-lookup
Last Version

Last Version

1.3.4
Release Date

Release Date

Type

Type

jar
Description

Description

NICTA t3as UMLS CUI to SNOMED CT Lookup
A simple tool to look up UMLS CUI codes to SNOMED CT codes.
Project URL

Project URL

https://github.com/NICTA/t3as-snomedct-service/tree/master/snomedct-lookup
Project Organization

Project Organization

NICTA
Source Code Management

Source Code Management

https://github.com/NICTA/t3as-snomedct-service

Download snomedct-lookup

How to add to project

<!-- https://jarcasting.com/artifacts/org.t3as/snomedct-lookup/ -->
<dependency>
    <groupId>org.t3as</groupId>
    <artifactId>snomedct-lookup</artifactId>
    <version>1.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.t3as/snomedct-lookup/
implementation 'org.t3as:snomedct-lookup:1.3.4'
// https://jarcasting.com/artifacts/org.t3as/snomedct-lookup/
implementation ("org.t3as:snomedct-lookup:1.3.4")
'org.t3as:snomedct-lookup:jar:1.3.4'
<dependency org="org.t3as" name="snomedct-lookup" rev="1.3.4">
  <artifact name="snomedct-lookup" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.t3as', module='snomedct-lookup', version='1.3.4')
)
libraryDependencies += "org.t3as" % "snomedct-lookup" % "1.3.4"
[org.t3as/snomedct-lookup "1.3.4"]

Dependencies

compile (4)

Group / Artifact Type Version
org.t3as : snomed-coder-common jar 1.3.4
com.beust : jcommander jar 1.35
com.h2database : h2 jar 1.3.175
com.google.guava : guava jar 17.0

test (2)

Group / Artifact Type Version
org.testng : testng jar 6.8.8
com.little-fluffy-clouds : testng-system-out-printer jar 0.1

Project Modules

There are no modules declared in this project.

NICTA t3as SNOMED CT Coder Web Service

This project contains a web service, and associated tools and services, for analysing some free text and returning matching SNOMED CT codes. To do this it makes use of NLM MetaMap and NLM UMLS.

This project is funded by National ICT Australia (NICTA), and is developed by the Text Analytics as a Service (t3as) team. We run a demo of this service at:

http://snomedct.t3as.org/

Parts of this project are also available on Maven Central under the org.t3as group id:

http://search.maven.org/#search%7Cga%7C1%7Corg.t3as

License

Copyright (c) 2014, National ICT Australia All rights reserved.

This software is under the GPL version 3. Please see the license file LICENSE.txt

Alternative licensing can be arranged, please contact us.

Sub-projects

These are the subprojects:

  1. MetaMap Tagger
  2. Service Common Classes
  3. SNOMED CT Lookup
  4. SNOMED CT Coder Web Service
  5. SNOMED CT Coder Web User Interface
  6. SNOMED CT service Java REST client

Installation

For operation of the web service the MetaMap Tagger, SNOMED CT Lookup, and the SNOMED CT Coder Web Service projects must be installed and configured. The SNOMED CT Coder Web User Interface project is optional.

Building

Simply run Maven without arguments in the top level directory:

mvn

This downloads all Java dependencies and builds all of the subprojects. (NLM MetaMap and UMLS are external dependencies that you will have to install manually, see subprojects.) Two WAR files are generated, one in snomed-coder-web/target/, and another in snomed-coder-ui-web/target/ (optional). Please also see the installation instructions for the MetaMap Tagger and the SNOMED CT Lookup projects, as these are required for proper operation.

org.t3as

NICTA (Data61)

Versions

Version
1.3.4
1.3.3
1.2.0
1.1.3