snp

Symantic Normalization Prototype: A simple proof of concept of ingesting and processing Health Ontologies into a mongoDB instance.

License

License

TBD
GroupId

GroupId

com.github.jlgrock.snp
ArtifactId

ArtifactId

snp
Last Version

Last Version

0.3
Release Date

Release Date

Type

Type

pom
Description

Description

snp
Symantic Normalization Prototype: A simple proof of concept of ingesting and processing Health Ontologies into a mongoDB instance.
Project URL

Project URL

https://github.com/jlgrock/snp-prototype
Source Code Management

Source Code Management

http://github.com/jlgrock/snp-prototype

Download snp

Filename Size
snp-0.3.pom 20 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.jlgrock.snp/snp/ -->
<dependency>
    <groupId>com.github.jlgrock.snp</groupId>
    <artifactId>snp</artifactId>
    <version>0.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jlgrock.snp/snp/
implementation 'com.github.jlgrock.snp:snp:0.3'
// https://jarcasting.com/artifacts/com.github.jlgrock.snp/snp/
implementation ("com.github.jlgrock.snp:snp:0.3")
'com.github.jlgrock.snp:snp:pom:0.3'
<dependency org="com.github.jlgrock.snp" name="snp" rev="0.3">
  <artifact name="snp" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jlgrock.snp', module='snp', version='0.3')
)
libraryDependencies += "com.github.jlgrock.snp" % "snp" % "0.3"
[com.github.jlgrock.snp/snp "0.3"]

Dependencies

compile (6)

Group / Artifact Type Version
com.google.guava : guava jar 18.0
org.glassfish.hk2 : hk2 jar 2.4.0-b16
org.slf4j : slf4j-api jar 1.7.9
org.aspectj : aspectjrt jar 1.8.6
org.aspectj : aspectjweaver jar 1.8.6
org.aspectj : aspectjtools jar 1.8.6

test (8)

Group / Artifact Type Version
org.testng : testng jar 6.8.21
org.mockito : mockito-all jar 1.10.8
org.glassfish.hk2 : hk2-testng jar 2.4.0-b16
cglib : cglib-nodep jar 3.1
org.objenesis : objenesis jar 2.1
org.hamcrest : hamcrest-core jar 1.3
org.spockframework : spock-core jar 1.0-groovy-2.4
org.codehaus.groovy : groovy-all jar 2.4.4

Project Modules

  • aop
  • apis
  • classifier
  • domain
  • fhir
  • lego
  • defaultconfig
  • web

Build Status

SN Prototype - Semantic Normalization Prototype

A simple proof of concept of ingesting and processing Health Ontologies into a mongoDB instance. The data included is not accurate, nor representative of the actual data stored in different Health organizations.

For more details and the documentation for this program, please visit the wiki at https://github.com/jlgrock/snp-prototype/wiki

Versions

Version
0.3
0.2
0.1