laboratory

Services included in every plan

service image
Step 3

Get recommendations focused on preventative and holistic health. Go beyond the doctor's office.

service image
Ongoing Health Information and Plans

Get up to date information and health plans that will help you achieve optimal health. Live long and prosper.

service image
Step 1

Take less than 1 minute to fill out our short survey. This is your first step towards achieving optimal health.

Pricing that suits your needs

We believe in providing clear and upfront pricing for all our diagnostic tests and services. We are committed to providing high quality and affordable healthcare solutions that meet the needs of our diverse patient base.

Basic Health Check

$
200
Buy now
  • Complete Blood Count (CBC)
  • Lipid Profile
  • Basic Metabolic Panel
  • Thyroid Function Tests
  • Liver Function Tests
  • Kidney Function Tests
  • Electrocardiogram (ECG)
  • Hormone Panel
  • Vitamin and Mineral Profile

Premium Health Check

$
400
Buy now
  • Complete Blood Count (CBC)
  • Lipid Profile
  • Basic Metabolic Panel
  • Thyroid Function Tests
  • Liver Function Tests
  • Kidney Function Tests
  • Electrocardiogram (ECG)
  • Hormone Panel
  • Vitamin and Mineral Profile

Platinum Health Check

$
800
Buy now
  • Complete Blood Count (CBC)
  • Lipid Profile
  • Basic Metabolic Panel
  • Thyroid Function Tests
  • Liver Function Tests
  • Kidney Function Tests
  • Electrocardiogram (ECG)
  • Hormone Panel
  • Vitamin and Mineral Profile
logologologologologologo
logologologologologologo

Your Health and Safety Is Important to Us

Book a Visit
Book a Visit
Get Unlimited Webflow Development and Design at fraction of Cost by wCopilot
webflow icon
Buy this Template
All Templates
function signUp() { const email = document.getElementById('signUpEmail').value; const password = document.getElementById('signUpPassword').value; firebase.auth().createUserWithEmailAndPassword(email, password) .then((userCredential) => { // Sign-up successful. const user = userCredential.user; console.log('User signed up:', user.uid); alert('Sign-up successful!'); // Redirect or update the UI. }) .catch((error) => { console.error('Sign-up error:', error); alert('Sign-up error: ' + error.message); }); } function signIn() { const email = document.getElementById('signInEmail').value; const password = document.getElementById('signInPassword').value; firebase.auth().signInWithEmailAndPassword(email, password) .then((userCredential) => { // Sign-in successful. const user = userCredential.user; console.log('User signed in:', user.uid); alert('Sign-in successful!'); // Redirect or update the UI. }) .catch((error) => { console.error('Sign-in error:', error); alert('Sign-in error: ' + error.message); }); } firebase.auth().onAuthStateChanged((user) => { if (user) { console.log('User is signed in:', user.uid); // Update the UI for authenticated user. } else { console.log('No user is signed in.'); // Redirect to sign-in page or show sign-in form. } });