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 Source Codes - TTL Representation

Page standards status: Trial-use Maturity Level: 2

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cql-message-source-codes"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem cql-message-source-codes</b></p><a name=\"cql-message-source-codes\"> </a><a name=\"hccql-message-source-codes\"> </a><p>This case-sensitive code system <code>http://cql.hl7.org/CodeSystem/cql-message-source-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\">content<a name=\"cql-message-source-codes-content\"> </a></td><td>Content</td><td>The message is associated with content, such as input values. Content messages can typically be addressed by correcting the input value.</td></tr><tr><td style=\"white-space:nowrap\">application<a name=\"cql-message-source-codes-application\"> </a></td><td>Application</td><td>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.</td></tr><tr><td style=\"white-space:nowrap\">system<a name=\"cql-message-source-codes-system\"> </a></td><td>System</td><td>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.</td></tr><tr><td style=\"white-space:nowrap\">environment<a name=\"cql-message-source-codes-environment\"> </a></td><td>Environment</td><td>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.</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "cds"     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "trial-use"     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 2     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://cql.hl7.org/CodeSystem/cql-message-source-codes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.0.0-ballot"] ; # 
  fhir:name [ fhir:v "CQLMessageSourceCodes"] ; # 
  fhir:title [ fhir:v "CQL Message Source Codes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-08-09T08:02:05+10:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Clinical Decision Support WG"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/dss/index.cfm" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "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."] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:valueSet [
fhir:v "http://cql.hl7.org/ValueSet/cql-message-source"^^xsd:anyURI ;
fhir:link <http://cql.hl7.org/ValueSet/cql-message-source>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "content" ] ;
fhir:display [ fhir:v "Content" ] ;
fhir:definition [ fhir:v "The message is associated with content, such as input values. Content messages can typically be addressed by correcting the input value." ]
  ] [
fhir:code [ fhir:v "application" ] ;
fhir:display [ fhir:v "Application" ] ;
fhir:definition [ fhir:v "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." ]
  ] [
fhir:code [ fhir:v "system" ] ;
fhir:display [ fhir:v "System" ] ;
fhir:definition [ fhir:v "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." ]
  ] [
fhir:code [ fhir:v "environment" ] ;
fhir:display [ fhir:v "Environment" ] ;
fhir:definition [ fhir:v "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." ]
  ] ) . #