commit
3167a0bd22
@ -16,7 +16,7 @@
|
|||||||
},
|
},
|
||||||
"subjectCodeableConcept": {
|
"subjectCodeableConcept": {
|
||||||
"coding": [{
|
"coding": [{
|
||||||
"system": "hl7.org/fhir/resource-types",
|
"system": "http://hl7.org/fhir/resource-types",
|
||||||
"code": "Patient"
|
"code": "Patient"
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
|
|||||||
@ -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)
|
# 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)
|
||||||
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)
|
||||||
|
|||||||
@ -40,6 +40,11 @@
|
|||||||
<license value="CC0-1.0"/>
|
<license value="CC0-1.0"/>
|
||||||
<!-- This is whatever FHIR version(s) the IG artifacts are targeting (not the version of this file, which should always be 'current release') -->
|
<!-- This is whatever FHIR version(s) the IG artifacts are targeting (not the version of this file, which should always be 'current release') -->
|
||||||
<fhirVersion value="4.0.1"/>
|
<fhirVersion value="4.0.1"/>
|
||||||
|
<dependsOn id="cqf">
|
||||||
|
<uri value="http://fhir.org/guides/cqf/common/ImplementationGuide/fhir.cqf.common"/>
|
||||||
|
<packageId value="fhir.cqf.common"/>
|
||||||
|
<version value="4.0.1"/>
|
||||||
|
</dependsOn>
|
||||||
<!-- <dependsOn>
|
<!-- <dependsOn>
|
||||||
<uri value="https://simplifier.net/packages/de.medizininformatikinitiative.kerndatensatz.fall/0.9.1/files/131317"/>
|
<uri value="https://simplifier.net/packages/de.medizininformatikinitiative.kerndatensatz.fall/0.9.1/files/131317"/>
|
||||||
<packageId value="de.medizininformatikinitiative.kerndatensatz.fall"/>
|
<packageId value="de.medizininformatikinitiative.kerndatensatz.fall"/>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user