Awesome
snomed-etl
SNOMED CT Expression Template Language Implementation with IDE integration(s), user interface using Xtext.
Documentation
See the official documentation here
Supported versions
- https://github.com/b2ihealthcare/snomed-etl/releases/tag/v1.4.0 - ETL 1.4.0 (based on ECL 2.2)
- https://github.com/b2ihealthcare/snomed-etl/releases/tag/v1.3.9 - ETL 1.3.9 (based on ECL 2.1)
- https://github.com/b2ihealthcare/snomed-etl/releases/tag/v1.2.0 - ETL 1.2.0 (based on ECL 1.5)
- https://github.com/b2ihealthcare/snomed-etl/releases/tag/v1.0.0 - ETL 1.0.0 (based on ECL 1.4)
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.