Added explanations of errors
This commit is contained in:
parent
cad0386b60
commit
ba604007a8
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user