You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Src/java/cql-to-elm/OVERVIEW.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,36 +11,36 @@ The `cql-to-elm-jvm` package is required to use the translator:
11
11
<dependency>
12
12
<groupId>org.cqframework</groupId>
13
13
<artifactId>cql-to-elm-jvm</artifactId>
14
-
<version>4.0.0-SNAPSHOT</version>
14
+
<version>4.0.0</version>
15
15
</dependency>
16
16
17
17
In addition, to use the translator with QDM, FHIR, and QUICK, the model info packages must be included:
18
18
19
19
<dependency>
20
20
<groupId>org.cqframework</groupId>
21
21
<artifactId>quick</artifactId>
22
-
<version>4.0.0-SNAPSHOT</version>
22
+
<version>4.0.0</version>
23
23
</dependency>
24
24
<dependency>
25
25
<groupId>org.cqframework</groupId>
26
26
<artifactId>qdm</artifactId>
27
-
<version>4.0.0-SNAPSHOT</version>
27
+
<version>4.0.0</version>
28
28
</dependency>
29
29
30
30
To perform UCUM unit validation during translation using [`ucum-java`](https://github.com/FHIR/Ucum-java), the `ucum` package must also be included:
31
31
32
32
<dependency>
33
33
<groupId>org.cqframework</groupId>
34
34
<artifactId>ucum</artifact>
35
-
<version>4.0.0-SNAPSHOT</version>
35
+
<version>4.0.0</version>
36
36
</dependency>
37
37
38
38
To use the DataRequirementsProcessor, a component that performs data requirements analysis on ELM, as well as converts those data requirements to FHIR [DataRequirement](https://hl7.org/fhir/metadatatypes.html#DataRequirement) instances and renders the metadata for a CQL Library as a [FHIR ModuleDefinition Library](https://build.fhir.org/ig/HL7/cqf-measures/StructureDefinition-module-definition-library-cqfm.html), the elm-fhir package must be included:
39
39
40
40
<dependency>
41
41
<groupId>org.cqframework</groupId>
42
42
<artifactId>elm-fhir</artifact>
43
-
<version>4.0.0-SNAPSHOT</version>
43
+
<version>4.0.0</version>
44
44
</dependency>
45
45
46
46
Note that this elm-fhir package includes a dependency on the HAPI FHIR Structures libraries (client-side dependencies) in order to provide FHIR object representation support. This is the only package from the translator that includes a specific dependency on FHIR.
0 commit comments