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

Primary Medication Nonadherence (PMN)

' + '
' + '' + '

Description

' + '
' + '' + '

The percentage of prescriptions for chronic medications e-prescribed by a prescriber and not obtained by the patient in the following 30 days.

' + '

A higher rate indicates better performance.

' + '
' + '' + '

Additional Information

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

Intended Use

' + '
' + '' + '

Performance measurement for pharmacies and networks of pharmacies.

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

Data Sources

' + '
' + '' + '

E-Prescription data.

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

Denominator

' + '
' + '' + '

The number of e-prescriptions for newly initiated drug therapy for a chronic medication during the measurement period and for the eligible population.

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

Exclusions

' + '
' + '' + '
    ' + '
  • Prescriptions where there is a prescription dispensing record in the preceding 180 days for the same drug
  • ' + '
  • OTC medications
  • ' + '
  • Duplicate medications, defined as any medication that has been e-prescribed twice in a 30-day period with no prescription fill in between the e-prescriptions
  • ' + '
' + '
' + '
' + '' + '' + '

Numerator

' + '
' + '' + '

The number of e-prescribing transactions in the denominator where there was no pharmacy dispensing event that matched the patient and the prescribed drug or appropriate alternative drug within 30 days following the e-prescribing event.

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

Rationale

' + '
' + '' + '

' + '
' + '
' }); Vue.component('pmn-faqs', { template: '
' + '' + '

FAQs

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

' + '' + '' + '' + '
' }); Vue.component('pmn', { template: '
' + '' + '' + '' + '



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