{{-- --}} @if (!$info->basic_info == null)
@if ($info->basic_info->wellness_score > 0 && $info->basic_info->wellness_score < 3) @elseif($info->basic_info->wellness_score > 3 && $info->basic_info->wellness_score < 7) @elseif($info->basic_info->wellness_score > 3 && $info->basic_info->wellness_score < 7) @endif
Logo
Logo

Thank you for using MyVitalScan, a powerful new wellness tracking tool that can remotely measure your vital signs. We empower both healthcare providers and users to proactively manage health-trends, making personalized preventative care more effective and accessible.

You chose to send your screening results to this personal email. Your detailed vital signs and wellness assessments are below.

Share content

Your VitalS are in the normal range for good cardiovascular health.

Go ahead, give yourself a moment to feel good about this – it’s no small thing!

Remember to keep up with healthy habits like exercise and a balanced diet.

MyVitalScan is designed for regular use, so you can monitor your VitalS and trends over time. Our mobile app allows you to keep track of your screening history, and is an excellent way to proactively manage your overall health and wellbeing.

MyVitalScan measured my vitals for {{ $info->basic_info->generate_code }}:

Wellness Score: {{ $info->basic_info->wellness_score }}

Wellness Level: Low

Heart Rate: {{ $info->basic_info->heart_rate }} bpm

Breathing Rate: {{ $info->basic_info->breathing_rate }} bpm

Stress Level: {{ $info->basic_info->stress_level }}

HRV-SDNN: {{ $info->basic_info->hrv_sdnn }}

{{--

PRQ: {{$info->basic_info->prq}}

--}} {{--

Blood Pressure: {{ strtolower($info->basic_info->blood_pressure) }} mmHg

--}}

Taken: {{ date('D,d M Y h:m:s A', strtotime($info->basic_info->generated_at)) }}

MyVitalScan measured my vitals for {{ $info->basic_info->generate_code }}:

Wellness Score: {{ $info->basic_info->wellness_score }}

Wellness Level: Medium

Heart Rate: {{ $info->basic_info->heart_rate }} bpm

Breathing Rate: {{ $info->basic_info->breathing_rate }} bpm

Stress Level: @if ($info->basic_info->hrv_sdnn == '-1') NA @else {{ $info->basic_info->stress_level }} @endif

HRV-SDNN: @if ($info->basic_info->hrv_sdnn == '-1') NA @else {{ $info->basic_info->hrv_sdnn }} @endif

{{--

PRQ: {{$info->basic_info->prq}}

--}} {{--

Blood Pressure: {{ strtolower($info->basic_info->blood_pressure) }} mmHg

--}}

Taken: {{ date('D,d M Y h:m:s A', strtotime($info->basic_info->generated_at)) }}

MyVitalScan measured my vitals for {{ $info->basic_info->generate_code }}:

Wellness Score: {{ $info->basic_info->wellness_score }}

Wellness Level: High

Heart Rate: {{ $info->basic_info->heart_rate }} bpm

Breathing Rate: {{ $info->basic_info->breathing_rate }} bpm

Stress Level: {{ $info->basic_info->stress_level }}

HRV-SDNN: {{ $info->basic_info->hrv_sdnn }}

{{--

PRQ: {{$info->basic_info->prq}}

--}} {{--

Blood Pressure: {{ strtolower($info->basic_info->blood_pressure) }} mmHg

--}}

Taken: {{ date('D,d M Y h:m:s A', strtotime($info->basic_info->generated_at)) }}

Download Download our mobile app now!
@endif