Skip to main content

Patient

A Patient is an individual who receives medical care and services. Patient profiles contain personal information, medical history, and other relevant data.

Key Fields:

  • patient_id (string): Unique identifier for the patient, created upon registration
  • first_name (string): Patient’s first name
  • last_name (string): Patient’s last name
  • dob (date): Patient’s date of birth (YYYY-MM-DD)
  • mobile (string): Patient’s mobile phone number
  • gender (string): Patient’s gender (e.g., M, F)
  • address (object): Patient’s address details (optional)
  • metadata (object): Additional patient information like UHID, Blood Group, medical history (optional)
Read more : (API Reference - Patients) section.