Mediabistro logo
job logo

APP - Critical Care

LifeBridge Health, Baltimore, MD, United States


APP - Critical Care

Sign On Bonus Potential: Up to 10,000.00

Baltimore, MD

SINAI HOSPITAL

HOSPITALISTS

Full-time - Day shift - 7:00am-7:30pm

PROVIDERS/NP/PA

95937

$45.00-$90.00

Posted:
April

8, 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

Job Title:

Advanced Practice Provider (APP) – Critical Care

Location:

Sinai Hospital

Employment Type:

Full-Time

Position Summary

The Advanced Practice Provider (APP) – Critical Care is responsible for delivering safe, high-quality patient care as part of a physician-directed healthcare team. This role involves comprehensive patient assessment, diagnosis, and management of critically ill patients while ensuring adherence to evidence-based practices. The APP plays a vital role in care coordination, clinical decision-making, and interdisciplinary collaboration.

Key Responsibilities

Perform comprehensive patient histories and physical examinations

Accurately document all patient encounters in a timely manner

Conduct daily rounds and proactively manage patient care plans

Identify and address abnormal findings from physical exams and diagnostic tests

Order and interpret appropriate diagnostic and therapeutic interventions

Deliver cost-effective, evidence-based patient care

Demonstrate strong pharmacological knowledge and prescribe medications safely

Communicate effectively with patients, families, and interdisciplinary care teams

Collaborate with hospitalists, consultants, and other departments to ensure continuity of care

Serve as a mentor and clinical resource to team members

Participate in departmental meetings, committees, and required educational activities

Ensure compliance with institutional policies, regulatory standards, and reimbursement requirements

Maintain up-to-date knowledge of clinical guidelines and evidence-based treatment practices

Qualifications

Required:

Current Maryland PA or CRNP license (or eligibility to obtain)

Controlled Dangerous Substances (CDS) license in Maryland (or eligibility)

Basic Life Support (BLS) certification

Advanced Cardiovascular Life Support (ACLS) certification

Preferred:

Experience in critical care, ICU, or hospitalist settings

Strong clinical judgment and critical thinking skills

Core Competencies

Advanced clinical assessment and diagnostic skills

Effective communication and teamwork abilities

Ability to work in a fast-paced, high-acuity environment

Commitment to patient-centered, high-quality care

Leadership and mentoring capabilities

Why Join Sinai Hospital?

Join a dynamic critical care team committed to excellence in patient care. This position offers the opportunity to work at the top of your license while contributing to a collaborative, supportive, and patient-focused environment.

Additional Information
Who We Are:

LifeBridge Health is a dynamic, purpose-driven health system redefining care delivery across the mid-Atlantic and beyond, anchored by our mission to “improve the health of people in the communities we serve.” Join us to advance health access, elevate patient experiences, and contribute to a system that values bold ideas and community-centered care.

What We Offer:

Impact:

Join a team that values innovation and outcomes, delivering life-saving care to our youngest and most vulnerable patients.

Growth : Opportunities for professional development, including tuition reimbursement and developing foundational skills for neonatal critical care leadership and advanced certification.

Support:

A culture of collaboration with resources like unit-based practice councils and advanced clinical education support — improving both workflow efficiency and patient outcomes and allowing you to work at the top of your license.

Benefits : Competitive compensation (additional compensation such as overtime, shift differentials, premium pay, and bonuses may apply depending on job), comprehensive health plans, free parking, and wellness programs.

Why LifeBridge Health?

With over 14,000 employees, 130 care locations, and two million annual patient encounters, we combine strategic growth, innovation, and deep community commitment to deliver exceptional care anchored by five leading centers in the Baltimore region: Sinai Hospital of Baltimore, Grace Medical Center, Northwest Hospital, Carroll Hospital, and Levindale Hebrew Geriatric Center and Hospital.

Our organization thrives on a culture of CARE BRAVELY—where compassion, courage, and urgency drive every decision, empowering teams to shape the future of healthcare.

LifeBridge Health complies with applicable Federal civil rights laws and does not discriminate on the basis of race, color, national origin, age, disability, sex or sexual orientation and gender identity/expression. LifeBridge Health does not exclude people or treat them differently because of race, color, national origin, age, disability, sex or sexual orientation and gender identity/expression.

Share:

talemetry.share();

Apply Now

var jobsmap = null;
var jobsmap_id = "gmapybpva";
var cslocations = $cs.parseJSON('[{\"id\":\"2168354\",\"title\":\"APP - Critical Care\",\"permalink\":\"app-critical-care\",\"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();
});