Intersection of http://cql.hl7.org/CodeSystem/cql-message-codes and http://cql.hl7.org/CodeSystem/cql-message-codes

This is the CodeSystem that contains codes in both CQL Message Codes (http://cql.hl7.org/CodeSystem/cql-message-codes) and CQL Message Codes (http://cql.hl7.org/CodeSystem/cql-message-codes).

Structure

Generated Narrative: CodeSystem a595b82b-7fb6-4649-9e90-b8df3d75e4cb-9

Properties

This code system defines the following properties for its concepts

NameCodeURITypeDescriptionValue Set
Categorycategoryhttp://cql.hl7.org/CodeSystem/cql-message-characteristic-codes#categorycodeThe language area, possible values are codes in the [CQL Message Category Codes](CodeSystem-cql-message-category-codes.html) code systemCQL Message Category
Severityseverityhttp://cql.hl7.org/CodeSystem/cql-message-characteristic-codes#severitycodeSeverity of the issue, possible values are codes in the [CQL Message Severity Codes](CodeSystem-cql-message-severity-codes.html) code systemCQL Message Severity
Sourcesourcehttp://cql.hl7.org/CodeSystem/cql-message-characteristic-codes#sourcecodeThe source of the issue, providing information about where the issue is originating and how it might be addressed, possible values are codes in the [CQL Message Source Codes](CodeSystem-cql-message-source-codes.html) code systemCQL Message Source
Example Messageexamplehttp://cql.hl7.org/CodeSystem/cql-message-characteristic-codes#examplestringAn example message providing a sample of what kinds of actual messages will be returned with this code.
Notesnoteshttp://cql.hl7.org/CodeSystem/cql-message-characteristic-codes#notesstringNotes about the message, especially how to address the issue being identified
Specification Linkspec-linkhttp://cql.hl7.org/CodeSystem/cql-message-characteristic-codes#spec-linkstringA URL to the point in the specification where this message is defined
Categorycategoryhttp://cql.hl7.org/CodeSystem/cql-message-characteristic-codes#categorycodeThe language area, possible values are codes in the [CQL Message Category Codes](CodeSystem-cql-message-category-codes.html) code systemCQL Message Category
Severityseverityhttp://cql.hl7.org/CodeSystem/cql-message-characteristic-codes#severitycodeSeverity of the issue, possible values are codes in the [CQL Message Severity Codes](CodeSystem-cql-message-severity-codes.html) code systemCQL Message Severity
Sourcesourcehttp://cql.hl7.org/CodeSystem/cql-message-characteristic-codes#sourcecodeThe source of the issue, providing information about where the issue is originating and how it might be addressed, possible values are codes in the [CQL Message Source Codes](CodeSystem-cql-message-source-codes.html) code systemCQL Message Source
Example Messageexamplehttp://cql.hl7.org/CodeSystem/cql-message-characteristic-codes#examplestringAn example message providing a sample of what kinds of actual messages will be returned with this code.
Notesnoteshttp://cql.hl7.org/CodeSystem/cql-message-characteristic-codes#notesstringNotes about the message, especially how to address the issue being identified
Specification Linkspec-linkhttp://cql.hl7.org/CodeSystem/cql-message-characteristic-codes#spec-linkstringA URL to the point in the specification where this message is defined

Concepts

This code system http://hl7.org/fhir/comparison/CodeSystem/a595b82b-7fb6-4649-9e90-b8df3d75e4cb-9 defines codes, but no codes are represented here

CodeDisplayDefinitionCategorySeveritySourceExample MessageNotesSpecification LinkCategorySeveritySourceExample MessageNotesSpecification Link
000-00000 InternalInternal translator errorcompile-time, compile-timeerror, errorcontent, contentInternal translator error, Internal translator errorThis message code typically indicates an unexpected error was encountered while attempting to compile CQL., This message code typically indicates an unexpected error was encountered while attempting to compile CQL.20-m-messages.html#messages, 20-m-messages.html#messagescompile-time, compile-timeerror, errorcontent, contentInternal translator error, Internal translator errorThis message code typically indicates an unexpected error was encountered while attempting to compile CQL., This message code typically indicates an unexpected error was encountered while attempting to compile CQL.20-m-messages.html#messages, 20-m-messages.html#messages
001-00000 LexicalLexical errorlexical, lexicalerror, errorcontent, contentLexical error, Lexical errorThis is a general message code for lexical errors encountered while processing CQL. The actual message will typically contain more detailed information about the issue and how to address it., This is a general message code for lexical errors encountered while processing CQL. The actual message will typically contain more detailed information about the issue and how to address it.20-m-messages.html#messages, 20-m-messages.html#messageslexical, lexicalerror, errorcontent, contentLexical error, Lexical errorThis is a general message code for lexical errors encountered while processing CQL. The actual message will typically contain more detailed information about the issue and how to address it., This is a general message code for lexical errors encountered while processing CQL. The actual message will typically contain more detailed information about the issue and how to address it.20-m-messages.html#messages, 20-m-messages.html#messages
002-00000 SyntaxSyntax errorsyntax, syntaxerror, errorcontent, contentSyntax error, Syntax errorThis is a general message code for syntax errors encountered while processing CQL. The actual message will typically contain more detailed information about the issue and how to address it., This is a general message code for syntax errors encountered while processing CQL. The actual message will typically contain more detailed information about the issue and how to address it.20-m-messages.html#messages, 20-m-messages.html#messagessyntax, syntaxerror, errorcontent, contentSyntax error, Syntax errorThis is a general message code for syntax errors encountered while processing CQL. The actual message will typically contain more detailed information about the issue and how to address it., This is a general message code for syntax errors encountered while processing CQL. The actual message will typically contain more detailed information about the issue and how to address it.20-m-messages.html#messages, 20-m-messages.html#messages
003-00000 SemanticSemantic errorsemantic, semanticerror, errorcontent, contentSemantic error, Semantic errorThis is a general message code for semantic errors encountered while processing CQL. The actual message will typically contain more detailed information about the issue and how to address it., This is a general message code for semantic errors encountered while processing CQL. The actual message will typically contain more detailed information about the issue and how to address it.20-m-messages.html#messages, 20-m-messages.html#messagessemantic, semanticerror, errorcontent, contentSemantic error, Semantic errorThis is a general message code for semantic errors encountered while processing CQL. The actual message will typically contain more detailed information about the issue and how to address it., This is a general message code for semantic errors encountered while processing CQL. The actual message will typically contain more detailed information about the issue and how to address it.20-m-messages.html#messages, 20-m-messages.html#messages
003-10000 Conditional expression resulted in a choice typeIndicates that a conditional expression resulted in a choice type when none of the branches of the conditional were choice types. This can indicate a mistake and should be reviewed.semantic, semanticwarning, warningcontent, contentConditional expression resulted in a choice type `Choice<Boolean, List<Integer>`, Conditional expression resulted in a choice type `Choice<Boolean, List<Integer>`This message may be suppressed with the @suppressWarning tag, This message may be suppressed with the @suppressWarning tag03-developersguide.html#type-inference-of-conditional-expressions, 03-developersguide.html#type-inference-of-conditional-expressionssemantic, semanticwarning, warningcontent, contentConditional expression resulted in a choice type `Choice<Boolean, List<Integer>`, Conditional expression resulted in a choice type `Choice<Boolean, List<Integer>`This message may be suppressed with the @suppressWarning tag, This message may be suppressed with the @suppressWarning tag03-developersguide.html#type-inference-of-conditional-expressions, 03-developersguide.html#type-inference-of-conditional-expressions
100-00000 Run-timeRuntime errorrun-time, run-timeerror, errorcontent, contentRun-time error, Run-time errorThis is a general message code for run-time errors encountered while attempting to evaluate CQL. The actual message will typically contain more detailed information about the issue and how to address it., This is a general message code for run-time errors encountered while attempting to evaluate CQL. The actual message will typically contain more detailed information about the issue and how to address it.20-m-messages.html#messages, 20-m-messages.html#messagesrun-time, run-timeerror, errorcontent, contentRun-time error, Run-time errorThis is a general message code for run-time errors encountered while attempting to evaluate CQL. The actual message will typically contain more detailed information about the issue and how to address it., This is a general message code for run-time errors encountered while attempting to evaluate CQL. The actual message will typically contain more detailed information about the issue and how to address it.20-m-messages.html#messages, 20-m-messages.html#messages