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

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

Packagehl7.cql
Resource TypeCodeSystem
Idcql-message-characteristic-codes
FHIR VersionR4
Sourcehttp://cql.hl7.org/https://build.fhir.org/ig/HL7/cql/CodeSystem-cql-message-characteristic-codes.html
URLhttp://cql.hl7.org/CodeSystem/cql-message-characteristic-codes
Version2.0.0-ballot
Statusactive
Date2025-08-01T19:51:33+00:00
NameCQLMessageCharacteristicCodes
TitleCQL Message Characteristic Codes
Authorityhl7
DescriptionCodes for characteristics of messages returned by applications that process Clinical Quality Language.
Contentcomplete

Resources that use this resource

ValueSet
cql-message-characteristicCQL Message Characteristic

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem cql-message-characteristic-codes

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

CodeDisplayDefinition
category Category

The language area, possible values are codes in the CQL Message Category Codes code system.

severity Severity

Severity of the issue, possible values are codes in the CQL Message Severity Codes code system.

source Source

The 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 code system.

example Example Message

An example message providing a sample of what kinds of actual messages will be returned with this code.

notes Notes

Notes about the message, especially how to address the issue being identified.

spec-link Specification Link

A URL to the point in the specification where this message is defined.


Source

{
  "resourceType": "CodeSystem",
  "id": "cql-message-characteristic-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-characteristic-codes",
  "version": "2.0.0-ballot",
  "name": "CQLMessageCharacteristicCodes",
  "title": "CQL Message Characteristic Codes",
  "status": "active",
  "experimental": false,
  "date": "2025-08-01T19:51:33+00:00",
  "publisher": "Clinical Decision Support WG",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/dss/index.cfm"
        }
      ]
    }
  ],
  "description": "Codes for characteristics of messages returned by applications that process Clinical Quality Language.",
  "caseSensitive": true,
  "valueSet": "http://cql.hl7.org/ValueSet/cql-message-characteristic",
  "content": "complete",
  "concept": [
    {
      "code": "category",
      "display": "Category",
      "definition": "The language area, possible values are codes in the [CQL Message Category Codes](CodeSystem-cql-message-category-codes.html) code system."
    },
    {
      "code": "severity",
      "display": "Severity",
      "definition": "Severity of the issue, possible values are codes in the [CQL Message Severity Codes](CodeSystem-cql-message-severity-codes.html) code system."
    },
    {
      "code": "source",
      "display": "Source",
      "definition": "The 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 system."
    },
    {
      "code": "example",
      "display": "Example Message",
      "definition": "An example message providing a sample of what kinds of actual messages will be returned with this code."
    },
    {
      "code": "notes",
      "display": "Notes",
      "definition": "Notes about the message, especially how to address the issue being identified."
    },
    {
      "code": "spec-link",
      "display": "Specification Link",
      "definition": "A URL to the point in the specification where this message is defined."
    }
  ]
}