@extends('master') @section('content')

Illness Exam

{{{ $patientData->fname . " " . $patientData->lname }}}
Employer: {{{ $employer->name }}}

This screen for evaluation of illness following accidental exposure known at the time of the examination.


Physical Exam Findings
Vital Signs
@foreach ($vitals as $value)
@if($value->value != 'true' && $value->description != 'Prior work related injury or impairment') @elseif($value->description == 'Prior work related injury or impairment') @endif
@endforeach

Drug Allergy History
@foreach ($drugAllergy as $key => $value)

@if($value->value != 'true') @endif
@endforeach

Head and Neck
@foreach ($headNeck as $value)
@if($value->value != 'true') @else

@endif
@endforeach

Review of Systems Related to ChE Inhibition

Positive answers suggest possible illness related to ChE inhibitor

@foreach ($reviewSystems as $key => $value)

@endforeach

Chest
@foreach ($chest as $value)
@if($value->value != 'true') @else

@endif
@endforeach

Exposures
@foreach($exposures as $value)
@endforeach

illnesses
@foreach($illnesses as $value)
@endforeach
@if($poisoning)

Poisoning
@endif

Send To Lab
Notification
Return
@stop