Open elsaperelli opened 10 months ago
Just wanted to bump this issue thread as this was still an issue with the bundles in bundles/measure
for the September 2024 Connectathon. The Library resources all use https://madie.cms.gov/Library
for their url
s while they reference other libraries with http://ecqi.healthit.gov/ecqms/Library
URLs. This causes an issue for systems that rely on these canonical url references to be correct.
Additionally, the FHIR (http://fhir.org/guides/cqf/common/Library/FHIR-ModelInfo) and QICore (http://hl7.org/fhir/Library/QICore-ModelInfo) model information libraries are referenced by the measures and libraries but are not included in the bundles. While these are not hard to find and upload to a system that might want them to exist when resolving dependencies for an operation, it may be helpful for them to be included in the packages.
Hello! I noticed some inconsistencies in the dependent Libraries in measure bundles in the measure directory (
bundle/measure
) and was wondering if they were intentional. It seems like theresource
field forrelatedArtifacts
for the main Library in these measure bundles are different from theurl
of the dependent Libraries in the measure bundle. For example, inCesareanBirthFHIR-bundle.json
, the main library,CesareanBirthFHIR
, has Libraries in itsrelatedArtifacts
array. Library CQMCommon is referenced in this array with the following resource attribute:http://ecqi.healthit.gov/ecqms/Library/CQMCommon%7C2.0.000
. However, the Library CQMCommon entry in the measure bundle has the followingurl
:https://madie.cms.gov/Library/CQMCommon
. Is there a reason why these are different? Thanks!