OR Room Assistant Specialist - Union
Baltimore, MD
Sinai Hospital
Full-time w/Weekend Commitment - Various Shifts - Hours Vary
SUPPORT SERVICES
93569
$17.00-$17.00
Posted:
June 18, 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('
');
$('.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
Work Schedule: Weekends, both Saturday/Sunday and one weekday
About the Role : Monitors par levels of sterile supplies in the Operating Room and assist in room preparation and set up. Performs necessary tasks to ensure the ORs are thoroughly cleaned and prepared. Facilitates room set up for procedures in the OR in accordance with established performance standards, and time frames. Provides assistance with patient care (pre, intra and postoperatively).
Qualifications : Entry level knowledge; basic employment skills; High School Diploma, GED equivalent or High School certificate. Less than 1 year of experience. American Heart Association BLS CPR Certification. If the new hire does not have Medical Terminology upon hire, then the employee must obtain Medical Terminology within 6 months of being hired.
Sinai Hospital,
with a mission that includes teaching the future generations of healthcare professionals, is one of only four Level II-designated trauma centers in Baltimore and has been nationally recognized for patient safety and innovation. Sinai has proudly served the people of greater Baltimore for more than 150 years, as well as national and international patients. Visit our website lifebridgehealth.org to learn more.
Share:
talemetry.share();
Apply Now
var jobsmap = null;
var jobsmap_id = "gmapjwfxu";
var cslocations = $cs.parseJSON('[{\"id\":\"2127081\",\"title\":\"OR Room Assistant Specialist - Union\",\"permalink\":\"or-room-assistant-specialist-union\",\"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();
});