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

Clinical Quality Language Specification, published by Clinical Decision Support WG. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/cql/ and changes regularly. See the Directory of published versions

CodeSystem: CQL Message Source Codes

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

Codes for the source of messages returned by applications that process Clinical Quality Language, indicating generally where the message originated, as well as who or what might be able to potentially address the issue.

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-source-codes defines the following codes:

CodeDisplayDefinition
content Content The message is associated with content, such as input values. Content messages can typically be addressed by correcting the input value.
application Application The message is associated with the application, such as an unexpected situation in application processing. Application messages typically need to be addressed by the application developer.
system System The message is associated with the system or infrastructure, such as internal translator or engine errors. System messages typically need to be addressed by infrastructure developers.
environment Environment The message is associated with the overall operating environment, such as network timeouts, or memory or disk space issues. Environment messages typically need to be addressed by a system administrator.