Acute Care, Clinical Competency, Community Health, Healthcare, Hospital, Patient Assessment, Speech and Language Pathology
LOCATION
Randallstown, MD
POSTED
3 days ago
Speech Language Pathologist – PRN
Randallstown, MD
Northwest Hospital
SPEECH THERAPY
PRN - Day shift - 8:00am-4:30pm
ALLIED HEALTH
89461
$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
Advance your career as a Speech Language Pathologist PRN with a Rehab team at Northwest Hospital in Randallstown, Maryland that values excellence, collaboration, and growth.
Join our department led by experienced professionals who are committed to developing the next generation of rehab clinicians.
Be part of a program that invests in your clinical skills, professional development, and long-term success.
About the Role:
The
Speech Language Pathology Therapist-PRN
in an acute care environment evaluates patients, plans, and administers patient treatments, to restore or improve physical, cognitive, and emotional condition. Provides therapy to patients utilizing self-care tasks, work skills, muscle re-education, therapeutic activities, etc.
Qualifications:
Master’s degree in Speech Language Pathology
Maryland license; American Heart BLS CPR
1-3 years experience
Northwest Hospital
has been dedicated to the needs of the greater northwest Baltimore community for over 50 years, caring for the citizens of Baltimore County, western Baltimore City, Carroll County, Howard County and beyond by offering comprehensive healthcare to its patients.
Here, you can work within an award-winning institution while gaining invaluable experience and opportunities that come with being a part of a larger community healthcare system.
Visit our website lifebridgehealth.org to learn more.
Share:
talemetry.share();
Apply Now
var jobsmap = null;
var jobsmap_id = "gmapbjmpf";
var cslocations = $cs.parseJSON('[{\"id\":\"2032528\",\"title\":\"Speech Language Pathologist – PRN\",\"permalink\":\"speech-language-pathologist-prn\",\"geography\":{\"lat\":\"39.3589414\",\"lng\":\"-76.7816866\"},\"location_string\":\"5401 Old Court Road, Randallstown, 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();
});