Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

qpp-measures-data

Package Overview
Dependencies
Maintainers
1
Versions
271
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qpp-measures-data - npm Package Compare versions

Comparing version 0.0.33 to 0.0.34

.travis.yml

2

package.json
{
"name": "qpp-measures-data",
"version": "0.0.33",
"version": "0.0.34",
"description": "Quality Payment Program Measures Data Repository",

@@ -5,0 +5,0 @@ "repository": {

# qpp-measures-data
[![Build Status](https://travis-ci.org/CMSgov/qpp-measures-data.svg?branch=master)](https://travis-ci.org/CMSgov/qpp-measures-data)
## Quality Payment Program Measures Data Repository

@@ -106,32 +108,2 @@

## How to Contribute to qpp-measures-data
### Setup
Install the following brew modules:
```
brew install jq wget poppler
```
Run:
```
npm install
```
### Testing
When making changes to measures-data, include tests in the tests directory and make sure existing tests still pass using:
```
npm run test
```
### Publish
To publish a new version, make sure you've bumped the `version` in `package.json`, then:
```
npm login # as cmsgov
npm publish
```
### Additional measures

@@ -143,1 +115,5 @@

2. **Exclusions:** Exclusions are optional attestations of conditions which exempt the provider from a corresponding (required) measure. For example, submitting `true` to `ACI_LVPP_1` exempts a user from submitting data for the required measure `ACI_EP_1`.
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md).

@@ -6,3 +6,3 @@ [

{
"name": "receivedVaccinesOrExposure",
"name": "vaccinesOrExposure",
"description": "Children who have evidence showing they received recommended vaccines, had documented history of the illness, had a seropositive test result, or had an allergic reaction to the vaccine by their second birthday"

@@ -25,3 +25,3 @@ }

{
"name": "screenedForCervicalCancer",
"name": "screenedForCancer",
"description": "Women with one or more screenings for cervical cancer. Appropriate screenings are defined by any one of the following criteria:\r\n\r\n- Cervical cytology performed during the measurement period or the two years prior to the measurement period for women who are at least 21 years old at the time of the test\r\n \r\n- Cervical cytology/human papillomavirus (HPV) co-testing performed during the measurement period or the four years prior to the measurement period for women who are at least 30 years old at the time of the test"

@@ -63,7 +63,7 @@ }

{
"name": "treatmentWithin14DaysOfDiagnosis",
"name": "14DaysOfDiagnosis",
"description": "Patients who initiated treatment within 14 days of the diagnosis"
},
{
"name": "treatmentPlusServicesWithin30DaysOfVisit",
"name": "30DaysOfVisit",
"description": "Patients who initiated treatment and who had two or more additional services with an AOD diagnosis within 30 days of the initiation visit"

@@ -116,3 +116,3 @@ }

{
"name": "assessedCognitionWithin12Months",
"name": "assessed12Months",
"description": "Patients for whom an assessment of cognition is performed and the results reviewed at least once within a 12 month period"

@@ -165,3 +165,3 @@ }

"description": "Office visit, Psych visit, or Face to Face Interaction (No ED) within 4 months of the end of the measurement period that leads to a diagnosis of major depression including remission or dysthymia",
"name": "within4MonthsOfEnd",
"name": "4MonthsOfEnd",
"eMeasureUuids": {

@@ -177,3 +177,3 @@ "initialPopulationUuid": "92656CE7-C9B1-44A8-8778-A8EF1ED90A18",

"description": "Office visit, Psych visit, or Face to Face Interaction (No ED) between 4 and 8 months after the start of the measurement period that leads to a diagnosis of major depression including remission or dysthymia",
"name": "between4And8MonthsAfterStart",
"name": "4&8MonthsAfterStart",
"eMeasureUuids": {

@@ -189,3 +189,3 @@ "initialPopulationUuid": "757F3066-31E7-45D1-BA50-3EFB27ABB8E5",

"description": "Office visit, Psych visit, or Face to Face Interaction (No ED) within 4 months of the start of the measurement period that leads to a diagnosis of major depression including remission or dysthymia",
"name": "within4MonthsOfStart",
"name": "4MonthsOfStart",
"eMeasureUuids": {

@@ -214,3 +214,3 @@ "initialPopulationUuid": "5631A7DF-CA44-4AD4-A691-DC0CED303F6A",

{
"name": "noImagingStudyWithin28Days",
"name": "noStudy28Days",
"description": "Patients without an imaging study conducted on the date of the outpatient or emergency department visit or in the 28 days following the outpatient or emergency department visit"

@@ -224,3 +224,3 @@ }

{
"name": "dilatedMacularOrFundusExamWithin12Months",
"name": "dilatedExam12Months",
"description": "Patients who had a dilated macular or fundus exam performed which included documentation of the level of severity of retinopathy AND the presence or absence of macular edema during one or more office visits within 12 months"

@@ -234,3 +234,3 @@ }

{
"name": "evidenceOfSubstanceUseBetweenDiagnosisAndTreatment",
"name": "substanceUse",
"description": "Patients in the denominator with evidence of an assessment for alcohol or other substance use following or concurrent with the new diagnosis, and prior to or concurrent with the initiation of treatment for that diagnosis"

@@ -262,7 +262,7 @@ }

{
"name": "within3MonthsCD4<200/mm3",
"name": "CD4<200/mm3",
"description": "Patients who were prescribed Pneumocystis jiroveci pneumonia (PCP) prophylaxis within 3 months of CD4 count below 200 cells/mm3"
},
{
"name": "within3MonthsCD4<500/mm3OrCD4<15%",
"name": "CD4<500/mm3OrCD4<15%",
"description": "Patients who were prescribed Pneumocystis jiroveci pneumonia (PCP) prophylaxis within 3 months of CD4 count below 500 cells/mm3 or a CD4 percentage below 15%"

@@ -281,3 +281,3 @@ },

{
"name": "reportedFunctionalStatus",
"name": "functionalStatus",
"description": "Patients with patient-reported functional status assessment results (eg, VR-12, VR-36,PROMIS-10-Global Health, PROMIS-29, HOOS) not more than 180 days prior to the primary THA procedure, and at least 60 days and not more than 180 days after THA procedure"

@@ -291,3 +291,3 @@ }

{
"name": "lowerFollowupBloodPressure",
"name": "lowerFollowupBP",
"description": "Patients whose follow-up blood pressure is at least 10 mmHg less than their baseline blood pressure or is adequately controlled.\r\n\r\nIf a follow-up blood pressure reading is not recorded during the measurement year, the patient's blood pressure is assumed \"not improved.\""

@@ -301,3 +301,3 @@ }

{
"name": "reportedFunctionalStatus",
"name": "functionalStatus",
"description": "Patients with patient-reported functional status assessment results (eg, VR-12, VR-36, PROMIS-10 Global Health, PROMIS-29, KOOS) not more than 180 days prior to the primary TKA procedure, and at least 60 days and not more than 180 days after TKA procedure"

@@ -311,3 +311,3 @@ }

{
"name": "receivedFluorideVarnish",
"name": "fluorideVarnish",
"description": "Children who receive a fluoride varnish application"

@@ -321,3 +321,3 @@ }

{
"name": "hadCavitiesOrDecayedTeeth",
"name": "cavitiesOrDecayed",
"description": "Children who had cavities or decayed teeth"

@@ -331,3 +331,3 @@ }

{
"name": "documentedScreeningOrTreatment",
"name": "screeningOrTreatment",
"description": "Children with documentation of maternal screening or treatment for postpartum depression for the mother."

@@ -341,3 +341,3 @@ }

{
"name": "reportedFunctionalStatus",
"name": "functionalStatus",
"description": "Patients with patient reported functional status assessment results (eg, VR-12; VR-36; MLHF-Q; KCCQ; PROMIS-10 Global Health, PROMIS-29) present in the EHR within two weeks before or during the initial encounter and the follow-up encounter during the measurement year"

@@ -347,2 +347,2 @@ }

}
]
]

@@ -38,3 +38,3 @@ [

"qualityId": "021",
"performanceRates": ["prophylacticAntibiotic"]
"performanceRates": ["antibiotic"]
},

@@ -359,3 +359,3 @@ {

"qualityId": "223",
"performanceRates": ["orthopaedicImpairment"]
"performanceRates": ["orthoImpairment"]
},

@@ -916,3 +916,3 @@ {

"qualityId": "438",
"performanceRates": ["highRiskCardiovascular"]
"performanceRates": ["highRiskCardio"]
},

@@ -949,3 +949,3 @@ {

"qualityId": "446",
"performanceRates": ["congenitalHeartSurgery"]
"performanceRates": ["heartSurgery"]
},

@@ -974,3 +974,3 @@ {

"qualityId": "452",
"performanceRates": ["metastaticColorectalCancer"]
"performanceRates": ["colorectalCancer"]
},

@@ -977,0 +977,0 @@ {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc