diff --git a/input/examples/Library-example.json b/input/examples/Library-example.json
index 02f46a9..ebcbc67 100644
--- a/input/examples/Library-example.json
+++ b/input/examples/Library-example.json
@@ -16,7 +16,7 @@
},
"subjectCodeableConcept": {
"coding": [{
- "system": "hl7.org/fhir/resource-types",
+ "system": "http://hl7.org/fhir/resource-types",
"code": "Patient"
}]
},
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)
diff --git a/input/myig.xml b/input/myig.xml
index 98b366a..684787b 100644
--- a/input/myig.xml
+++ b/input/myig.xml
@@ -40,6 +40,11 @@
+
+
+
+
+