Quality Measure Implementation Guide (STU5)
5.0.0-ballot2 - ballot United States of America flag

Quality Measure Implementation Guide (STU5), published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 5.0.0-ballot2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/cqf-measures/ and changes regularly. See the Directory of published versions

: CQL Version Codes - TTL Representation

Active as of 2024-04-09

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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-version"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/us/cqfmeasures/CodeSystem/cql-version</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">1.0<a name=\"cql-version-1.460\"> </a></td><td>CQL Version 1.0</td></tr><tr><td style=\"white-space:nowrap\">1.1<a name=\"cql-version-1.461\"> </a></td><td>CQL Version 1.1</td></tr><tr><td style=\"white-space:nowrap\">1.2<a name=\"cql-version-1.462\"> </a></td><td>CQL Version 1.2</td></tr><tr><td style=\"white-space:nowrap\">1.3<a name=\"cql-version-1.463\"> </a></td><td>CQL Version 1.3</td></tr><tr><td style=\"white-space:nowrap\">1.4<a name=\"cql-version-1.464\"> </a></td><td>CQL Version 1.4</td></tr><tr><td style=\"white-space:nowrap\">1.5<a name=\"cql-version-1.465\"> </a></td><td>CQL Version 1.5</td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "cqi" ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/cqfmeasures/CodeSystem/cql-version"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "4.0.0"] ; # 
  fhir:name [ fhir:v "CQLVersion"] ; # 
  fhir:title [ fhir:v "CQL Version Codes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-04-09T12:56:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Clinical Quality Information"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/cqi" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The version of CQL supported"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:valueSet [
fhir:v "http://hl7.org/fhir/us/cqfmeasures/ValueSet/cql-version"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/cqfmeasures/ValueSet/cql-version>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "1.0" ] ;
fhir:display [ fhir:v "CQL Version 1.0" ]
  ] [
fhir:code [ fhir:v "1.1" ] ;
fhir:display [ fhir:v "CQL Version 1.1" ]
  ] [
fhir:code [ fhir:v "1.2" ] ;
fhir:display [ fhir:v "CQL Version 1.2" ]
  ] [
fhir:code [ fhir:v "1.3" ] ;
fhir:display [ fhir:v "CQL Version 1.3" ]
  ] [
fhir:code [ fhir:v "1.4" ] ;
fhir:display [ fhir:v "CQL Version 1.4" ]
  ] [
fhir:code [ fhir:v "1.5" ] ;
fhir:display [ fhir:v "CQL Version 1.5" ]
  ] ) . #