SNOMED CT Expression Template Language Implementation with IDE integration(s), user interface using Xtext.
See the official documentation here
- 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)
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
Please see CONTRIBUTING.md for details.
Our releases use semantic versioning. You can find a chronologically ordered list of notable changes in CHANGELOG.md.