@csrf
General Identification
@error('name')
{{ $message }}
@enderror
@error('family_number')
{{ $message }}
@enderror
@error('registration_date')
{{ $message }}
@enderror
@error('registered_by_id')
{{ $message }}
@enderror
@error('village_id')
{{ $message }}
@enderror
@error('doctor_id')
{{ $message }}
@enderror
@error('gps_location')
{{ $message }}
@enderror
@error('phone')
{{ $message }}
@enderror
Head of Household Details
@error('head_name')
{{ $message }}
@enderror
@error('head_national_id')
{{ $message }}
@enderror
@error('head_phone')
{{ $message }}
@enderror
@error('head_gender')
{{ $message }}
@enderror
@error('head_date_of_birth')
{{ $message }}
@enderror
@error('head_occupation')
{{ $message }}
@enderror
@error('head_educational_level')
{{ $message }}
@enderror
Detailed Address
active ?? 1) ? 'checked' : '' }}>
Section 3: Family Structure Assessment
Section 4: Socioeconomic Assessment
Section 6: Hereditary Conditions (Antecedentes Familiares)
@php $hConditions = ['Hypertension', 'Diabetes', 'Stroke', 'Heart disease', 'Cancer', 'Mental illness', 'Sickle cell disease', 'Asthma', 'Kidney disease']; $famConds = old('family_diseases', $family->family_diseases ?? []); @endphp @foreach($hConditions as $hc)
@endforeach
Section 8: Family Lifestyle & Behaviour
@php $foods = ['Nshima', 'Rice', 'Potatoes', 'Vegetables', 'Beef', 'Chicken', 'Fish', 'Beans', 'Porridge']; $famFoods = old('family_common_foods', $family->family_common_foods ?? []); @endphp @foreach($foods as $f)
@endforeach
Frequency of Food Intakes
@foreach(['vegetables' => 'Vegetables', 'fruits' => 'Fruits', 'processed_foods' => 'Processed Foods', 'sugary_drinks' => 'Sugary Drinks', 'salt_intake' => 'Salt Intake'] as $key => $label)
@endforeach
Section 9: Mental Health & Social Wellbeing
@php $stressors = ['Domestic violence risk', 'Depression symptoms', 'Anxiety', 'Substance abuse', 'Bereavement', 'Social isolation', 'Financial stress']; $famStres = old('mental_social_risks', $family->mental_social_risks ?? []); @endphp @foreach($stressors as $st)
@endforeach
@php $supports = ['Extended family', 'Religious community', 'Community groups', 'None']; $famSupp = old('social_support_systems', $family->social_support_systems ?? []); @endphp @foreach($supports as $su)
@endforeach
Section 10: Family Health Situation Analysis (ASIS)
@php $dets = ['Poverty', 'Housing', 'Nutrition', 'Education', 'Environment', 'Employment', 'Access to healthcare']; $famDets = old('asis_determinants', $family->asis_determinants ?? []); @endphp @foreach($dets as $d)
@endforeach
@php $probs = old('asis_health_problems', $family->asis_health_problems ?? []); if (empty($probs)) $probs = ['']; @endphp @foreach($probs as $idx => $p)
@endforeach
@php $priorities = old('asis_priority_problems', $family->asis_priority_problems ?? []); @endphp @forelse($priorities as $index => $pr) @empty @endforelse
Priority Problem Description Risk Level Intervention Required
No priorities set yet. Click below to add.
Section 11: Family Care Plan
@php $prevActions = ['Health education', 'Screening', 'Vaccination', 'Nutrition counselling', 'Lifestyle modification']; $famPrev = old('care_plan_preventive_actions', $family->care_plan_preventive_actions ?? []); @endphp @foreach($prevActions as $pa)
@endforeach
@php $commInts = ['Home visit required', 'Referral required', 'Community health worker involvement', 'Social support referral']; $famComm = old('care_plan_community_interventions', $family->care_plan_community_interventions ?? []); @endphp @foreach($commInts as $ci)
@endforeach
@php $followups = old('care_plan_clinical_followups', $family->care_plan_clinical_followups ?? []); @endphp @forelse($followups as $index => $fl) @empty @endforelse
Family Member Condition / Objective Target Follow-up Date Responsible Worker
No specific clinical follow-up actions logged.
Cancel