Livoa LogoLivoa
Admin (Administrator)


• admin_id (PK)

• username

• password_hash

• role ('admin')

• contact_info

Patient


• patient_id (PK)

• aadhaar_number

• name

• contact_number

• address

• gender

• date_of_birth

• chronic illness

• medical history

• allergies

Doctor


• doctor_id (PK)

• username

• password_hash

• name

• department_id (FK)

• availability_status

• daily_appointments

Department


• department_id (PK)

• department_name

Visit / Appointment Record


• visit_id (PK)

• patient_id (FK)

• doctor_id (FK)

• department_id (FK)

• visit_date_time

• status

• symptoms

• diagnosis

• follow_up_date

Prescription


• prescription_id (PK)

• visit_id (FK)

• medications

• instructions

• prescription_timestamp

er 1

by nini

0
0 uses