eCQM Title | International Prostate Symptom Score (IPSS) or American Urological Association-Symptom Index (AUA-SI) Change 6-12 Months After Diagnosis of Benign Prostatic Hyperplasia |
||
eCQM Identifier (Measure Authoring Tool) | 771 | eCQM Version number | 1.4.000 |
NQF Number | Not Applicable | GUID | 1c05c6c0-8099-4270-83ce-292cf6e35c51 |
Measurement Period | January 1, 20XX through December 31, 20XX | ||
Measure Steward | Large Urology Group Practice Association (LUGPA) | ||
Measure Developer | Large Urology Group Practice Association (LUGPA) | ||
Endorsed By | None | ||
Description | |||
Copyright | |||
Disclaimer | |||
Measure Scoring | Proportion | ||
Measure Type | Outcome | ||
Stratification | |||
Risk Adjustment | |||
Rate Aggregation | |||
Rationale | |||
Clinical Recommendation Statement | |||
Improvement Notation | |||
Reference | |||
Reference | |||
Reference | |||
Reference | |||
Reference | |||
Reference | |||
Definition | |||
Guidance | |||
Transmission Format | |||
Initial Population | |||
Denominator | |||
Denominator Exclusions | |||
Numerator | |||
Numerator Exclusions | |||
Denominator Exceptions | |||
Supplemental Data Elements |
( "Patient is Male" ) and exists ( "Qualifying Encounter" ) and exists ( "Initial BPH Diagnosis Within 6 Months Before or After Start of Measurement Period" ) and "Urinary Symptom Score Within 1 Month after Initial BPH Diagnosis" is not null and "Urinary Symptom Score 6 to 12 Months After Initial BPH Diagnosis" is not null
"Initial Population"
exists ( "Urinary Retention Diagnosis Starts Within 1 Year After Initial BPH Diagnosis" ) or exists ( "Initial BPH Diagnosis Starts During or Within 30 Days After End of Hospitalization" ) or ( "Morbid Obesity Diagnosis or BMI Exam Result Greater Than 40 Starts On or Before Follow Up USS Assessment" )
"Urinary Symptom Score Improvement Greater Than or Equal To 3"
from ["Assessment, Performed": "American Urological Association Symptom Index [AUASI]"] AUASIAssessment, ["Assessment, Performed": "If you were to spend the rest of your life with your urinary condition just the way it is now, how would you feel about that [IPSS]"] QOLAssessment let AUASIAssessmentresult: ( AUASIAssessment.result as Integer ) + ( QOLAssessment.result as Integer ) where AUASIAssessment.authorDatetime same day as QOLAssessment.authorDatetime and AUASIAssessment.result is not null and QOLAssessment.result is not null return { authorDatetime: AUASIAssessment.authorDatetime, result: AUASIAssessmentresult }
["Physical Exam, Performed": "Estimated BMI greater than 40"] BMIExam with "Urinary Symptom Score 6 to 12 Months After Initial BPH Diagnosis" FollowUpUSSAssessment such that ( BMIExam.authorDatetime during "Measurement Period" and BMIExam.authorDatetime on or before FollowUpUSSAssessment.authorDatetime ) and BMIExam.result > 40 'kg/m2'
"Initial Population"
exists ( "Urinary Retention Diagnosis Starts Within 1 Year After Initial BPH Diagnosis" ) or exists ( "Initial BPH Diagnosis Starts During or Within 30 Days After End of Hospitalization" ) or ( "Morbid Obesity Diagnosis or BMI Exam Result Greater Than 40 Starts On or Before Follow Up USS Assessment" )
["Assessment, Performed": "International Prostate Symptom Score [IPSS]"] IPSSAssessment where IPSSAssessment.result is not null return { authorDatetime: ( IPSSAssessment.authorDatetime ), result: ( IPSSAssessment.result as Integer ) }
"Initial BPH Diagnosis Within 6 Months Before or After Start of Measurement Period" InitialBPHDiagnosis with ["Encounter, Performed": "Hospital Services for urology care"] InHospitalServices such that InitialBPHDiagnosis.prevalencePeriod starts during Interval[start of InHospitalServices.relevantPeriod, ( end of InHospitalServices.relevantPeriod ) + 31 days )
["Diagnosis": "Benign prostatic hyperplasia with lower urinary tract symptoms"] NewBPHDiagnosis where NewBPHDiagnosis.prevalencePeriod starts during Interval[start of "Measurement Period" - 6 months, end of "Measurement Period"]
( "Patient is Male" ) and exists ( "Qualifying Encounter" ) and exists ( "Initial BPH Diagnosis Within 6 Months Before or After Start of Measurement Period" ) and "Urinary Symptom Score Within 1 Month after Initial BPH Diagnosis" is not null and "Urinary Symptom Score 6 to 12 Months After Initial BPH Diagnosis" is not null
["Diagnosis": "Morbid Obesity"] MorbidObesity with "Urinary Symptom Score 6 to 12 Months After Initial BPH Diagnosis" FollowUpUSSAssessment such that ( MorbidObesity.prevalencePeriod overlaps "Measurement Period" and MorbidObesity.authorDatetime on or before FollowUpUSSAssessment.authorDatetime )
exists "Morbid Obesity Diagnosis On or Before Follow Up USS Assessment" or exists "BMI Exam Result Greater Than 40 During Measurement Period and On or Before Follow Up USS Assessment"
"Urinary Symptom Score Improvement Greater Than or Equal To 3"
exists ["Patient Characteristic Sex": "Male"]
["Encounter, Performed": "Office Visit"] ValidEncounter where ValidEncounter.relevantPeriod during "Measurement Period"
["Patient Characteristic Ethnicity": "Ethnicity"]
["Patient Characteristic Payer": "Payer"]
["Patient Characteristic Race": "Race"]
["Patient Characteristic Sex": "ONC Administrative Sex"]
["Diagnosis": "Urinary retention"] UrinaryRetention with "Initial BPH Diagnosis Within 6 Months Before or After Start of Measurement Period" InitialBPHDiagnosis such that UrinaryRetention.prevalencePeriod starts 1 year or less on or after day of start of InitialBPHDiagnosis.prevalencePeriod
"Documented IPSS Assessment Result" union "AUA Symptom Index and Quality of Life Assessment Result"
Last("Urinary Symptom Score" LastUSSAssessment with "Initial BPH Diagnosis Within 6 Months Before or After Start of Measurement Period" InitialBPHDiagnosis such that months between start of InitialBPHDiagnosis.prevalencePeriod and LastUSSAssessment.authorDatetime in Interval[6, 12] sort by authorDatetime )
from "Urinary Symptom Score Within 1 Month after Initial BPH Diagnosis" FirstUSSAssessment, "Urinary Symptom Score 6 to 12 Months After Initial BPH Diagnosis" FollowUpUSSAssessment let USSChange: FirstUSSAssessment.result - FollowUpUSSAssessment.result return USSChange
( "Urinary Symptom Score Improvement" USSImprovement where USSImprovement >= 3 ) is not null
First("Urinary Symptom Score" InitialUSSAssessment with "Initial BPH Diagnosis Within 6 Months Before or After Start of Measurement Period" InitialBPHDiagnosis such that InitialUSSAssessment.authorDatetime 1 month or less on or after day of start of InitialBPHDiagnosis.prevalencePeriod sort by authorDatetime )
["Patient Characteristic Ethnicity": "Ethnicity"]
["Patient Characteristic Payer": "Payer"]
["Patient Characteristic Race": "Race"]
["Patient Characteristic Sex": "ONC Administrative Sex"]
Measure Set |