Skip to content

BBMRI-ERIC/icd-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maven CI/CD pipeline

ICD Validator

A simple Java library for validating ICD codes.

Status

Currently only supports validation of ICD-10 codes

Installation

To use with Maven add the following dependency to your pom.xml

<dependency>
    <groupId>eu.bbmri-eric</groupId>
    <artifactId>icd-validator</artifactId>
    <version>1.0.0</version>
</dependency>

Usage

ICDValidator validator = new ICD10Validator();
validator.isValid("B18.0");

About

A simple Java library for validating ICD codes.

Resources

License

Stars

Watchers

Forks

Languages