Medical classification and terminology systems library for Java 1.8
The following classification and terminologies are currently supported by medicats
SGB-V 1.3, SGB-V 2.0, GM 2004, GM 2005, GM 2006, GM 2007, GM 2008, GM 2009, GM 2010, GM 2011, GM 2012, GM 2013, GM 2014, GM 2015, GM 2016, GM 2017, GM 2018, GM 2019, GM 2020
SGB-V 2.0, SGB-V, 2.1, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020
2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020
medicats is open source under the Apache License - Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
Checkout medicats-parent and run maven install using maven version >= 3 (https://maven.apache.org):
mvn install
In order to run tests during the build or use this library at runtime you need to download additional zip-files from http://www.dimdi.de and place them in a folder defined by the java system property "dimdi.files.path". Do not unpack or modify the downloaded zip-files. The default value for this property is "dimdi". The property can be changed via runtime flag or source code:
java -Ddimdi.files.path="special/folder" -jar foo.jar
System.setProperty("dimdi.files.path", "special/folder");
import de.gecko.medicats.icd10.IcdNode;
import de.gecko.medicats.icd10.IcdNodeFactory;
import de.gecko.medicats.icd10.IcdNodeWalker;
import de.gecko.medicats.icd10.IcdService;
public class Example
{
public static void main(String[] args)
{
IcdService icdService = IcdService.getService();
IcdNodeFactory nodeFactory = icdService.getNodeFactory("icd10gm2015");
IcdNodeWalker nodeWalker = nodeFactory.createNodeWalker();
IcdNode dilatedCardiomyopathy = nodeWalker.getNodeByCode("I42.0");
}
}
A current version of the medicats webservice (module medicats-web) can be accessed at: https://medicats.gecko.hs-heilbronn.de
In case download links don't work, see https://www.dimdi.de/dynamic/de/klassifikationen/downloads/ for the latest.
- https://www.dimdi.de/dynamic/.downloads/klassifikationen/icd-10-gm/version2020/icd10gm2020syst-claml.zip
- https://www.dimdi.de/dynamic/.downloads/klassifikationen/icd-10-gm/version2020/icd10gm2020syst-ueberl.zip