Merms New Website

This commit is contained in:
Olu Amey
2021-05-19 14:36:02 +00:00
commit 685a80769d
288 changed files with 86164 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<?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'],
);
?>