You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 the resource field for relatedArtifacts for the main Library in these measure bundles are different from the url of the dependent Libraries in the measure bundle. For example, in CesareanBirthFHIR-bundle.json, the main library, CesareanBirthFHIR, has Libraries in its relatedArtifacts 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 following url: https://madie.cms.gov/Library/CQMCommon. Is there a reason why these are different? Thanks!
The text was updated successfully, but these errors were encountered:
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 urls 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!The text was updated successfully, but these errors were encountered: