Job Description
CHARGE NURSE- BEHAVIORAL HEALTH
Sign On Bonus Potential: up to 30,000
Randallstown, MD
NORTHWEST HOSPITAL
BEHAVIORAL HEALTH
Full-time w/Weekend Commitment - Day shift - 7:00am-7:30pm
Staff Nurse
79012
Posted:
August 9, 2023
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
JOB SUMMARY: Provides safe, age-appropriate patient care, and functions as advisor, resource and leader for other members of the patient care team.
REQUIREMENTS: Formal working knowledge; equivalent to an Associate's degree (2 years college); requires knowledge of a specialized field. 2 or more years of experience in clinical specialty. Nursing Certification of specialty area within 3-5 years of hire. 1-3 years of experience. Maryland Registered Nurse License. American Heart Association BLS Certification.
Additional Information Please note: As a condition of employment, if not already completed, all new hires are required to receive the first dose of the COVID-19 Vaccination Series prior to their Occupational Health pre-employment assessment, and scheduled to complete the Vaccine Series within the first thirty (30) days of employment.
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 = "gmapgcqbp";
var cslocations = $cs.parseJSON('[{\"id\":\"1640465\",\"title\":\"CHARGE NURSE- BEHAVIORAL HEALTH\",\"permalink\":\"charge-nurse-behavioral-health\",\"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();
});