{{ optional($this->checkup->queuePatient->date)->format('d-m-Y') ?? '[tanggal]' }} - {{ $this->checkup->patient->name ?? '[nama]' }} - {{ $this->checkup->patient->medical_record_number ?? '[rekam medis]' }} Detail Riwayat Pemeriksaan Laporan Pasien Cetak

LAPORAN DETAIL PEMERIKSAAN PASIEN

Nomor Registrasi: {{ $this->checkup->queuePatient->registration_number ?? '-' }}
Nomor Rekam Medis: {{ $this->checkup->patient->medical_record_number ?? '-' }}
Nama: {{ $this->checkup->patient->name ?? '-' }}
Alamat: {{ $this->checkup->patient->address ?? '-' }}
Tanggal Periksa: {{ optional($this->checkup->queuePatient->date)->format('d-m-Y') ?? '-' }}
Tanggal Lahir / Umur: {{ optional($this->checkup->patient->birthday)->format('d-m-Y') ?? '-' }} / {{ $this->checkup->patient->age ?? '-' }}
Nomor Ponsel: {{ $this->checkup->patient->phone_number ?? '-' }}
NIK: {{ $this->checkup->patient->id_number ?? '-' }}
Anamnesis
{!! $this->checkup->history->history ?? '-' !!}
Fisik
Tekanan Darah: {{ $this->checkup->physical->blood_pressure ?? '-' }} mmHG
Nadi: {{ $this->checkup->physical->pulse ?? '-' }} x/menit
Pernapasan: {{ $this->checkup->physical->respiration ?? '-' }} x/menit
Suhu: {{ $this->checkup->physical->temperature ?? '-' }} oC
SO2: {{ $this->checkup->physical->so ?? '-' }} %
Detail: {!! $this->checkup->physical->physical ?? '-' !!}
Diagnosa

ICDX

@if($this->checkup->diagnosis->icdx_codes != 'null')
    @foreach (json_decode($this->checkup->diagnosis->icdx_codes) as $code)
  • {{ $this->checkup->diagnosis->getICDX($code)->icJenisPenyakit ?? '-' }}
  • @endforeach
@else - @endif

Layanan/Tindakan

@if($this->checkup->diagnosis->services_id != 'null')
    @foreach (json_decode($this->checkup->diagnosis->services_id) as $id)
  • {{ $this->checkup->diagnosis->getService($id)->name ?? '-' }} - {{ money_format_idr($this->checkup->diagnosis->getService($id)->rates) ?? '-' }}
  • @endforeach
@else - @endif
Penunjang

Laboratorium

@if($this->checkup->support->lab_result_file)
Berkas Hasil Lab
klik untuk unduh/lihat
@endif @foreach (json_decode($this->checkup->support->lab_result_impression) as $name => $value) @if($name == 'total') @else @endif @endforeach
{{ str_replace('-', ' ', Str::title(Str::kebab($name))) }} : {{money_format_idr($value)}}
{{ str_replace('-', ' ', Str::title(Str::kebab($name))) }} :
Hasil : {{$value->hasil ?? '-'}} {{$value->satuan ?? '-'}}
Harga : {{ money_format_idr($value->harga ?? 0) }}

EKG

@if($this->checkup->support->ekg_file)
Berkas EKG
klik untuk unduh/lihat
@endif Kesan : {!! $this->checkup->support->ekg_impression ?? '-' !!}

X-ray

@if($this->checkup->support->xray_file)
Berkas X-Ray
klik untuk unduh/lihat
@endif Kesan : {!! $this->checkup->support->xray_impression ?? '-' !!}
Rujuk
Nama Tempat: {{ $this->checkup->refer->name ?? '-' }}
Alamat: {{ $this->checkup->refer->address ?? '-' }}
Tanggal: {{ optional($this->checkup->refer->date)->format('d/m/Y') ?? '-' }}
Diagnosa: @if($this->checkup->refer->icdx_codes != 'null') @foreach (json_decode($this->checkup->refer->icdx_codes) as $code) - {{ $this->checkup->refer->getICDX($code)->icJenisPenyakit }}
@endforeach @else - @endif
Penanganan Awal: @if($this->checkup->refer->handling != 'null') @foreach (json_decode($this->checkup->refer->handling) as $id) - {{ $this->checkup->refer->getService($id)->name }} - {{ money_format_idr($this->checkup->refer->getService($id)->rates) }}
@endforeach @else - @endif
Keteragan: {{ $this->checkup->refer->information ?? '-' }}
Penatalaksanaan

Medikamentosa

@forelse (json_decode($this->checkup->management->prescriptions) as $prescription) @empty @endforelse
Obat Jumlah Dosis Harga
{{ optional($this->checkup->management->getDrug($prescription->obat))->name ?? '-' }} {{ $prescription->jumlah ?? '-' }} {{ $prescription->dosis ?? '-' }} {{ money_format_idr(optional($this->checkup->management->getDrug($prescription->obat))->price) ?? '-' }}
Tidak diinputkan.

Non Medikamentosa

@forelse (json_decode($this->checkup->management->consumables) as $consumable) @empty @endforelse
BHP Jumlah Harga Keterangan
{{ $this->checkup->management->getConsumable($consumable->bhp)->name ?? '-' }} {{ $consumable->jumlah ?? '-' }} {{ money_format_idr($this->checkup->management->getConsumable($consumable->bhp)->price) ?? '-' }} {{ $consumable->keterangan ?? '-' }}
Tidak diinputkan.
{!! $this->checkup->management->comsumable_impression ?? '-' !!}

Kontrol Lanjutan

Tanggal Kontrol: {{ optional($this->checkup->management->schedule_date)->format('d/m/Y') ?? '-' }}
Nomor Rekam Medis: {{ $this->checkup->management->schedule_type ?? '-' }}
Laporan K3 - PPI

Laporan K3

{!! $this->checkup->accident->k3_report ?? '-' !!}

Laporan PPI

{!! $this->checkup->accident->ppi_report ?? '-' !!}
Evaluasi

Kontrol

{!! $this->checkup->evaluation->control ?? '-' !!}

Pengawasan

{!! $this->checkup->evaluation->supervision ?? '-' !!}