@extends('layouts.admin') @section('title', ($patientProfile->user->name ?? 'Patient') . ' — Billing') @section('content')
{{ now()->format('F Y') }} billing period
Minutes vs. next band
Claim readiness
{{ $status->totalMinutes }} min
@if ($status->baseThresholdMinutes !== null)Next minute band starts at {{ $status->baseThresholdMinutes }} min. Current minute signal: {{ $status->minuteColor }}.
@endif @if ($status->daysRemainingInMonth !== null){{ $status->daysRemainingInMonth }} day(s) remaining this month
@endif @if ($period->resolved_codes)Stedi claim status
@if ($claim)Lifecycle artifacts
{{ $artifact->status_reason ?? 'No reason supplied.' }}
@if ($artifact->artifact_type === '835')Paid ${{ number_format(($artifact->payment_amount_cents ?? 0) / 100, 2) }} · Adjusted ${{ number_format(($artifact->adjustment_amount_cents ?? 0) / 100, 2) }}
@endifService-line payment status
| Control | Code | Status | Paid |
|---|---|---|---|
| {{ $line->provider_control_number ?? '—' }} | {{ $line->procedure_code ?? '—' }} | {{ str_replace('_', ' ', $line->status) }} | ${{ number_format(($line->paid_amount_cents ?? 0) / 100, 2) }} |
No Stedi claim has been released for this billing period yet.
@endifReal-time 270/271 check for the current payer.
Tracks payer readiness for eligibility, 837P, and ERA workflows.
{{ $enrollment->transaction_type }}
{{ str_replace('_', ' ', $enrollment->status) }}{{ $enrollment->status_reason }}
@endifNo payer enrollment rows yet.
@endforelseRelease stays blocked until every required item is complete.
{{ $item['label'] }}
{{ $item['passed'] ? 'OK' : 'Gap' }}{{ $item['detail'] }}
@endifEvery submitted log entry and its care-encounter pointer, for audit defensibility.
| Started | Minutes | Activity | Provider | Care encounter |
|---|---|---|---|---|
| {{ $log->started_at->format('M j, g:ia') }} | {{ $log->duration_minutes }} | {{ str_replace('_', ' ', $log->activity_type) }} | {{ $log->provider->name ?? '—' }} | {{ $log->careEncounter?->encounter_type ? str_replace('_', ' ', $log->careEncounter->encounter_type) : '—' }} |
| No submitted logs this period. | ||||
No billing period computed yet for this month.