diff --git a/input/cql/cql-options.json b/input/cql/cql-options.json index 9ef3ba6..2dd5e69 100644 --- a/input/cql/cql-options.json +++ b/input/cql/cql-options.json @@ -8,7 +8,7 @@ ], "formats":[ "XML", - "JXSON" + "JSON" ], "validateUnits":true, "verifyOnly":false, diff --git a/input/cql/example.cql b/input/cql/example.cql index 3a84053..2c2040c 100644 --- a/input/cql/example.cql +++ b/input/cql/example.cql @@ -2,7 +2,7 @@ library example version '1.0.0' using FHIR version '4.0.1' -include FHIRHelpers version '4.0.1' +include fhir.cqf.common.FHIRHelpers version '4.0.1' codesystem "Observation Category Codes": 'http://terminology.hl7.org/CodeSystem/observation-category' diff --git a/input/ignoreWarnings.txt b/input/ignoreWarnings.txt index 48fd826..d2c76a1 100644 --- a/input/ignoreWarnings.txt +++ b/input/ignoreWarnings.txt @@ -42,8 +42,6 @@ WARNING: Bundle/h1: Bundle.entry[0].resource.ofType(Provenance).reason[0]: No co # This error is intentional to demonstrate that CQL files not included in a Library resource in the IG are an error: ERROR: sample-ig\input\cql\notincluded.cql: CQL source was not associated with a library resource in the IG. -# These errors are fixed in the latest CQL translator, when the publisher is updated to use that version, these will be addressed -ERROR: Library/example: Library.relatedArtifact[0].resource: Canonical URL 'http://hl7.org/fhir/Library/FHIR-ModelInfo|4.0.1' does not resolve -ERROR: Library/example: Library.relatedArtifact[1].resource: Canonical URL 'http://hl7.org/fhir/Library/FHIRHelpers|4.0.1' does not resolve +# These errors are intentional to demonstrate that specifying the canonical URL for value sets in the CQL is expected ERROR: Library/example: Library.relatedArtifact[7].resource: Canonical URLs must be absolute URLs if they are not fragment references (TBD) ERROR: Library/example: Library.dataRequirement[4].codeFilter[0].valueSet: Canonical URLs must be absolute URLs if they are not fragment references (TBD)