Detail Pemeriksaan Pasien Detail Pemeriksaan Pasien Klinik
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 ?? '-' }}
Jenis Kelamin: {{ $this->checkup->patient->gender ?? '-' }}
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 ?? '-' }}
Jenis Pasien: {{ $this->checkup->patient->type ?? '-' }}
Anamnesis
{!! $this->checkup->history->history ?? '-' !!}
Fisik
@if(app_setting('APP_MODE') == 'lab')
Tekanan Darah: {{ optional(json_decode(optional(optional($patient_assessment)->generalCircumstances)->vital_signs))->tekananDarah ?? '' }} mmHG
Nadi: {{ optional(json_decode(optional(optional($patient_assessment)->generalCircumstances)->vital_signs))->nadi->input ?? '' }} x/menit
Pernapasan: {{ optional(json_decode(optional(optional($patient_assessment)->generalCircumstances)->vital_signs))->pernafasan ?? '' }} x/menit
Suhu: {{ optional(json_decode(optional(optional($patient_assessment)->generalCircumstances)->vital_signs))->suhu ?? '' }} oC
SO2: {{ optional(json_decode(optional(optional($patient_assessment)->generalCircumstances)->vital_signs))->so ?? '' }} %
Detail: {!! optional(json_decode(optional(optional($patient_assessment)->generalCircumstances)->vital_signs))->fisikDetail ?? '' !!}
@else
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 ?? '-' !!}
@endif
Penunjang

Laboratorium

@if($this->checkup->support->lab_result_file)
Berkas Hasil Lab
klik untuk unduh/lihat
@endif @if($this->checkup->is_lab == '1') @if(json_decode($this->checkup->support->lab_result_impression)->status)
@foreach(json_decode($this->checkup->support->lab_result_impression)->data as $key => $lab ) @endforeach
{{ optional($this->checkup->getLab($lab))->name ?? '-' }}
@else
Data masih diperiksa
@endif @else - @endif

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 ?? '-' !!}
Diagnosa

ICDX

@if($this->checkup->diagnosis->icdx_codes != 'null')
    @foreach (json_decode($this->checkup->diagnosis->icdx_codes) as $code)
  • {{ optional($this->checkup->diagnosis->getICDX($code))->icJenisPenyakit ?? 'data bpjs ('. $code .') -' }}
  • @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
Penatalaksanaan

Medikamentosa

@forelse (json_decode($this->checkup->management->prescriptions) as $prescription) @if(optional($prescription)->type == 'racikan') @foreach ($prescription->obat as $item) @endforeach @else @endif @empty @endforelse
Obat Jumlah Dosis Harga
{{$prescription->racikan}}
{{optional($this->getDrug($item->obat))->name}} {{$item->jumlah}} Tuslah : {{money_format_idr($item->tuslah)}} Embalase : {{money_format_idr($item->embalase)}} {{money_format_idr($item->harga)}}
{{ optional($this->checkup->management->getDrug($prescription->obat))->name }} {{ $prescription->jumlah }} {{ $prescription->dosis }} {{ money_format_idr(optional($this->checkup->management->getDrug($prescription->obat))->latestPrice()) }}
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(optional($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') ?? '-' }}
Jenis Kontrol: {{ $this->checkup->management->schedule_type ?? '-' }}
Keterangan: {{ $this->checkup->management->schedule_information ?? '-' }}
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) - {{ optional($this->checkup->refer->getICDX($code))->icJenisPenyakit ?? 'data bpjs ('. $code .') -' }}
@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 ?? '-' }}
Laporan K3 - PPI

Laporan K3

@if($this->checkup->accident->k3_file)
Berkas K3
klik untuk unduh/lihat
@endif
{!! $this->checkup->accident->k3_report ?? '-' !!}

Laporan PPI

@if($this->checkup->accident->ppi_file)
Berkas PPI
klik untuk unduh/lihat
@endif
{!! $this->checkup->accident->ppi_report ?? '-' !!}
Evaluasi

Kontrol

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

Pengawasan

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