ASST. NURSE MANAGER PSYCH - SINAI
Sign On Bonus Potential: Up to $20,000
Baltimore, MD
SINAI HOSPITAL
NURSING PSYCHIATRIC
Full-time - Hours vary - Hours Vary
RN Leader
84302
$41.26-$63.95 Experience based
Posted:
Yesterday
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
UNIT SUMMARY:
24 bed short stay stabilization unit
JOB SUMMARY
: The Assistant Nurse Manager is a supportive role to the Unit Nurse Manager and staff. This role has 24/7 accountability with a focus on improving and sustaining positive patient outcomes, the patient experience, facilitating patient throughput, staff engagement, operations, fiscal and change management. In addition, it will be a requirement for this individual to maintain basic nursing skills as required by their specialty. The individual must demonstrate basic competence in clinical, ethical and legal aspects surrounding the provision of patient care. In the absence of the Nurse manager, the Assistant Nurse Manager will assume full oversight and responsibilities for their assigned unit/s.
REQUIREMENTS
:
Bachelor’s in Nursing (BSN) required.
1 year of formal nursing leadership experience is preferred.
1-3 years of relevant RN Psych experience in a inpatient hospital setting required.
Maryland Registered Nurse License, American Heart Association BLS Certification
Must be a member of a Professional Organization
#CareerPriority
Additional Information
As one of the largest health care providers in Maryland, with 13,000 team members, We strive to
CARE BRAVELY
for over 1 million patients annually. LifeBridge Health includes Sinai Hospital of Baltimore, Northwest Hospital, Carroll Hospital, Levindale Hebrew Geriatric Center and Hospital and Grace Medical Center, as well as our Community Physician Enterprise, Center for Hope, Practice Dynamics, and business partners: LifeBridge Health & Fitness, ExpressCare and HomeCare of Maryland.
Share:
talemetry.share();
Apply Now
var jobsmap = null;
var jobsmap_id = "gmaphjwir";
var cslocations = $cs.parseJSON('[{\"id\":\"\",\"title\":\"ASST. NURSE MANAGER PSYCH - SINAI\",\"permalink\":\"asst-nurse-manager-psych-sinai\",\"geography\":{\"lat\":\"39.\",\"lng\":\"-76.\"},\"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();
});