Our Care Sites
Serving Southeast Michigan
Serving West Michigan
Physical therapy services
Athletic development services

Embedded Pharmacy

A pharmacist stands with her arms crossed looking professional

Our clinical pharmacists work closely with your primary care providers as a part of the patient-centered medical home (PCMH). Through in-office and telephone appointments, they can help patients achieve optimal control of chronic conditions, such as diabetes, high blood pressure, or high cholesterol.

Clinical pharmacists provide comprehensive medication review services including, adjusting current medications to ensure maximum safety and efficacy, ongoing monitoring, and disease state education. They also work with patients to set dietary and lifestyle goals to improve the management of various conditions.

 

';

var locationLayout = '

{custom_s_address1}
{custom_s_address2}
{custom_s_city}, {custom_s_state} {custom_s_postalcode}

';

var locationDistanceLayout = '

{custom_s_address1}
{custom_s_address2}
{custom_s_city}, {custom_s_state} {custom_s_postalcode}

';

var contentAppArray = "Embedded Pharmacy".split('|');
var contentAppArray2 = "".split('|');
var contentAppArray3 = "".split('|');
var userPostalCode = sessionStorage.getItem('postalCode');

var contentQueryIdList = '(';

if(userPostalCode == null || userPostalCode == 'null') {
contentQueryIdList = '(custom_ss_types:("' + contentAppArray[0] + '")';
for(var i = 1; i contentAppArray.length; i++) {
contentQueryIdList += ' OR custom_ss_types:("' + contentAppArray[i] + '")';
}
contentQueryIdList += ')&sort=';
if('' != '') {
contentQueryIdList = contentQueryIdList.replace('&sort=', '');
contentQueryIdList += ' AND (:("' + contentAppArray2[0] + '")';
for(var i = 1; i contentAppArray2.length; i++) {
contentQueryIdList += ' OR :("' + contentAppArray2[i] + '")';
}
contentQueryIdList += ')&sort=';
}
if('' != '') {
contentQueryIdList = contentQueryIdList.replace('&sort=', '');
contentQueryIdList += ' AND (:("' + contentAppArray3[0] + '")';
for(var i = 1; i contentAppArray2.length; i++) {
contentQueryIdList += ' OR :("' + contentAppArray3[i] + '")';
}
contentQueryIdList += ')&sort=';
}
if ("Location" == "Provider") {
contentquery.search('contentAppProvider584240', 'custom_s_content_type:("Provider") AND !custom_b_archived:true AND '+ contentQueryIdList, providerLayout, 6, '', 0, '');
} else if ("Location" == "Location" && "" != "None" && "" != "") {
contentquery.search('contentAppLocation584240', 'custom_s_content_type:("Location") AND !custom_b_archived:true AND (custom_ss_directandparentlocationids:(**)) AND '+ contentQueryIdList, locationLayout, 3, '', 0, '');
} else {
contentquery.search('contentAppLocation584240', 'custom_s_content_type:("Location") AND !custom_b_archived:true AND '+ contentQueryIdList, locationLayout, 3, '', 0, '');
}
$('span.location-postal-info').remove();
$('.location-list-item .form-group.ih-field-distance').addClass('hidden');
} else {
var zipLatLong = "";
var xhr = $.get('https://nominatim.openstreetmap.org/search.php?q=$'+ userPostalCode +'&polygon_geojson=0&countrycodes=us&format=json');

xhr.done(function(data) {
zipLatLong = data[0].lat + ',' + data[0].lon;

contentQueryIdList = '(custom_ss_types:("' + contentAppArray[0] + '")';
for(var i = 1; i contentAppArray.length; i++) {
contentQueryIdList += ' OR custom_ss_types:("' + contentAppArray[i] + '")';
}
contentQueryIdList += ')';
if('' != '') {
contentQueryIdList += ' AND (:("' + contentAppArray2[0] + '")';
for(var i = 1; i contentAppArray2.length; i++) {
contentQueryIdList += ' OR :("' + contentAppArray2[i] + '")';
}
contentQueryIdList += ')';
}
if('' != '') {
contentQueryIdList += ' AND (:("' + contentAppArray3[0] + '")';
for(var i = 1; i contentAppArray2.length; i++) {
contentQueryIdList += ' OR :("' + contentAppArray3[i] + '")';
}
contentQueryIdList += ')';
}
if ("Location" == "Provider") {
contentqueryGeo.search('contentAppProvider584240', 'custom_s_content_type:("Provider") AND !custom_b_archived:true AND '+ contentQueryIdList + '&sfield=custom_p_primarylocationlatlong&pt='+ zipLatLong +'&sort=score+asc', providerLayout, 6, '', 0, '');
} else if ("Location" == "Location" && "" != "None" && "" != "") {
contentqueryGeo.search('contentAppLocation584240', 'custom_s_content_type:("Location") AND !custom_b_archived:true AND (custom_ss_directandparentlocationids:(**)) AND '+ contentQueryIdList + '&sfield=custom_p_latlong&pt='+ zipLatLong +'&sort=score+asc', locationDistanceLayout, 3, '', 0, '');
} else {
contentqueryGeo.search('contentAppLocation584240', 'custom_s_content_type:("Location") AND !custom_b_archived:true AND '+ contentQueryIdList + '&sfield=custom_p_latlong&pt='+ zipLatLong +'&sort=score+asc', locationDistanceLayout, 3, '', 0, '');
} $('#resultsWrapper_contentAppProvider584240').siblings('h2').html($('#resultsWrapper_contentAppProvider584240').siblings('h2').text() + ' near ' + userPostalCode + '');
$('.location-list-item .form-group.ih-field-distance').removeClass('hidden');
});
}
});