Fertility reports

Arrivals, priority open cases, diagnoses, cycle notes, length of stay, and fertility revenue.

← Specialty home

Arrivals today

{{ number_format($report['arrivals_today']) }}

Completed today

{{ number_format($report['completed_today']) }}

Priority open

{{ number_format($report['priority_open']) }}

Avg LOS (range)

{{ $report['avg_los_minutes'] !== null ? $report['avg_los_minutes'].' min' : '—' }}

Diagnoses

    @forelse ($report['diagnosis_breakdown'] as $row)
  • {{ $row['diagnosis'] }} {{ $row['total'] }}
  • @empty
  • No care plans in range.
  • @endforelse

Cycle notes

    @forelse ($report['cycle_breakdown'] as $row)
  • {{ $row['procedure'] }} {{ $row['total'] }}
  • @empty
  • No cycle notes in range.
  • @endforelse

Fertility service revenue

    @forelse ($report['revenue_by_service'] as $row)
  • {{ $row->description }} ×{{ $row->total }} {{ $currency }} {{ number_format($row->amount_minor / 100, 2) }}
  • @empty
  • No billed fertility services in range.
  • @endforelse