Vue.component('pdc-ccb-overview', { template: '
' + '' + '

Proportion of Days Covered: Calcium Channel Blockers (PDC-CCB)

' + '
' + '' + '

Description

' + '
' + '' + '

The percentage of individuals 18 years and older who met the Proportion of Days Covered (PDC) threshold of 80 percent for calcium channel blockers during the measurement year.

' + '

A higher rate indicates better performance.

' + '
' + '' + '

Additional Information

' + '
' + '' + '' + '

Intended Use

' + '
' + '' + '

Performance measurement for health plans.

' + '
' + '
' + '' + '' + '

Data Sources

' + '
' + '' + '

Prescription claims data.

' + '
' + '
' + '' + '' + '

Denominator

' + '
' + '' + '

Individuals 18 years and older who filled ≥2 prescriptions for any calcium channel blocker or calcium channel blocker combination product on different dates of service in the treatment period.

' + '
' + '
' + '' + '' + '

Exclusions

' + '
' + '' + '

Hospice.

' + '
' + '
' + '' + '' + '

Numerator

' + '
' + '' + '

Individuals who met the PDC threshold of 80% during the measurement year.

' + '
' + '
' + '
' }); Vue.component('pdc-ccb', { template: '
' + '' + /*'' + '' +*/ '



' + '
', props: { rationale: { default: false }, faqs: { default: false } } });