Common CQL Assets for FHIR (US-Based)
1.0.0-ballot - STU 1 Ballot
This page is part of the Common CQL Assets for FHIR (US-Based) (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
To use these libraries in your implementation guide, include a reference to this implementation guide as an implementation guide dependency:
<dependsOn id="cql-us">
<uri value="http://hl7.org/fhir/us/cql/ImplementationGuide/hl7.fhir.us.cql"/>
<packageId value="hl7.fhir.us.cql"/>
<version value="1.0.0-ballot"/>
</dependsOn>
Clinical Quality Language (CQL) is a high-level, domain-specific language focused on clinical quality, and it is targeted at measure and decision support artifact authors. Additionally, the CQL specification provides a machine-readable canonical representation called Expression Logical Model (ELM), which is targeted at implementations, and designed to enable automated sharing of clinical knowledge.
To use CQL with USCore, model information must be provided to the implementation environment. The USCore-ModelInfo library provides this information for US Core. To use USCore, include a using declaration as shown in the example below:
using USCore version '3.1.1'