qpp-measures-data
Advanced tools
Comparing version 1.0.0-alpha.22 to 1.0.0-alpha.23
{ | ||
"name": "qpp-measures-data", | ||
"version": "1.0.0-alpha.22", | ||
"version": "1.0.0-alpha.23", | ||
"description": "Quality Payment Program Measures Data Repository", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -105,3 +105,3 @@ const fs = require('fs'); | ||
measure.strata.forEach(subPopulation => { | ||
const mapping = stratification.mapping.find(map => | ||
const mapping = stratification.strataMaps.find(map => | ||
map.numeratorUuid === subPopulation.eMeasureUuids.numeratorUuid); | ||
@@ -108,0 +108,0 @@ if (mapping) { |
{ | ||
"A": ["CMS122v5", "CMS159v5", "CMS165v5"], | ||
"B": ["CMS137v5", "CMS139v5", "CMS149v5", "CMS156v5"], | ||
"C": ["CMS124v5", "CMS125v5", "CMS130v5", "CMS131v5", "CMS138v5", "CMS166v6"] | ||
"C": ["CMS124v5", "CMS125v5", "CMS130v5", "CMS131v5", "CMS138v5", "CMS166v6", "CMS50v5"] | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
89589
6192348
87