Basic Life Support (BLS), Clinical Competency, Community Health, Healthcare, Hospital, Occupational Therapy, Patient Assessment
LOCATION
Randallstown, MD
POSTED
2 days ago
Occupational Therapist, PRN
Randallstown, MD
Northwest Hospital
PRN - Day shift - 8:00am-4:30pm
ALLIED HEALTH
95691
$60.00-$60.00
Posted:
July
6, 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
We have room to grow!
Advance your career as an Occupational Therapist-PRN at Northwest Hospital in Randallstown Maryland, with a Rehab team 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:
Evaluates patients, plans, administers patient treatments to restore or improve physical, cognitive, and emotional condition. Proves therapy to utilizing self-care tasks, work skills, muscle re-education, therapeutic activities, etc.
Qualifications:
Basic professional knowledge; equivalent to a Bachelor's degree; working knowledge of theory and practice in a specialized field. BA/BS, MS or DOT in Occupational Therapy. 1-3 years of experience. American Heart Association BLS Certification, Maryland Occupational Therapist License.
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 = "gmapgiapr";
var cslocations = $cs.parseJSON('[{\"id\":\"2165853\",\"title\":\"Occupational Therapist, PRN\",\"permalink\":\"occupational-therapist-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();
});