qpp-measures-data
Advanced tools
Comparing version 1.8.7 to 1.8.8
@@ -93,11 +93,2 @@ [ | ||
{ | ||
"name": "neurosurgical", | ||
"measureIds": [ | ||
"021", | ||
"023", | ||
"130", | ||
"226" | ||
] | ||
}, | ||
{ | ||
"name": "generalOncology", | ||
@@ -132,6 +123,6 @@ "measureIds": [ | ||
{ | ||
"name": "anesthesiology", | ||
"name": "dermatology", | ||
"measureIds": [ | ||
"076", | ||
"130", | ||
"226", | ||
"317" | ||
@@ -149,2 +140,11 @@ ] | ||
] | ||
}, | ||
{ | ||
"name": "neurosurgical", | ||
"measureIds": [ | ||
"021", | ||
"023", | ||
"130", | ||
"226" | ||
] | ||
} | ||
@@ -170,11 +170,2 @@ ] | ||
{ | ||
"name": "neurosurgical", | ||
"measureIds": [ | ||
"021", | ||
"023", | ||
"130", | ||
"226" | ||
] | ||
}, | ||
{ | ||
"name": "generalOncology", | ||
@@ -225,2 +216,11 @@ "measureIds": [ | ||
] | ||
}, | ||
{ | ||
"name": "neurosurgical", | ||
"measureIds": [ | ||
"021", | ||
"023", | ||
"130", | ||
"226" | ||
] | ||
} | ||
@@ -277,6 +277,6 @@ ], | ||
{ | ||
"name": "anesthesiology", | ||
"name": "dermatology", | ||
"measureIds": [ | ||
"076", | ||
"130", | ||
"226", | ||
"317" | ||
@@ -283,0 +283,0 @@ ] |
{ | ||
"name": "qpp-measures-data", | ||
"version": "1.8.7", | ||
"version": "1.8.8", | ||
"description": "Quality Payment Program Measures Data Repository", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -38,10 +38,11 @@ /** | ||
2018: { | ||
claims: [{ | ||
name: 'anesthesiology', action: 'replace', measureIds: ['076', '130', '317'] | ||
}, { | ||
name: 'rheumatology', action: 'add', measureIds: ['047', '128', '130', '226', '317'] | ||
}], | ||
registry: [{ | ||
name: 'dentistry', action: 'remove', measureIds: ['378', '379'] | ||
}] | ||
claims: [ | ||
{ name: 'anesthesiology', action: 'replace', measureIds: ['076', '130', '317'] }, | ||
{ name: 'dermatology', action: 'replace', measureIds: ['130', '226', '317'] }, | ||
{ name: 'rheumatology', action: 'add', measureIds: ['047', '128', '130', '226', '317'] }, | ||
{ name: 'neurosurgical', action: 'replace', measureIds: ['021', '023', '130', '226'] } | ||
], | ||
registry: [ | ||
{ name: 'dentistry', action: 'remove', measureIds: ['378', '379'] } | ||
] | ||
} | ||
@@ -48,0 +49,0 @@ }; |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19658406
307499