Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Few Measure.group extensions not displayed accurately #41

Open
RohitKandimalla opened this issue Dec 1, 2023 · 1 comment
Open

Few Measure.group extensions not displayed accurately #41

RohitKandimalla opened this issue Dec 1, 2023 · 1 comment
Milestone

Comments

@RohitKandimalla
Copy link
Contributor

RohitKandimalla commented Dec 1, 2023

Following issues are identified in Measure.Liquid Template

  1. 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.
  2. 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
  3. 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.
    image
@JSRankins
Copy link

JSRankins commented Feb 12, 2024

Regarding item 2 above, per extension, URL would be http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-type, so neither are correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants