Dr. Sheri Kembel is a Family Nurse Practitioner with over 35 years of nursing experience including urology, women’s health, intensive care, emergency department, community health, school nursing, mental health, medical surgical units, women health, nursing faculty, and forensic medical examination and evidence collection.
She is excited about providing BioTe hormone and vitamin optimization for men and women at Integrative Health and Rehabilitation. She is an advocate for patient centered healthcare. Her hobbies include reading, travel, and spending time with family and friends. Her greatest joy is improving the health of patients and spending time with her grandchildren. And she looks forward to meeting you and making a difference in your life!
// Assuming you have a global Chatbase object or similar
function openChatbot() {
Chatbase.open(); // This is a hypothetical method
}
function closeChatbot() {
Chatbase.close(); // This is a hypothetical method
}
// You can call these functions based on certain events, like page load or button click
window.onload = function() {
openChatbot(); // Automatically open chatbot on page load
};
...