@extends('layouts.frontlayout') @section('content') SANDY Home / Nutritional Advisor Form Nutritional Advisor Form Risk stratification screening tool (RSST) @include('user.partials.flash_messages') {{ @csrf_field() }} Is your BMI below 18.5kg/m2 (40)? @error('bmi') {{ $message }} @enderror Have you been diagnosed with any conditions impacting fertility (i.e. polycystic ovarian syndrome, endometriosis)? If yes, please indicate below: @error('fertility_diagnosed') {{ $message }} @enderror Have you been formally diagnosed with any food allergies and/ or intolerances? If yes, please specify food allergy, diagnostic tool and an approximate diagnosis date: @error('formally_diagnosed') {{ $message }} @enderror Have you been formally diagnosed with a mental health condition in which you are required to take medication? @error('mental_diagnosed') {{ $message }} @enderror Do you experience bloating regularly? * bloating) && $row->bloating == 'yes') checked @endif required> Yes bloating) && $row->bloating == 'no') checked @endif required> No @error('bloating') {{ $message }} @enderror Do you believe you suffer from low energy levels? If yes, please provide more information below: @error('low_energy') {{ $message }} @enderror Do you suspect you may have any food allergies and/ or intolerances? If yes, please identify why you think you may have an allergy/ intolerance and to what specific food: @error('food_allergies') {{ $message }} @enderror I Agree Consent for Nutritional Counselling I hereby request and consent to SandyFitnessCoach (Sandy Singh) providing Nutrition Counselling to myself or the client for which I am legally responsible. I understand that the consultant will provide information and guidance about my diet, nutrition, and lifestyle. I understand that Sandy Singh is a Nutrition Advisor and he does not dispense medical advice, nor will he diagnose or treat any medical condition. Methods of nutritional evaluation or testing made available to me are not intended to diagnose disease. Rather, these assessments are intended as a guide to enhancing my nutritional health and supporting the achievement of my athletic goals. We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it. @error('agree') {{ $message }} @enderror Back Submit @endsection
Home / Nutritional Advisor Form