FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/cql-message-severity-codes

Packagehl7.cql
Resource TypeCodeSystem
Idcql-message-severity-codes
FHIR VersionR4
Sourcehttp://cql.hl7.org/https://build.fhir.org/ig/HL7/cql/CodeSystem-cql-message-severity-codes.html
URLhttp://cql.hl7.org/CodeSystem/cql-message-severity-codes
Version2.0.0-cibuild
Statusactive
Date2025-07-25T22:11:07+00:00
NameCQLMessageSeverityCodes
TitleCQL Message Severity Codes
Authorityhl7
DescriptionCodes for severity of messages returned by applications that process Clinical Quality Language, indicating what level of processing should occur for the message.
Contentcomplete

Resources that use this resource

ValueSet
cql-message-severityCQL Message Severity
cql-message-sourceCQL Message Source

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem cql-message-severity-codes

This case-sensitive code system http://cql.hl7.org/CodeSystem/cql-message-severity-codes defines the following codes:

CodeDisplayDefinition
info InfoThe 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.
warning WarningThe 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.
error ErrorThe 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.
fatal FatalThe 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.

Source

{
  "resourceType": "CodeSystem",
  "id": "cql-message-severity-codes",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cds"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    }
  ],
  "url": "http://cql.hl7.org/CodeSystem/cql-message-severity-codes",
  "version": "2.0.0-cibuild",
  "name": "CQLMessageSeverityCodes",
  "title": "CQL Message Severity Codes",
  "status": "active",
  "experimental": false,
  "date": "2025-07-25T22:11:07+00:00",
  "publisher": "Clinical Decision Support WG",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/dss/index.cfm"
        }
      ]
    }
  ],
  "description": "Codes for severity of messages returned by applications that process Clinical Quality Language, indicating what level of processing should occur for the message.",
  "caseSensitive": true,
  "valueSet": "http://cql.hl7.org/ValueSet/cql-message-severity",
  "content": "complete",
  "concept": [
    {
      "code": "info",
      "display": "Info",
      "definition": "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."
    },
    {
      "code": "warning",
      "display": "Warning",
      "definition": "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."
    },
    {
      "code": "error",
      "display": "Error",
      "definition": "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."
    },
    {
      "code": "fatal",
      "display": "Fatal",
      "definition": "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."
    }
  ]
}