---
title: Case Study Samples
description: Get certified as a health and wellness coach with Real Balance. Comprehensive training and certification designed for wellness and healthcare professionals.
---



# Case Study Samples


 
 

# Case Study Samples


 

### Description



This is the Presentation by SutterConnect about their Diabetes Coaching program.



File Name

Student/Tools-and-Forms/3.wellness_map_tool2.xls



File Size



File Type

application/vnd.ms-excel


 

[Download](https://realbalance.com/case-study-samples/case-study-samples-2/download)


 
 

[Download](https://realbalance.com/case-study-samples/case-study-samples-2/download)



${message}


 
 `;
 
 // Add toast to container
 toastContainer.appendChild(toast);
 
 // Animate in
 setTimeout(() => {
 toast.classList.add('edocman-toast-show');
 }, 10);
 
 // Auto remove after 5 seconds
 setTimeout(() => {
 toast.classList.remove('edocman-toast-show');
 setTimeout(() => {
 toast.remove();
 
 // Remove container if empty
 if (toastContainer.children.length === 0) {
 toastContainer.remove();
 }
 }, 300);
 }, 5000);
 }
