@extends('layouts.app') @section('content')
REFERRED TO:
@if (!$referral->is_internal) @if ($receivingH) @else @endif @else @endif
  
REFERRED FROM:
@if ($referral->ref_from_hospital == null) @elseif($referral->ref_from_drrmo == null) @endif
REASON FOR REFERRAL:
reason == 'Further evaluation and management') checked @endif>
reason == 'For Work-up') checked @endif>
reason == 'For Medico-legal') checked @endif>
reason == 'Isolation') checked @endif>
reason == "Patient's Request") checked @endif>
reason == 'OPD Consult') checked @endif>
PHILHEALTH INFORMATION:
phic_id_no != null) checked @endif>
phic_id_no == null) checked @endif>
REFERRED BY:
pgno-log

Republic of the Philippines

Province of Negros Occidental

{{$referringH->hospital}}

HEALTH REFERRAL FORM

state == 'pwd') checked @endif>
    
state == 'sc') checked @endif>
    
state == 'ic') checked @endif>
rat === 1) value="POSITIVE" @elseif ($referral->rat === 0) value="NEGATIVE" @else value="NA" @endif > rtpcr === 1) value="POSITIVE" @elseif ($referral->rtpcr === 0) value="NEGATIVE" @else value="NA" @endif > vaccine_1st_dose === 1) $vacc_info = '1st'; if($referral->vaccine_2nd_dose === 1) $vacc_info .= ' & 2nd'; @endphp value="{{$vacc_info}}">
@endsection @section('script') @endsection