@extends('layouts.branch') @section('title', "New OPD Registration") @section('header', "New OPD Registration") @section('content')
@include('partials.branch._breadcrumbs', [ 'breadcrumbs' => [ ['name' => 'Registration Directory', 'url' => route('branch.patients.index')], ['name' => "OPD Check-in Log", 'url' => route('branch.registrations.index')], ['name' => "New Registration", 'url' => '#'] ] ]) @if($errors->any())
Registration Error

Please correct the following fields to proceed

    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Identify Patient

Search existing records by Mobile or UHID to begin the OPD check-in process.

No record found in hospital directory

New patient?
@csrf

Registration Schedule

Clinical entry timestamp assignment

Contact Network

Communication and emergency parameters

Clinical Assignment

Department, doctor and initial vitals

Consultation Fee

Financial Category

Revenue streams and coverage verification

Verified Identity

Full Name

UHID

Gender

Reg No Preview

Payment Summary

Consultation Fee

Professional Charge

Total Amount Payable

Applied Discount

COMPLEMENTARY

WAIVED

Target Registration No.

Administrator Tip

Use the search bar for returning patients to save up to 60% of registration time. Always verify the mobile number before submission.

@push('scripts') @endpush @endsection