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

Proportion of Days Covered: Statins (Pharmacy) (PDC-STA-PH)

' + '
' + '' + '

Description

' + '
' + '' + '

The percentage of individuals attributed to the pharmacy ≥18 years of age who met the Proportion of Days Covered (PDC) threshold of 80% for statins during the measurement year.

' + '

A higher rate indicates better performance.

' + '
' + '' + '

Additional Information

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

Intended Use

' + '
' + '' + '

Performance measurement for pharmacies.

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

Data Sources

' + '
' + '' + '

Prescription claims data.

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

Denominator

' + '
' + '' + '

Individuals 18 years and older who prescription claimed ≥2 prescriptions for any statin or statin combination product on different dates of service in the treatment period.

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

Exclusions

' + '
' + '' + '

Hospice and end-stage renal disease (ESRD).

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

Numerator

' + '
' + '' + '

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

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

Attribution

' + '
' + '' + '

Individuals are attributed to the pharmacy with ≥51% of the days\' supply for all of the individual\'s prescription claims involving a target medication.

' + '
' + '
' + '
' }); Vue.component('pdc-sta-ph-ref-1', { template: '' + '' + '1' + '' }); Vue.component('pdc-sta-ph-rationale', { template: '
' + '' + '

Rationale

' + '
' + '' + '

' + '
' + '
' }); Vue.component('pdc-sta-ph-faqs', { template: '
' + '' + '

FAQs

' + '
' + '' + '' + '' + '' + "
" + '

' + '' + '' + '' + '
' }); Vue.component('pdc-sta-ph', { template: '
' + '' + '' + '' + '



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