_________ ____ __.__________ __ \_ ___ \| |/ _|\______ \ \ \ ______ / \ \/| < | | _/ ______ \ \ /_____/ \ \___| | \ | | \ /_____/ / / \______ /____|__ \ |______ / /_/ \/ \/ \/
Providing clinical decision support requires some formal way of representing clinical knowledge and complex algorithms for sophisticated inference. ckblib is a java library to facilitate knowledge extraction, annotation and representation as a Neo4J graph. These knowledge graphs can be visualized in a semantically enriched way that we call ClinGraph (see above). ckblib consists of four modules:
<dependency>
<groupId>com.canehealth.ckblib</groupId>
<artifactId>library</artifactId>
<version>${latest-version-from-releases-tab}</version>
</dependency>
<dependency>
<groupId>com.canehealth.ckblib</groupId>
<artifactId>qtakes</artifactId>
<version>${latest-version-from-releases-tab}</version>
</dependency>
<dependency>
<groupId>com.canehealth.ckblib</groupId>
<artifactId>graph</artifactId>
<version>${latest-version-from-releases-tab}</version>
</dependency>
<dependency>
<groupId>com.canehealth.ckblib</groupId>
<artifactId>umls</artifactId>
<version>${latest-version-from-releases-tab}</version>
</dependency>