d0d42e10fe
This commit introduces the initial framework for a medical simulation library. It adds a `Patient` struct to hold vital signs, including: - Blood Pressure (Systolic and Diastolic) - Heart Rate - Respiration Rate - Body Temperature - Oxygen Saturation It also includes: - An `initializePatient` function to create a patient with baseline healthy vitals. - A placeholder `updatePatient` function for future simulation logic. - An updated example to demonstrate the new functionality.