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

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

Packagehl7.cql
Resource TypeCodeSystem
Idcql-message-source-codes
FHIR VersionR4
Sourcehttp://cql.hl7.org/https://build.fhir.org/ig/HL7/cql/CodeSystem-cql-message-source-codes.html
URLhttp://cql.hl7.org/CodeSystem/cql-message-source-codes
Version2.0.0-ballot
Statusactive
Date2025-08-08T21:16:44+00:00
NameCQLMessageSourceCodes
TitleCQL Message Source Codes
Authorityhl7
DescriptionCodes for the source of messages returned by applications that process Clinical Quality Language, indicating generally where the message originated, as well as who or what might be able to potentially address the issue.
Contentcomplete

Resources that use this resource

ValueSet
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-source-codes

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

CodeDisplayDefinition
content ContentThe message is associated with content, such as input values. Content messages can typically be addressed by correcting the input value.
application ApplicationThe message is associated with the application, such as an unexpected situation in application processing. Application messages typically need to be addressed by the application developer.
system SystemThe message is associated with the system or infrastructure, such as internal translator or engine errors. System messages typically need to be addressed by infrastructure developers.
environment EnvironmentThe message is associated with the overall operating environment, such as network timeouts, or memory or disk space issues. Environment messages typically need to be addressed by a system administrator.

Source

{
  "resourceType": "CodeSystem",
  "id": "cql-message-source-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-source-codes",
  "version": "2.0.0-ballot",
  "name": "CQLMessageSourceCodes",
  "title": "CQL Message Source Codes",
  "status": "active",
  "experimental": false,
  "date": "2025-08-08T21:16:44+00:00",
  "publisher": "Clinical Decision Support WG",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/dss/index.cfm"
        }
      ]
    }
  ],
  "description": "Codes for the source of messages returned by applications that process Clinical Quality Language, indicating generally where the message originated, as well as who or what might be able to potentially address the issue.",
  "caseSensitive": true,
  "valueSet": "http://cql.hl7.org/ValueSet/cql-message-source",
  "content": "complete",
  "concept": [
    {
      "code": "content",
      "display": "Content",
      "definition": "The message is associated with content, such as input values. Content messages can typically be addressed by correcting the input value."
    },
    {
      "code": "application",
      "display": "Application",
      "definition": "The message is associated with the application, such as an unexpected situation in application processing. Application messages typically need to be addressed by the application developer."
    },
    {
      "code": "system",
      "display": "System",
      "definition": "The message is associated with the system or infrastructure, such as internal translator or engine errors. System messages typically need to be addressed by infrastructure developers."
    },
    {
      "code": "environment",
      "display": "Environment",
      "definition": "The message is associated with the overall operating environment, such as network timeouts, or memory or disk space issues. Environment messages typically need to be addressed by a system administrator."
    }
  ]
}