Quality Measure Implementation Guide (STU5) 5.0.0-ballot - ballot
Publication Build: This will be filled in by the publication tooling
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:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "cql-version"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablevalueset"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/StructureDefinition/shareablevalueset> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"CodeSystem-cql-version.html\"><code>http://hl7.org/fhir/us/cqfmeasures/CodeSystem/cql-version</code></a></li></ul></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/ValueSet/cql-version"^^xsd:anyURI] ; # fhir:version [ fhir:v "5.0.0-ballot"] ; # fhir:name [ fhir:v "CQLVersion"] ; # fhir:title [ fhir:v "CQL Version"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2023-12-15T17:46:42+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 cupported"] ; # fhir:jurisdiction ( [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "US" ] ] ) ] ) ; # fhir:immutable [ fhir:v "true"^^xsd:boolean] ; # fhir:compose [ ( fhir:include [ fhir:system [ fhir:v "http://hl7.org/fhir/us/cqfmeasures/CodeSystem/cql-version"^^xsd:anyURI ] ] ) ] . #