16 lines
1.2 KiB
PHP
16 lines
1.2 KiB
PHP
<?php
|
|
|
|
$practice_text1 = array(
|
|
['Patient Engagement', 'Through the MERMS myFit users portal & app, patients have better access to their doctors and their medical clinic. ', '/providers'],
|
|
['Care Coordination', 'The MERMS suite of services allows clinical practices to manage tasks needed with ease.', '/providers'],
|
|
['Smart Practice Management', 'MERMS offers an integrated practice management software that can be tailored to meet the unique needs of your practice.', '/providers'],
|
|
['Built for your practice', 'MERMS is purpose-built for the unique needs of your practice', '/providers'],
|
|
);
|
|
|
|
$practice_text2 = array(
|
|
['Health Records', 'Everything from medical history to diagnosis, to referral records, can be accessed with ease.', '/providers'],
|
|
['Telehealth', 'Continue care with MERMS Telehealth. We allow for your practice to visit with patients in a way that helps works for the goal.', '/providers'],
|
|
['Wellness Messenger', 'MERMS Messenger System is designed to reach targeted sets of patients to improve patient outreach.', '/providers'],
|
|
['Committed to your success', 'MERMS goal is to enable your success by helping you and your team make the right decisions to deliver results.', '/providers'],
|
|
);
|
|
?>
|