| Nama | : |
|
| NIK/SIM/Nomor Identitas | : | {{ $this->patient->id_number ?? '-' }} |
| Tempat Lahir | : | {{ $this->patient->birth_place ?? '-' }} |
| Tanggal Lahir | : | {{ optional($this->patient->birthday)->format('d-m-Y') ?? '-' }} / {{ $this->patient->age ?? '-' }} |
| Alamat Surel (email) | : | {{ $this->patient->email ?? '-' }} |
| Nomor Ponsel | : | {{ $this->patient->phone_number ?? '-' }} |
| Jenis Kelamin | : | {{ $this->patient->gender ?? '-' }} |
| Pekerjaan | : | {{ $this->patient->job ?? '-' }} |
| Perusahaan | : | {{ optional($this->patient->company)->name ?? '-' }} |
| Jenis Pasien | : | {{ $this->patient->type ?? '-' }} |
| Provinsi | : | {{ optional($this->patient->province)->name ?? '-' }} |
| Kabupaten | : | {{ optional($this->patient->regency)->name ?? '-' }} |
| Kecamatan | : | {{ optional($this->patient->district)->name ?? '-' }} |
| Kelurahan | : | {{ optional($this->patient->village)->name ?? '-' }} |
| Alamat | : | {{ $this->patient->address ?? '-' }} |
| Nomor Induk Karyawan | : | {{ $this->patient->employee_number ?? '-' }} |
| Nomor Jenis Pasien | : | {{ $this->patient->type_number ?? '-' }} |
| Nomor Rekam Medis | : | {{ $this->patient->medical_record_number ?? '-' }} |