Awesome
snomed-ecl
SNOMED CT Expression Constraint Language Implementation with IDE integration(s), user interface using Xtext.
Documentation
See the official documentation here
Supported versions
- https://github.com/b2ihealthcare/snomed-ecl/releases/tag/v2.2.0 - ECL 2.2
- https://github.com/b2ihealthcare/snomed-ecl/releases/tag/v2.1.4 - ECL 2.1
- https://github.com/b2ihealthcare/snomed-ecl/releases/tag/v2.0.4 - ECL 2.0
- https://github.com/b2ihealthcare/snomed-ecl/releases/tag/v1.6.0 - ECL 1.6
- https://github.com/b2ihealthcare/snomed-ecl/releases/tag/v1.5.2 - ECL 1.5
- https://github.com/b2ihealthcare/snomed-ecl/releases/tag/v1.4.3 - ECL 1.4
- https://github.com/b2ihealthcare/snomed-ecl/releases/tag/v1.3.0 - ECL 1.3
Building from source
SNOMED CT ECL 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.ecl.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.