-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[QPPA-1310] Set metricType to multiplePerformanceRate on some QCDR me…
…asures (#85) This PR sets `metricType` to `multiPerformanceRate` for QCDR measures with `Number of performance rates to be included in the XML` greater than 1, AND (proportional=Y, continuous=N, ratio=N). In order to include strata names and descriptions for multiPerformanceRate measures, we've manually modified the QCDR csv in these ways for each of the 27 affected measures (aka QCDR measures where the metricType is multiPerformanceRate): - For column N, `Indicate an Overall Performance Rate if more than 1 performance rate is to be submitted`, we modify the values to strictly be one of: - the number of the rate that is the overall rate (e.g. `3`) instead of `Rate 3` or `Performance Rate 3`, or - `weighted average` or `sum numerators` (case-insensitive) - For rows where column N is filled out, in column E, `Measure Description`, we modify the values to strictly be in the format: - `*summary* Rate 1: description Rate 2: description Rate 3: description`, instead of e.g. - `*summary* A) description B) description C) description *more summary*` We plan to ask policy to make the above modifications prior to future updates to the QCDR csv. Testing: checked results manually and found 27 measures change from `singlePerformanceRate` to `multiPerformanceRate` which appears to be accurate. Added a unit test, tests pass. (This is a followup to #81, and includes a generated file that should have been added as part of that PR, `measures-data-with-qcdrs.json`) Jira: https://jira.cms.gov/browse/QPPA-1310 - [x] Include multiple strata name/descriptions and overallalgorithm field - [x] Include other strata data once policy responds - [x] Move strata names to a separate file Reviewer: @marimiyachi
- Loading branch information
1 parent
832c17d
commit 2908724
Showing
13 changed files
with
31,704 additions
and
5,355 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.