Common CQL Assets for FHIR (US-Based)
1.0.0-ballot - STU 1 Ballot
Publication Build: This will be filled in by the publication tooling
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'