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
Registered Respiratory Therapist (RRT) – PRN
Levindale Hospital | LifeBridge Health / Baltimore MD
Meaningful Care. Real Impact.
At Levindale Hospital, part of LifeBridge Health, we specialize in post-acute care, rehabilitation, and long-term care services for a medically complex and geriatric population. Our Respiratory Therapy team plays a critical role in enhancing quality of life and supporting recovery for our patients and residents.
We are seeking a PRN Registered Respiratory Therapist (RRT) who thrives in a collaborative environment and is passionate about delivering high-quality pulmonary care with compassion and clinical excellence.
Provides direct respiratory care to patients within the chronic hospital setting and across Levindale’s continuum of care. Delivers treatment in accordance with regulatory standards including JCAHO, State of Maryland, hospital, and departmental guidelines. Supports interdisciplinary care teams to ensure optimal respiratory outcomes for patients.
If you’re looking for a flexible role where your skills truly make a difference in patients’ daily lives, we’d love to connect with you.
Share: talemetry.share();
Apply Now
var jobsmap = null; var jobsmap_id = "gmapvbdgj"; var cslocations = $cs.parseJSON('({\"id\":\" \",\"title\":\"Respiratory Therapist - RRT - LTC- Levindale Hospital - Baltimore, MD\",\"permalink\":\"respiratory-therapist-rrt-ltc-levindale-hospital-baltimore-md\",\"geography\":{\"lat\":\" \",\"lng\":\"- \"},\"location_string\":\"2434 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(); });