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

: CQL Message Severity Codes - XML Representation

Page standards status: Trial-use Maturity Level: 2

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="cql-message-severity-codes"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem cql-message-severity-codes</b></p><a name="cql-message-severity-codes"> </a><a name="hccql-message-severity-codes"> </a><p>This case-sensitive code system <code>http://cql.hl7.org/CodeSystem/cql-message-severity-codes</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style="white-space:nowrap">info<a name="cql-message-severity-codes-info"> </a></td><td>Info</td><td>The message is informational and is expected to be made available in some way to the calling environment, but does not indicate any particular problem or issue that must be addressed.</td></tr><tr><td style="white-space:nowrap">warning<a name="cql-message-severity-codes-warning"> </a></td><td>Warning</td><td>The message is a warning that is expected to be made conspicuously available to the calling environment, potentially to the end-user of the logic, and indicates that there is a problem or issue that should be addressed, but does not necessarily need to stop processing.</td></tr><tr><td style="white-space:nowrap">error<a name="cql-message-severity-codes-error"> </a></td><td>Error</td><td>The message is an error that must be made available to the calling environment, and indicates that there is a problem or issue of sufficient severity that at least some processing cannot be completed until the issue is addressed.</td></tr><tr><td style="white-space:nowrap">fatal<a name="cql-message-severity-codes-fatal"> </a></td><td>Fatal</td><td>The message is a fatal situation that must be made available to the calling environment, and indicates that there is a significant problem or issue that stopped processing completely. No further processing can be completed until the issue is addressed.</td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="cds"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="trial-use"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="2"/>
  </extension>
  <url value="http://cql.hl7.org/CodeSystem/cql-message-severity-codes"/>
  <version value="2.0.0-ballot"/>
  <name value="CQLMessageSeverityCodes"/>
  <title value="CQL Message Severity Codes"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2025-08-09T08:02:05+10:00"/>
  <publisher value="Clinical Decision Support WG"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/dss/index.cfm"/>
    </telecom>
  </contact>
  <description
               value="Codes for severity of messages returned by applications that process Clinical Quality Language, indicating what level of processing should occur for the message."/>
  <caseSensitive value="true"/>
  <valueSet value="http://cql.hl7.org/ValueSet/cql-message-severity"/>
  <content value="complete"/>
  <concept>
    <code value="info"/>
    <display value="Info"/>
    <definition
                value="The message is informational and is expected to be made available in some way to the calling environment, but does not indicate any particular problem or issue that must be addressed."/>
  </concept>
  <concept>
    <code value="warning"/>
    <display value="Warning"/>
    <definition
                value="The message is a warning that is expected to be made conspicuously available to the calling environment, potentially to the end-user of the logic, and indicates that there is a problem or issue that should be addressed, but does not necessarily need to stop processing."/>
  </concept>
  <concept>
    <code value="error"/>
    <display value="Error"/>
    <definition
                value="The message is an error that must be made available to the calling environment, and indicates that there is a problem or issue of sufficient severity that at least some processing cannot be completed until the issue is addressed."/>
  </concept>
  <concept>
    <code value="fatal"/>
    <display value="Fatal"/>
    <definition
                value="The message is a fatal situation that must be made available to the calling environment, and indicates that there is a significant problem or issue that stopped processing completely. No further processing can be completed until the issue is addressed."/>
  </concept>
</CodeSystem>