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
The issue with the narrative rendering in the ECQM QiCore 2024 subset IG is the ampersand in the publisher element: "publisher": "Centers for Medicare & Medicaid Services (CMS)"
That is causing an issue in the table generated by the publisher (the default narrative that we can't disable). My guess would be that it works off of the XML generated source and identifies the ampersand as an escape character, but can't find the ending ";", so it garbles the output and appends the escaped end tags to the bottom of the document resulting in the weird footer behavior.
Anyway, the easy fix is to change the "&" to "and" or & in the Measure JSON.
In the IG build for the cqframework/ecqm-content-qicore-2024 repository, there are 3 measures that don't display properly.
https://build.fhir.org/ig/cqframework/ecqm-content-qicore-2024/Measure-HIVRetentionFHIR.html
https://build.fhir.org/ig/cqframework/ecqm-content-qicore-2024/Measure-HIVSTITestingFHIR.html
https://build.fhir.org/ig/cqframework/ecqm-content-qicore-2024/Measure-HIVViralSuppressionFHIR.html
The text was updated successfully, but these errors were encountered: