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

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

Packagehl7.cql
Resource TypeCodeSystem
Idcql-message-category-codes
FHIR VersionR4
Sourcehttp://cql.hl7.org/https://build.fhir.org/ig/HL7/cql/CodeSystem-cql-message-category-codes.html
URLhttp://cql.hl7.org/CodeSystem/cql-message-category-codes
Version2.0.0-cibuild
Statusactive
Date2025-07-25T22:11:07+00:00
NameCQLMessageCategoryCodes
TitleCQL Message Category Codes
Authorityhl7
DescriptionCodes for categorization of messages returned by applications that process Clinical Quality Language, whether as part of authoring or evaluating.
Contentcomplete

Resources that use this resource

ValueSet
cql-message-categoryCQL Message Category

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem cql-message-category-codes

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

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

Source

{
  "resourceType": "CodeSystem",
  "id": "cql-message-category-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-category-codes",
  "version": "2.0.0-cibuild",
  "name": "CQLMessageCategoryCodes",
  "title": "CQL Message Category 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 categorization of messages returned by applications that process Clinical Quality Language, whether as part of authoring or evaluating.",
  "caseSensitive": true,
  "valueSet": "http://cql.hl7.org/ValueSet/cql-message-category",
  "content": "complete",
  "concept": [
    {
      "code": "compile-time",
      "display": "Compile-Time",
      "definition": "The message is associated with compile-time (or authoring) processing, such as a lexical, syntactic, or semantic error.",
      "concept": [
        {
          "code": "lexical",
          "display": "Lexical",
          "definition": "The message is associated with lexical processing, such as an invalid token."
        },
        {
          "code": "syntax",
          "display": "Syntax",
          "definition": "The message is associated with syntactic processing of CQL, such as an unexpected keyword."
        },
        {
          "code": "semantic",
          "display": "Semantic",
          "definition": "The message is associated with semantic processing of CQL, such as an unresolvable function call."
        }
      ]
    },
    {
      "code": "run-time",
      "display": "Run-Time",
      "definition": "The message is associated with run-time (or evaluation) processing of CQL, such as a duplicate value."
    }
  ]
}