Apply Now // Setting the Saved Jobs link function setsavedjobs(externalidlist) { if(typeof externalidlist !== 'undefined') { var saved_jobs_query = '/jobs/search?'+externalidlist.replace(/\-\-/g,'&external_id()=')+'&saved_jobs=1'; var saved_jobs_query_sub = saved_jobs_query.replace('/jobs/search?','').replace('&saved_jobs=1',''); if (saved_jobs_query_sub != '') { $('.saved_jobs_link').attr('href',saved_jobs_query); } else { $('.saved_jobs_link').attr('href','/pages/saved-jobs'); } } } var is_job_saved = 'false'; var job_saved_message; function savejob(jobid) { var job_item; if (is_job_saved == 'true') { is_job_saved = 'false'; job_item = ''; $('.saved-jobs-alert__check').toggleClass('removed'); $('.saved-jobs-alert__message').html('Job has been removed.'); } else { is_job_saved = 'true'; job_item = ''+'--'+jobid; $('.saved-jobs-alert__check').toggleClass('removed'); $('.saved-jobs-alert__message').html('Job has been saved!'); } document.cookie = "c_jobs="+job_item+';expires=;path=/'; $('.button-saved, .button-save').toggleClass('d-none'); $('.button-saved').append(' '); $('.saved-jobs-alert-wrapper').fadeIn(); setTimeout(function() { $('.button-saved').html('Saved'); $('.saved-jobs-alert-wrapper').fadeOut(); }, 2000); // Setting the Saved Jobs link - function call setsavedjobs(job_item); } Save Job Saved
Summary
The Rehab team at Grace Medical Center in Baltimore, Maryland seeks a PRN-Physical Therapist to join the team!
About the Role:
Evaluates patients, plans and administers treatment to improve and restore function and relieve pain. Provides professional care in accordance with APTA standards and Maryland State Board of Examiners scope of practice.
Qualifications:
Joining Grace Medical Center means becoming a vital part of a compassionate and collaborative healthcare team dedicated to serving the diverse West Baltimore community. Find a rewarding career that combines clinical excellence with a profound sense of purpose and community impact. Here, you can work within an award-winning institution while gaining invaluable experience and opportunities that come with being a part of a larger healthcare system.
Additional Information
Who We Are:Share: talemetry.share();
Apply Now
var jobsmap = null; var jobsmap_id = "gmapbeqrf"; var cslocations = $cs.parseJSON('({\"id\":\" \",\"title\":\"Physical Therapist, PRN\",\"permalink\":\"physical-therapist-prn\",\"geography\":{\"lat\":\" \",\"lng\":\"- \"},\"location_string\":\"2000 West Baltimore Street, Baltimore, MD\"})'); function tm_map_script_loaded(){ jobsmap = new csns.maps.jobs_map().draw_map(jobsmap_id, cslocations); } function tm_load_map_script(){ csns.maps.script.load( function(){ tm_map_script_loaded(); }); } $(document).ready(function(){ tm_load_map_script(); });