Detail Pengkajian Awal Detail Pengkajian Awal Riwayat
Nomor Registrasi: {{ $this->appraisal->queuePatient->registration_number ?? '-' }}
Nomor Rekam Medis: {{ $this->appraisal->patient->medical_record_number ?? '-' }}
Nama: {{ $this->appraisal->patient->name ?? '-' }}
Alamat: {{ $this->appraisal->patient->address ?? '-' }}
Tanggal Periksa: {{ optional($this->appraisal->queuePatient->date)->format('d-m-Y') ?? '-' }}
Tanggal Lahir / Umur: {{ optional($this->appraisal->patient->birthday)->format('d-m-Y') ?? '-' }} / {{ $this->appraisal->patient->age ?? '-' }}
Nomor Ponsel: {{ $this->appraisal->patient->phone_number ?? '-' }}
NIK: {{ $this->appraisal->patient->id_number ?? '-' }}
Anamnesis

Keluhan Utama

{!! $this->appraisal->history->main_complaint ?? '-' !!}
Riwayat Penyakit Dahulu : {{ $this->appraisal->history->past_medical_history ?? '-' }}
Riwayat Penyakit Dalam Keluarga : {{ $this->appraisal->history->family_history ?? '-' }}
Riwayat Alergi : @if ($this->appraisal->history->allergy_history == true) Ada @else Tidak Ada @endif
Nama Alergi: {!! $this->appraisal->history->allergy_detail ?? '-' !!}

Riwayat Pengobatan

@forelse (json_decode($this->appraisal->history->medical_history) as $medical_histories) @empty @endforelse
Obat Dosis Lama Penggunaan
{{ $medical_histories->obat ?? '-' }} {{ $medical_histories->dosis ?? '-' }} {{ $medical_histories->lamaPenggunaan ?? '-' }}
Tidak diinputkan.
{!! $this->appraisal->history->treatment_description ?? '-' !!}
Pemeriksaan Fisik

Status Generalis

Keadaan Umum : {{ $this->appraisal->physical->general_circumstances ?? '-' }}
Keadaan Gizi : {{ $this->appraisal->physical->nutritional_state ?? '-' }}
GCS
E : {{ $this->appraisal->physical->gcs_e ?? '-' }}
M : {{ $this->appraisal->physical->gcs_m ?? '-' }}
V : {{ $this->appraisal->physical->gcs_v ?? '-' }}
Tekanan Darah : {{ $this->appraisal->physical->blood_pressure ?? '-' }} mmHg
Suhu : {{ $this->appraisal->physical->temperature ?? '-' }} oC
Berat Badan : {{ $this->appraisal->physical->weight ?? '-' }} kg
Nadi : {{ $this->appraisal->physical->pulse ?? '-' }} x/menit
Pernapasan : {{ $this->appraisal->physical->respiration ?? '-' }} x/menit
Tinggi Badan : {{ $this->appraisal->physical->height ?? '-' }} cm
LLA : {{ $this->appraisal->physical->lla ?? '-' }} cm
Lingkar Kepala : {{ $this->appraisal->physical->head_circumference ?? '-' }} cm

Status Lokasi

Bagian Normal Jika Tidak Normal
Kepala @if (json_decode($this->appraisal->physical->location_status)->kepala->check == true) @else @endif {{ json_decode($this->appraisal->physical->location_status)->kepala->input ?? '-' }}
Mata @if (json_decode($this->appraisal->physical->location_status)->mata->check == true) @else @endif {{ json_decode($this->appraisal->physical->location_status)->mata->input ?? '-' }}
Telinga @if (json_decode($this->appraisal->physical->location_status)->telinga->check == true) @else @endif {{ json_decode($this->appraisal->physical->location_status)->telinga->input ?? '-' }}
Hidung @if (json_decode($this->appraisal->physical->location_status)->hidung->check == true) @else @endif {{ json_decode($this->appraisal->physical->location_status)->hidung->input ?? '-' }}
Tenggorokan @if (json_decode($this->appraisal->physical->location_status)->tenggorokan->check == true) @else @endif {{ json_decode($this->appraisal->physical->location_status)->tenggorokan->input ?? '-' }}
Leher @if (json_decode($this->appraisal->physical->location_status)->leher->check == true) @else @endif {{ json_decode($this->appraisal->physical->location_status)->leher->input ?? '-' }}
Dada @if (json_decode($this->appraisal->physical->location_status)->dada->check == true) @else @endif {{ json_decode($this->appraisal->physical->location_status)->dada->input ?? '-' }}
Jantung @if (json_decode($this->appraisal->physical->location_status)->jantung->check == true) @else @endif {{ json_decode($this->appraisal->physical->location_status)->jantung->input ?? '-' }}
Paru @if (json_decode($this->appraisal->physical->location_status)->paru->check == true) @else @endif {{ json_decode($this->appraisal->physical->location_status)->paru->input ?? '-' }}
Perut @if (json_decode($this->appraisal->physical->location_status)->perut->check == true) @else @endif {{ json_decode($this->appraisal->physical->location_status)->perut->input ?? '-' }}
Hati @if (json_decode($this->appraisal->physical->location_status)->hati->check == true) @else @endif {{ json_decode($this->appraisal->physical->location_status)->hati->input ?? '-' }}
Limpa @if (json_decode($this->appraisal->physical->location_status)->limpa->check == true) @else @endif {{ json_decode($this->appraisal->physical->location_status)->limpa->input ?? '-' }}
Punggung @if (json_decode($this->appraisal->physical->location_status)->punggung->check == true) @else @endif {{ json_decode($this->appraisal->physical->location_status)->punggung->input ?? '-' }}
Genitalia @if (json_decode($this->appraisal->physical->location_status)->genitalia->check == true) @else @endif {{ json_decode($this->appraisal->physical->location_status)->genitalia->input ?? '-' }}
Extremitas @if (json_decode($this->appraisal->physical->location_status)->extremitas->check == true) @else @endif {{ json_decode($this->appraisal->physical->location_status)->extremitas->input ?? '-' }}
Kulit @if (json_decode($this->appraisal->physical->location_status)->kulit->check == true) @else @endif {{ json_decode($this->appraisal->physical->location_status)->kulit->input ?? '-' }}
Diagnosa

Diagnosa Kerja dan diagnosa Banding

{!! $this->appraisal->diagnosis->job_diagnosis_and_appeal ?? '-' !!}

Masalah

{!! $this->appraisal->diagnosis->problem ?? '-' !!}
Rencana dan Disposisi

Rencana Pelayanan ( termasuk penatalaksanaan, pengobatan, rencana tindakan, sasaran dan konsultasi)

{!! $this->appraisal->plansDisposition->service_plan ?? '-' !!}

Disposisi kontrol tangga

{{ optional($this->appraisal->plansDisposition->date)->format('d/m/Y') ?? '-' }}