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
Following issues are identified in Measure.Liquid Template
Scoring unit in a measure.group should have a value which is of type CodeableConcept, but it looks like in Liquid template, it is directly checking scoringUnit.coding.exists() when in fact it should be scoringUnit.value.coding.exists(). The same goes for improvementNotation and type.
Group Type is also not displayed as group.extension is looking for http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-measureType but we believe it should be https://hl7.org/fhir/us/cqfmeasures/StructureDefinition-cqfm-type.html
For Improvement Notation, when I updated extension.coding to extension.value.coding, I was able to see the Improvement Notation display name, but additional "{" is also printed as seen in the screenshot.
The text was updated successfully, but these errors were encountered:
Following issues are identified in Measure.Liquid Template
measure.group
should have a value which is of type CodeableConcept, but it looks like in Liquid template, it is directly checkingscoringUnit.coding.exists()
when in fact it should bescoringUnit.value.coding.exists()
. The same goes for improvementNotation and type.group.extension
is looking forhttp://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-measureType
but we believe it should behttps://hl7.org/fhir/us/cqfmeasures/StructureDefinition-cqfm-type.html
extension.coding
toextension.value.coding
, I was able to see the Improvement Notation display name, but additional "{" is also printed as seen in the screenshot.The text was updated successfully, but these errors were encountered: