Mercy Healing Hands
This page has been removed.

This page has been removed.


There are many "yardsticks" to measure your health & health IQ.
Try some of our Calculators, or take a Quiz Get the facts on having a healthy pregnancy.
Get the latest Health Information from our extensive online library.
If you desire to good health, Mercy's Health News Resource Center can help you!
Get the latest in Mercy news, events, community education, health tips and more, conveniently sent to your private email box.
Join our mailing list and receive occasional mailings and notifications from Mercy.
* indicates required
Email Address *
First Name *
Last Name *
Phone (###) ### ####
Address
Street Address
Address Line 2
City
State/Province/Region
Postal / Zip Code
Country
USA
Albania
Algeria
American Samoa
Andorra
Angola
Anguilla
Antigua And Barbuda
Argentina
Armenia
Australia
Austria
Azerbaijan
Bahamas
Bahrain
Bangladesh
Barbados
Belarus
Belgium
Belize
Benin
Bermuda
Bhutan
Bolivia
Bosnia and Herzegovina
Botswana
Brazil
Brunei Darussalam
Bulgaria
Burkina Faso
Burundi
Cambodia
Canada
Cayman Islands
Chile
China
Colombia
Congo
Cook Islands
Costa Rica
Croatia
Cyprus
Czech Republic
Denmark
Dominica
Dominican Republic
Ecuador
Egypt
El Salvador
Estonia
Ethiopia
Faroe Islands
Fiji
Finland
France
French Polynesia
Germany
Ghana
Gibraltar
Greece
Greenland
Grenada
Guam
Guatemala
Guernsey
Haiti
Honduras
Hong Kong
Hungary
Iceland
India
Indonesia
Iraq
Ireland
Israel
Italy
Jamaica
Japan
Jersey (Channel Islands)
Jordan
Kazakhstan
Kenya
Kuwait
Kyrgyzstan
Latvia
Lebanon
Liechtenstein
Lithuania
Luxembourg
Macau
Macedonia
Madagascar
Malawi
Malaysia
Maldives
Mali
Malta
Mauritius
Mexico
Moldova, Republic of
Monaco
Mongolia
Montenegro
Morocco
Mozambique
Myanmar
Namibia
Nepal
Netherlands
Netherlands Antilles
New Caledonia
New Zealand
Nicaragua
Niger
Nigeria
North Korea
Norway
Oman
Pakistan
Palau
Palestine
Panama
Papua New Guinea
Paraguay
Peru
Philippines
Poland
Portugal
Qatar
Republic of Georgia
Romania
Russia
Rwanda
Saint Kitts and Nevis
Saint Lucia
Samoa (Independent)
San Marino
Saudi Arabia
Senegal
Serbia
Seychelles
Singapore
Slovakia
Slovenia
Solomon Islands
South Africa
South Korea
Spain
Sri Lanka
Sudan
Suriname
Swaziland
Sweden
Switzerland
Taiwan
Tanzania
Thailand
Tonga
Trinidad and Tobago
Tunisia
Turkey
Turks & Caicos Islands
Uganda
Ukraine
United Arab Emirates
United Kingdom
Uruguay
Vanuatu
Vatican City State (Holy See)
Venezuela
Vietnam
Virgin Islands (British)
Virgin Islands (U.S.)
Zambia
Zimbabwe
Email Format
html
text
mobile
Close
try {
var jqueryLoaded=jQuery;
jqueryLoaded=true;
} catch(err) {
var jqueryLoaded=false;
}
if (!jqueryLoaded) {
var head= document.getElementsByTagName('head')[0];
var script= document.createElement('script');
script.type= 'text/javascript';
script.src= 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js';
head.appendChild(script);
}
var fnames = new Array();var ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';fnames[3]='MMERGE3';ftypes[3]='phone';fnames[4]='MMERGE4';ftypes[4]='address';var err_style = '';
try{
err_style = mc_custom_error_style;
} catch(e){
err_style = 'margin: 1em 0 0 0; padding: 1em 0.5em 0.5em 0.5em; background: FFEEEE none repeat scroll 0% 0%; font-weight: bold; float: left; z-index: 1; width: 80%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: FF0000;';
}
var head= document.getElementsByTagName('head')[0];
var style= document.createElement('style');
style.type= 'text/css';
if (style.styleSheet) {
style.styleSheet.cssText = '.mce_inline_error {' + err_style + '}';
} else {
style.appendChild(document.createTextNode('.mce_inline_error {' + err_style + '}'));
}
head.appendChild(style);
$(document).ready( function($) {
var options = { errorClass: 'mce_inline_error', errorElement: 'div', onkeyup: function(){}, onfocusout:function(){}, onblur:function(){} };
var mce_validator = $("#mc-embedded-subscribe-form").validate(options);
options = { url: 'http://cantonmercy.us2.list-manage.com/subscribe/post-json?u=1c74d5941744853277c8ebf5d&id=34a1a8bd17&c=?', type: 'GET', dataType: 'json', contentType: "application/json; charset=utf-8",
beforeSubmit: function(){
$('#mce_tmp_error_msg').remove();
$('.datefield','#mc_embed_signup').each(
function(){
var txt = 'filled';
var fields = new Array();
var i = 0;
$(':text', this).each(
function(){
fields[i] = this;
i++;
});
$(':hidden', this).each(
function(){
if ( fields[0].value=='MM' && fields[1].value=='DD' && fields[2].value=='YYYY' ){
this.value = '';
} else if ( fields[0].value=='' && fields[1].value=='' && fields[2].value=='' ){
this.value = '';
} else {
this.value = fields[0].value+'/'+fields[1].value+'/'+fields[2].value;
}
});
});
return mce_validator.form();
},
success: mce_success_cb
};
$('#mc-embedded-subscribe-form').ajaxForm(options);
});
function mce_success_cb(resp){
$('#mce-success-response').hide();
$('#mce-error-response').hide();
if (resp.result=="success"){
$('#mce-'+resp.result+'-response').show();
$('#mce-'+resp.result+'-response').html(resp.msg);
$('#mc-embedded-subscribe-form').each(function(){
this.reset();
});
} else {
var index = -1;
var msg;
try {
var parts = resp.msg.split(' - ',2);
if (parts[1]==undefined){
msg = resp.msg;
} else {
i = parseInt(parts[0]);
if (i.toString() == parts[0]){
index = parts[0];
msg = parts[1];
} else {
index = -1;
msg = resp.msg;
}
}
} catch(e){
index = -1;
msg = resp.msg;
}
try{
if (index== -1){
$('#mce-'+resp.result+'-response').show();
$('#mce-'+resp.result+'-response').html(msg);
} else {
err_id = 'mce_tmp_error_msg';
html = ' '+msg+'';
var input_id = '#mc_embed_signup';
var f = $(input_id);
if (ftypes[index]=='address'){
input_id = '#mce-'+fnames[index]+'-addr1';
f = $(input_id).parent().parent().get(0);
} else if (ftypes[index]=='date'){
input_id = '#mce-'+fnames[index]+'-month';
f = $(input_id).parent().parent().get(0);
} else {
input_id = '#mce-'+fnames[index];
f = $().parent(input_id).get(0);
}
if (f){
$(f).append(html);
$(input_id).focus();
} else {
$('#mce-'+resp.result+'-response').show();
$('#mce-'+resp.result+'-response').html(msg);
}
}
} catch(e){
$('#mce-'+resp.result+'-response').show();
$('#mce-'+resp.result+'-response').html(msg);
}
}
}
Mercy Medical Center is the FIRST hospital in northeast Ohio to achieve CAP 15189SM accreditation.
Mercy Department of Pathology and Laboratory Medicine achieved the College of American Pathologists CAP 15189SM accreditation based on quality standards outlined by the International Organization for Standardization. Accreditation focuses on improved patient safety and risk reduction, outlining standards for quality and competence particular to medical laboratories.
Mercy laboratory professionals and pathologists work behind the scenes to accurately and efficiently analyze fluids and tissues to help physicians diagnose disease, manage treatment and determine a person's risk for developing a medical condition.
Mercy Medical Center recently became the first hospital in Northeast Ohio to achieve the College of American Pathologists CAP 15189(SM) accreditation based on the quality standards outlined by the International Organization for Standardization (ISO). The accreditation focuses on improved patient safety and risk reduction, outlining standards for quality and competence particular to medical laboratories.
Pictured are Jeffrey L. Smith, Mercy Medical Center Senior Vice President and Chief Operating Officer; Aida Safar, M.D., FCAP, medical director for the Mercy Department of Pathology and Laboratory Medicine; Michael Grilliot, National Account Manager for CAP 15189 (College of American Pathology); Thomas E. Cecconi, President and Chief Executive Officer of Mercy Medical Center; Mary Ann Burich-Boccia, MBA, MT (ASCP), SBB, administrative director of the Mercy Department of Pathology and Laboratory Medicine and Gayle Brown, laboratory coordinator at Mercy.
For your convenience, Mercy offers outpatient laboratory services at the following locations:
MERCY MEDICAL CENTER
1320 Mercy Drive NW, Canton
(330) 489-1300 - Central Scheduling
(330) 489-1075 - Laboratory
6:45 a.m. - 6:00 p.m. (Monday, Tuesday & Thursday)
6:45 a.m. - 5:00 p.m. (Wednesday & Friday)
7:00 a.m. - 12:00 p.m. (Saturday)
No Appointment Necessary
MERCY HEALTH CENTER OF LAKE
11932 King Church Avenue NW, Uniontown
Phone: (330) 877-5000
7:00 a.m. - 4:00 p.m. (Monday through Friday)
No Appointment Necessary
MERCY HEALTH CENTER OF NORTH CANTON
6200 Whipple Avenue NW, North Canton
(330) 489-1300 - Central Scheduling
(330) 966-4979 - Laboratory
7:00 a.m. - 10:00 p.m. (Monday through Saturday)
8:00 a.m. - 10:00 p.m. (Sunday)
No Appointment Necessary
MERCY HEALTH CENTER OF JACKSON
7337 Caritas Circle NW, Massillon
(330) 830-6110 - Facility
7:00 a.m. - 9:00 p.m. (Monday through Friday)
9:00 a.m. - 5:00 p.m. (Saturday and Sunday)
No Appointment Necessary
MERCY HEALTH CENTER OF PLAIN
1811 Schneider Ave. NE, Canton
(330) 494-6480
8:00 a.m. - 7:00 p.m. (Monday through Friday)
9:00 a.m. - 2:00 p.m. (Saturday)
No Appointment Necessary
MERCY LABORATORY SERVICES AT HARRISON
1445 Harrison Professional Center
South Building, Suite 204, Canton
Phone: (330) 452-7994 - Laboratory
8:00 a.m. - 4:15 p.m. (Monday, Tuesday,
Thursday & Friday)
8:00 a.m. - 12:15 p.m. (Wednesday)
Closed for Lunch (12:30 p.m. - 1:30 p.m.)
No Appointment Necessary
MERCY LABORATORY SERVICES AT LITTLE FLOWER
211 – 15th Street NW, Canton
Phone: (330) 588-3354
8:00 a.m. - 4:00 p.m. (Monday, Tuesday, Thursday & Friday)
8:00 a.m. - 12:00 p.m. (Wednesday)
Closed for Lunch (12:00 p.m. - 1:00 p.m.)
No Appointment Necessary
MERCY HEALTH CENTER OF LOUISVILLE
1302 West Main Street, Louisville
Phone: (330) 875-0096 - Laboratory
7:00 a.m. - 4:00 p.m. (Monday, Tuesday & Friday)
7:00 a.m. - 12:00 p.m. (Wednesday)
7:00 a.m. - 5:00 p.m. (Thursday)
Closed for Lunch (12:00 p.m. - 1:00 p.m.)
No Appointment Necessary
MERCY HEALTH CENTER OF CARROLL COUNTY
125 Canton Road NW, Carrollton
Phone: (330) 627-7641
7:00 a.m. - 9:00 p.m. (Monday through Friday)
9:00 a.m. - 5:00 p.m. (Saturday and Sunday)
No Appointment Necessary
MERCY HEALTH CENTER OF TUSCARAWAS COUNTY
1031 West High Ave., New Philadelphia
Phone: (330) 365-5100
7:00 a.m. - 9:00 p.m. (Monday through Friday)
9:00 a.m. - 5:00 p.m. (Saturday and Sunday)
No Appointment Necessary
Sites Performing Special Services:
PRESCHOOL AGE DRAWS
Carrollton
North Canton
Mercy Medical Center
Harrison
Little Flower
Jackson
Tuscarawas
RSV COLLECTION
Mercy Health Center of North Canton
ADULT CATH URINES
Mercy Medical Center
PEDIATRIC CATH URINES
Mercy Medical Center
BLOOD OBTAINED FROM LINE DRAWS
Mercy Medical Center
For questions contact:
Steve Boger........................... (330) 489-1223
Sandi Boron........................... (330) 489-1111, ext. 4235
Pathology Services and Clinical Laboratory oversight is provided by ModernPath, Inc.
Mercy Medical Center 1320 Mercy Dr. N.W. Canton, OH 44708 Main Phone:330-489-1000 Contact Us
a nonprofit corporation of The Sisters of Charity of St. Augustine Health System [Privacy Policy]
