Awesome
snomed-scg
SNOMED CT Compositional Grammar Implementation with IDE integration(s), user interface using Xtext.
Documentation
See the official documentation here
Supported versions
Building from source
SNOMED CT SCG 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.scg.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.