diff --git a/pom.xml b/pom.xml index 66444cbc..386c667d 100644 --- a/pom.xml +++ b/pom.xml @@ -7,11 +7,11 @@ 3.2.4 gov.cms.madie - cql-elm-translation + fhir-elm-translation 0.0.2-SNAPSHOT - CQL to ELM Translation Service - Translates CQL to ELM for MADiE + MADiE FHIR CQL to ELM Translation Service + Translates CQL to ELM for MADiE FHIR 3.11.0 diff --git a/src/main/java/gov/cms/mat/cql_elm_translation/utils/cql/parsing/Cql2ElmListener.java b/src/main/java/gov/cms/mat/cql_elm_translation/utils/cql/parsing/Cql2ElmListener.java index 2dcf1deb..39b2edf0 100644 --- a/src/main/java/gov/cms/mat/cql_elm_translation/utils/cql/parsing/Cql2ElmListener.java +++ b/src/main/java/gov/cms/mat/cql_elm_translation/utils/cql/parsing/Cql2ElmListener.java @@ -647,8 +647,7 @@ private void parseChildLibraries(IncludeDef def) throws IOException { childrenLibraries); ParseTree tree = parser.library(); - TranslationResource translationResource = - TranslationResource.getInstance(true); // <-- BADDDDD!!!! Defaults to fhir + TranslationResource translationResource = TranslationResource.getInstance(true); // Add CqlCompilerOptions from LibraryManager to prevent NPE while walking through CQL // The next two lines were added as a fix for the NPE while using Translator version 3.2.0..