Skip to content

Paulette M. McIntosh- Brown

Position(s): Assistant Professor, School of Health Professions

Department(s): Faculty

PhD. (ABD) Healthcare Administration Capella University • M.S. Iona College HealthCare Administration • BBA, Monroe College Business Administration in Business Management • AAS, Monroe College Associate in Applied Science in Business Administration

Certifications:
CPC- Certified Professional Coder • American Academy of Professional Coders • CBCS- Certified Billing & Coding Specialist -National Career Association

As an Assistant Healthcare professor, I am committed to the ethical standards of the Healthcare industry, by following the rules and regulations set by the federal Government on healthcare. My commitment to the academic standards set for the industry is demonstrated by setting excellent examples for my students to follow. Upholding the creed of conduct for Academia and the healthcare industry is of utmost importance for student development and growth; that will transform their career path. My Teaching philosophy is grounded in integrating hands-on skills that helps with critical thinking and decision making to advance their response to the demands of today’s workforce.

“The heights of great men reached and kept were not attained by sudden flight. But they while their companion slept were toiling upward through the night” – Longfellow

document.addEventListener("DOMContentLoaded", function() { // Get all accordion toggle elements var accordions = document.querySelectorAll('.accordion-toggle'); // Add click event listeners to each accordion toggle accordions.forEach(function(accordion) { accordion.addEventListener('click', function() { // Get the panel-collapse element directly following this accordion-toggle var panelCollapse = this.nextElementSibling; // Check if this panel-collapse is currently open var isOpen = panelCollapse.classList.contains('open'); // Remove 'open' class from all panel-collapses accordions.forEach(function(acc) { var collapse = acc.nextElementSibling; collapse.classList.remove('open'); }); // Toggle 'open' class only on the clicked panel-collapse if (!isOpen) { panelCollapse.classList.add('open'); } }); }); });