QPPA-11240: Implement dataDisplayFormat#1021
Open
chetanmunegowda wants to merge 3 commits intodevelopfrom
Open
QPPA-11240: Implement dataDisplayFormat#1021chetanmunegowda wants to merge 3 commits intodevelopfrom
chetanmunegowda wants to merge 3 commits intodevelopfrom
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
There was a problem hiding this comment.
Pull request overview
This PR introduces a new dataDisplayFormat field across measure types and corresponding data artifacts, aligning exported TypeScript interfaces with the measures schemas and generated datasets used by package consumers.
Changes:
- Added
dataDisplayFormattoQualityMeasureandAggregateCostMeasureTypeScript interfaces and introduced aDataDisplayFormatenum. - Updated measures schemas (2025/2026) to define and require
dataDisplayFormat, and updated ordering/defaults used by scripts. - Regenerated/updated downstream data outputs to include
dataDisplayFormat(e.g., measures data and MVP enriched data).
Reviewed changes
Copilot reviewed 7 out of 11 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| util/interfaces/measure.ts | Adds dataDisplayFormat to interfaces and defines DataDisplayFormat enum. |
| scripts/constants.ts | Adds ordering/defaults for dataDisplayFormat and introduces DATA_DISPLAY_FORMAT list. |
| scripts/measures/lib/measures-lib.spec.ts | Updates expectations to include dataDisplayFormat for created quality/QCDR measures. |
| scripts/measures/2022/update-measures-util.spec.ts | Updates expectations to include dataDisplayFormat. |
| measures/2025/measures-schema.yaml | Adds dataDisplayFormat definition/property and updates required fields. |
| measures/2026/measures-schema.yaml | Adds dataDisplayFormat definition/property and updates required fields. |
| measures/2026/measures-data.json | Adds dataDisplayFormat across measure entries. |
| mvp/2025/mvp-enriched.json | Adds dataDisplayFormat to enriched measures within MVP output. |
| lcov.info | Updates coverage report to reflect added lines/changes. |
0762897 to
43a291f
Compare
43a291f to
58af2f7
Compare
ckawell-sb
approved these changes
Mar 20, 2026
john-manack
approved these changes
Mar 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related Tickets & Documents
https://jira.cms.gov/browse/QPPA-11240
Description
Implement dataDisplayFormat
What type of PR is this?
🔴 IMPORTANT: Add required labels
At least one of each type of PR label should be added for checks to pass.
notes:*version:*Patch versions are code-only changes, with no data updates.
Minor versions are data changes, such as updates to the measures-data.json files.
Major versions are annual and tied to a PY's data becoming avaliable, determined by QPPA's PO.
Added tests?
Added to documentation?