From ba604007a82f2e87c866b0f41d6ec1430ac71c06 Mon Sep 17 00:00:00 2001 From: Bryn Rhodes Date: Sat, 17 Jun 2023 13:05:10 -0600 Subject: [PATCH] Added explanations of errors --- input/ignoreWarnings.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/input/ignoreWarnings.txt b/input/ignoreWarnings.txt index 1433119..48fd826 100644 --- a/input/ignoreWarnings.txt +++ b/input/ignoreWarnings.txt @@ -38,3 +38,12 @@ WARNING: ValueSet.where(id = 'valueset-no-codesystem'): Error from server: Unabl # We don't want a code for the change reason (and this binding shouldn't be extensible anyhow) WARNING: Bundle/h1: Bundle.entry[0].resource.ofType(Provenance).reason[0]: No code provided, and a code should be provided from the value set 'PurposeOfUse' (http://terminology.hl7.org/ValueSet/v3-PurposeOfUse) WARNING: Bundle/h1: Bundle.entry[0].resource.ofType(Provenance).reason[0]: No code provided, and a code should be provided from the value set 'PurposeOfUse' (http://terminology.hl7.org/ValueSet/v3-PurposeOfUse) + +# 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 +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)