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 Characteristic 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-characteristic-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-characteristic-codes</b></p><a name=\"cql-message-characteristic-codes\"> </a><a name=\"hccql-message-characteristic-codes\"> </a><p>This case-sensitive code system <code>http://cql.hl7.org/CodeSystem/cql-message-characteristic-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\">category<a name=\"cql-message-characteristic-codes-category\"> </a></td><td>Category</td><td><div><p>The language area, possible values are codes in the <a href=\"CodeSystem-cql-message-category-codes.html\">CQL Message Category Codes</a> code system.</p>\n</div></td></tr><tr><td style=\"white-space:nowrap\">severity<a name=\"cql-message-characteristic-codes-severity\"> </a></td><td>Severity</td><td><div><p>Severity of the issue, possible values are codes in the <a href=\"CodeSystem-cql-message-severity-codes.html\">CQL Message Severity Codes</a> code system.</p>\n</div></td></tr><tr><td style=\"white-space:nowrap\">source<a name=\"cql-message-characteristic-codes-source\"> </a></td><td>Source</td><td><div><p>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 <a href=\"CodeSystem-cql-message-source-codes.html\">CQL Message Source Codes</a> code system.</p>\n</div></td></tr><tr><td style=\"white-space:nowrap\">example<a name=\"cql-message-characteristic-codes-example\"> </a></td><td>Example Message</td><td><div><p>An example message providing a sample of what kinds of actual messages will be returned with this code.</p>\n</div></td></tr><tr><td style=\"white-space:nowrap\">notes<a name=\"cql-message-characteristic-codes-notes\"> </a></td><td>Notes</td><td><div><p>Notes about the message, especially how to address the issue being identified.</p>\n</div></td></tr><tr><td style=\"white-space:nowrap\">spec-link<a name=\"cql-message-characteristic-codes-spec-link\"> </a></td><td>Specification Link</td><td><div><p>A URL to the point in the specification where this message is defined.</p>\n</div></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-characteristic-codes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.0.0-ballot"] ; # 
  fhir:name [ fhir:v "CQLMessageCharacteristicCodes"] ; # 
  fhir:title [ fhir:v "CQL Message Characteristic 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 characteristics of messages returned by applications that process Clinical Quality Language."] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:valueSet [
fhir:v "http://cql.hl7.org/ValueSet/cql-message-characteristic"^^xsd:anyURI ;
fhir:link <http://cql.hl7.org/ValueSet/cql-message-characteristic>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "category" ] ;
fhir:display [ fhir:v "Category" ] ;
fhir:definition [ fhir:v "The language area, possible values are codes in the [CQL Message Category Codes](CodeSystem-cql-message-category-codes.html) code system." ]
  ] [
fhir:code [ fhir:v "severity" ] ;
fhir:display [ fhir:v "Severity" ] ;
fhir:definition [ fhir:v "Severity of the issue, possible values are codes in the [CQL Message Severity Codes](CodeSystem-cql-message-severity-codes.html) code system." ]
  ] [
fhir:code [ fhir:v "source" ] ;
fhir:display [ fhir:v "Source" ] ;
fhir:definition [ fhir:v "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." ]
  ] [
fhir:code [ fhir:v "example" ] ;
fhir:display [ fhir:v "Example Message" ] ;
fhir:definition [ fhir:v "An example message providing a sample of what kinds of actual messages will be returned with this code." ]
  ] [
fhir:code [ fhir:v "notes" ] ;
fhir:display [ fhir:v "Notes" ] ;
fhir:definition [ fhir:v "Notes about the message, especially how to address the issue being identified." ]
  ] [
fhir:code [ fhir:v "spec-link" ] ;
fhir:display [ fhir:v "Specification Link" ] ;
fhir:definition [ fhir:v "A URL to the point in the specification where this message is defined." ]
  ] ) . #