Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 741 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 741 Bytes

SNOMED Compositional Grammar Parser

An open source Java library for parsing SNOMED Post-Coordinated expressions written in SNOMED Compositional Grammar.

For more information about SNOMED Compositional Grammar

Capabilities

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

Example

For code examples see unit tests