Page History
Parsing is the process of analysing a string of characters according to the rules of a formal grammar. Parsing a SNOMED CT Expression Constraint involves processing the expression constraint string using one of the ABNF syntax specifications defined in Chapter 5, and breaking it into its constituent parts. This creates a representation of the expression constraint that can be further processed. Parsing an expression constraint is required to perform syntactic validation, concept model validation or execution. It should be noted, when parsing, that all keywords in the language are case insensitive.
...
Please note, the ABNF syntax defined in this specification was tested using the APG Parser Generator
Footnote Macro |
---|
Other non-ABNF parser generators are also available which can be used with an alternate syntax representation – for example:
...