@section('page-title', 'AHFoZ Tariffs')

AHFoZ Tariff Codes

Association of Healthcare Funders of Zimbabwe reference tariffs

Reset
@forelse($tariffCodes as $tc) @empty @endforelse
Code Chapter Description USD Rate Wait Category Pre-Auth Status
{{ $tc->code }} {{ $tc->chapter->code ?? '-' }} {{ $tc->description }} @if($tc->pricing->first()) ${{ number_format($tc->pricing->first()->amount_cents / 100, 2) }} @else - @endif {{ $tc->waiting_period_category }} @if($tc->requires_preauth) Required @else No @endif {{ ucfirst($tc->status) }}
No tariff codes found.
{{ $tariffCodes->links() }}