Alertas clínicas
@if($history->allergies)Alergias: {{ $history->allergies }}
@endif @if($history->contraindications)Contraindicaciones: {{ $history->contraindications }}
@endif @if($history->special_conditions)Condiciones especiales: {{ $history->special_conditions }}
@endif{{ $s['n'] }}
{{ $s['label'] }}
EPS / Aseguradora
{{ $patient->insurance_company }}
Dirección
{{ $patient->address }}{{ $patient->city ? ', '.$patient->city : '' }}{{ $patient->country ? ', '.$patient->country : '' }}
Emergencias
{{ $patient->emergency_contact_name }}
{{ $patient->emergency_contact_phone }}
Notas
{{ $patient->notes }}
Sin información adicional.
@endif{{ \App\Models\ClinicalBackground::$types[$type] ?? $type }}
@foreach($items as $bg){{ $bg->description }}
@endforeach{{ Str::limit($m->consultation_reason, 100) }}
@if($m->employee)Por: {{ $m->employee->user?->name ?? '—' }}
@endif @elseif($ev['type']==='prescription'){{ $m->prescription_number }}
{{ $m->items->count() }} medicamento(s)
@elseif($ev['type']==='order'){{ $m->title }}
{{ $m->typeLabel() }}
@elseif($ev['type']==='consent'){{ $m->title }}
@else{{ $m->title ?? $m->original_name }}
@endif{{ $ev['date']->format('d/m/Y') }}
{{ $ev['date']->format('H:i') }}
{{ Str::limit($ev->consultation_reason, 100) }}
{{ $ev->created_at->format('d/m/Y · H:i') }}@if($ev->employee) · {{ $ev->employee->user?->name ?? '—' }}@endif
Sin evoluciones aún.
{{ $rx->prescription_number }}
{{ $rx->created_at->format('d/m/Y') }} · {{ $rx->items->count() }} medicamento(s)
Sin recetas aún.
{{ $order->title }}
{{ $order->typeLabel() }} · {{ $order->created_at->format('d/m/Y') }}
Sin órdenes aún.
{{ $consent->title }}
{{ $consent->created_at->format('d/m/Y') }}@if($consent->signer_name) · {{ $consent->signer_name }}@endif
Sin consentimientos registrados.
{{ $file->title ?? $file->original_name }}
{{ $file->created_at->format('d/m/Y') }} · {{ number_format($file->size_bytes/1024,1) }} KB
Sin documentos adjuntos.
No hay historia clínica creada para este paciente.
@endif