Basic Life Support (BLS), CPR Certification, Cancer, Clinical Medicine, Communication Skills, Identify Issues, Medical Treatment, Oncology, Patient Assessment, Patient Education, Physical Therapy
LOCATION
Baltimore, MD
POSTED
2 days ago
Physical Therapist, Lymphedema, PRN
Baltimore, MD
Sinai Hospital
PRN - Day shift - 8:00am-4:30pm
ALLIED HEALTH
85632
$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 - Outpatient Rehab in Baltimore, MD
is seeking a
PRN Physical Therapist, Lymphedema
to join the team!
About the Role: This position has a strong focus on oncology rehabilitation and lymphedema management. The ideal candidate will have experience or specialized training in treating patients with cancer-related impairments, post-surgical functional limitations, radiation-related complications, and lymphedema. The physical therapist will collaborate closely with an interdisciplinary team to support patients throughout the continuum of cancer care and survivorship.
Qualifications:
Basic professional knowledge; equivalent to a Bachelor’s degree; working knowledge of theory and practice within a specialized field
Maryland Physical Therapist Licensure required
American Heart Association BLS CPR Certification required
Experience or strong clinical interest in oncology rehabilitation and lymphedema management preferred
Lymphedema certification/training (CLT or equivalent) preferred or willingness to obtain within designated timeframe
Ability to evaluate and treat patients with complex medical and functional needs related to oncology diagnoses and treatment
Strong communication, interdisciplinary collaboration, and patient education skills
More than 1 year of experience preferred; oncology and/or lymphedema clinical experience preferred
Share:
talemetry.share();
Apply Now
var jobsmap = null;
var jobsmap_id = "gmaprvpsk";
var cslocations = $cs.parseJSON('[{\"id\":\"1916032\",\"title\":\"Physical Therapist, Lymphedema, PRN\",\"permalink\":\"physical-therapist-lymphedema-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();
});