Vue.component('mtm-post-dischrg-overview', { template: '
' + '' + '

Provision of MTM Services Post Hospital Discharge

' + '
' + '' + '

Description

' + '
' + '' + '

The percentage of high-risk patients that have been discharged from the hospital and that receive MTM from a pharmacist within seven days.

' + '

A higher rate indicates better performance.

' + '
' + '' + '

Additional Information

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

Intended Use

' + '
' + '' + '

Quality improvement indicator for health plans.

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

Data Sources

' + '
' + '' + '

Prescription claims data.

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

Denominator

' + '
' + '' + '

Individuals who are considered high-risk (with disease states where pharmacists have high impact such as COPD, CHF, AMI, etc.), that are discharged from the hospital.

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

Exclusions

' + '
' + '' + '

Individuals discharged to hospice, acute rehabilitation, or skilled nursing facilities.

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

Numerator

' + '
' + '' + '

Individuals in the denominator who receive MTM services within 7 days from a pharmacist.

' + '
' + '
' + '
' }); Vue.component('mtm-post-dischrg-rationale', { template: '
' + '' + '

Rationale

' + '
' + '' + "" + '' + '
' }); Vue.component('mtm-post-dischrg', { template: '
' + '' + '' + /*'' +*/ '



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