Detail Pasien Detail Pasien Data
foto-profil
Nama : {{ $this->patient->name ?? '-' }}
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 : {{ $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->provinsi)->name ?? '-' }}
Kabupaten : {{ optional($this->patient->kabupaten)->name ?? '-' }}
Kecamatan : {{ optional($this->patient->kecamatan)->name ?? '-' }}
Kelurahan : {{ optional($this->patient->kelurahan)->name ?? '-' }}
Alamat : {{ $this->patient->address ?? '-' }}
Nomor Jenis Pasien : {{ $this->patient->type_number ?? '-' }}
Nomor Rekam Medis : {{ $this->patient->medical_record_number ?? '-' }}