Skip to content

cristinacivili-work/snomed-ecl-parser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SNOMED CT Expression Constraint Language Parser

An Open Source Java library for parsing ECL, a SNOMED CT domain specific language.

ANTLR4 Grammar

The official SNOMED International ABNF syntax definition for ECL has been converted to ANTLR4 in order to generate tooling support.

Capabilities

  • Validate the syntax of ECL
  • Convert valid ECL into Java objects for further processing
    • The object factory can be extended in order to have the ECL Java objects instantiated using your own classes.

Example

For code examples see unit tests.

About

SNOMED CT Expression Constraint Language Parser

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 83.0%
  • ANTLR 17.0%