Skip to content

b2ihealthcare/snomed-etl

Repository files navigation

snomed-etl

SNOMED CT Expression Template Language Implementation with IDE integration(s), user interface using Xtext.

build status latest release GitHub

Documentation

See the official documentation here

Supported versions

Building from source

SNOMED CT ETL uses Maven for its build system. In order to run the build and create a p2 update site and the maven packages simply run the following command in the cloned directory.

./mvnw clean package

The packages can be found in the com.b2international.snomed.etl.update/target folder, when the build is complete.

To run the test cases, use the following command:

./mvnw clean verify

Contributing

Please see CONTRIBUTING.md for details.

Versioning

Our releases use semantic versioning. You can find a chronologically ordered list of notable changes in CHANGELOG.md.