Clinical Quality Language Specification
2.0.0-ballot - R2 STU 1 (Ballot)

This page is part of the Clinical Quality Language Specification (v2.0.0-ballot: R2 STU 1) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.5.3. For a full list of available versions, see the Directory of published versions

CodeSystem: CQL Message Category Codes

Official URL: http://cql.hl7.org/CodeSystem/cql-message-category-codes Version: 2.0.0-ballot
Standards status: Trial-use Maturity Level: 2 Computable Name: CQLMessageCategoryCodes

Codes for categorization of messages returned by applications that process Clinical Quality Language, whether as part of authoring or evaluating.

This Code system is referenced in the content logical definition of the following value sets:

This case-sensitive code system http://cql.hl7.org/CodeSystem/cql-message-category-codes defines the following codes in a Is-A hierarchy:

LvlCodeDisplayDefinition
1 compile-time Compile-Time The message is associated with compile-time (or authoring) processing, such as a lexical, syntactic, or semantic error.
2   lexical Lexical The message is associated with lexical processing, such as an invalid token.
2   syntax Syntax The message is associated with syntactic processing of CQL, such as an unexpected keyword.
2   semantic Semantic The message is associated with semantic processing of CQL, such as an unresolvable function call.
1 run-time Run-Time The message is associated with run-time (or evaluation) processing of CQL, such as a duplicate value.