| Nome | Apelido | Região | Endereço | Contatos | Numero CNES | Território Congregação | Termo Favorável? | Termo Aceita Obs? | Leitos: Total | Leitos: Ocupado | Prioridade Colih? | Atende SUS? | Internação? | Pronto Atendimento? | Observações | @can('hospital-confidential')Notas (confidencial) | Plano de Ação | Lembrete em | @endcan
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $hospital->name }} | {{ $hospital->nickname }} | {{ $hospital->region_id ? $hospital->region->name : ""}} |
Rua {{ $hospital->address }}, {{ $hospital->number }} - {{ $hospital->district }} - {{ $hospital->complement }} @if($hospital->state_id && $hospital->city_id) {{ $hospital->city->city }}, {{ $hospital->state->state }} @endif |
@if($hospital->contacts->count() > 0) @foreach($hospital->contacts as $contacts) {{ $contacts->name }} @if(!$loop->last) | @endif @endforeach @else -- @endif | {{ $hospital->cnes }} | {{ $hospital->congregation_id ? $hospital->congregation->congregation : ""}} | {{ $hospital->termstatus }} | {{ $hospital->obsstatus }} | {{ $hospital->beds }} | {{ $hospital->busybeds}} | {{ ($hospital->hlc_priority ?? 0) ? 'Sim' : 'Não' }} | {{ ($hospital->sus ?? 0) ? 'Sim' : 'Não' }} | {{ ($hospital->can_commit ?? 0) ? 'Sim' : 'Não' }} | {{ ($hospital->emergency ?? 0) ? 'Sim' : 'Não' }} | {{ $hospital->observations }} | @can('hospital-confidential'){{ $hospital->confidential_notes }} | {{ $hospital->action_plan }} | {{ $hospital->plan_reminder_date ? \Carbon\Carbon::parse($hospital->plan_reminder_date )->format('d/m/Y') :""}} | @endcan