Acute Care, Basic Life Support (BLS), CPR Certification, Healthcare, Hospital, Multicultural, Pathology, Patient Assessment, Quality of Life, Speech and Language Pathology
LOCATION
Baltimore, MD
POSTED
2 days ago
Speech Pathologist - PRN
Baltimore, MD
Sinai Hospital
ACUTE CARE THERAPY
PRN - Day shift - 8:00pm-4:30am
ALLIED HEALTH
96466
$60.00-$60.00
Posted:
July
9, 2026
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('
// Setting the Saved Jobs link - function call
setsavedjobs(job_item);
}
Save Job
Saved
Summary
The Rehabilitation Institute at Sinai in Baltimore, MD is seeking a Speech Pathologist-PRN to join the Acute Care Therapy Rehab team!
Speech
Pathologists are an integral part of the comprehensive rehabilitation team at Sinai Hospital, providing essential therapies vital for patient recovery and quality of life. Here, your career will thrive, thanks to interdisciplinary collaboration, drawing on the diverse expertise of healthcare professionals and meeting the varied needs of a multicultural patient population while delivering personalized, effective care.
About the Role:
Evaluate patients, as well as plan and administer treatment to improve and restore cognition, communication and/or swallowing ability.
Provides professional care in accordance with ASHA standards and Maryland State Board of Examiners scope of practice.
REHABILITATION INSTITUTE TEAM MEMBER BENEFITS:
Positive team environment
Mentorship
1:1 patient care
On-site continuum of care
Advanced patient care technology
Research division involvement opportunities
CEU reimbursement
Certification reimbursement
In-house CEU opportunities
Committee involvement
Student/volunteer program
Competitive salary
Generous time off
Opportunities for additional shifts/hours, if interested
Free parking
Qualifications:
Education:
Master’s degree in Speech Language Pathology
Licensure:
Maryland license; American Heart Association BLS CPR
Share:
talemetry.share();
Apply Now
var jobsmap = null;
var jobsmap_id = "gmapbolzr";
var cslocations = $cs.parseJSON('[{\"id\":\"2181851\",\"title\":\"Speech Pathologist - PRN\",\"permalink\":\"speech-pathologist-prn\",\"geography\":{\"lat\":\"39.3527548\",\"lng\":\"-76.6619418\"},\"location_string\":\"2401 W. Belvedere Avenue, 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();
});