https://github.com/b2ihealthcare/snomed-ecl
SNOMED CT Expression Constrant Language Implementation
https://github.com/b2ihealthcare/snomed-ecl
ecl snomed xtext
Last synced: 5 months ago
JSON representation
SNOMED CT Expression Constrant Language Implementation
- Host: GitHub
- URL: https://github.com/b2ihealthcare/snomed-ecl
- Owner: b2ihealthcare
- License: apache-2.0
- Created: 2021-02-12T09:25:36.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T15:26:28.000Z (over 1 year ago)
- Last Synced: 2025-05-13T09:08:18.602Z (about 1 year ago)
- Topics: ecl, snomed, xtext
- Language: Java
- Homepage:
- Size: 6.07 MB
- Stars: 6
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# snomed-ecl
SNOMED CT Expression Constraint Language Implementation with IDE integration(s), user interface using Xtext.
[](https://github.com/b2ihealthcare/snomed-ecl/actions)
[](https://github.com/b2ihealthcare/snomed-ecl/releases/tag/v2.1.4)
[](https://github.com/b2ihealthcare/snomed-ecl/blob/main/LICENSE)
# Documentation
See the official documentation [here](http://snomed.org/ecl)
# 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](CONTRIBUTING.md) for details.
# Versioning
Our [releases](https://github.com/b2ihealthcare/snomed-ecl/releases) use [semantic versioning](http://semver.org). You can find a chronologically ordered list of notable changes in [CHANGELOG.md](CHANGELOG.md).