eVitalRx
  • API - powered by eVitalRx
  • Getting Started with eVitalRx
  • API FOR Product Catalogue
    • Introduction
    • Medicines
      • Search Product
      • Product Details
      • Search Content
      • Request Product
      • Get Categories
      • Get Category Products
  • API FOR Patient App
    • Introduction
    • Login/Signup
      • Signup send OTP
      • Signup
      • Login
      • Forgot password send OTP
      • Reset password
      • Change password
    • Patients
      • Add Patient
      • Update Patient
      • Get Patient
      • Add Patient family member
    • Addresses
      • List Addresses
      • Add-Update Address
      • Set Default Address
      • Delete Address
    • Medicines
      • Search Products
      • Search Manufacturer
      • Product Details
      • Get Stock details
      • Get Product Batch
      • Search Content
      • Branded to Generic
      • Get Categories
      • Get Category Products
      • Get Entity Categories
      • Get Entity Category Products
    • Orders
      • Place Order
      • Cancel Order
      • Save
      • Order Details
      • Order List
      • Mark as Accept
      • Mark as Reject
      • Get Reject Reasons
      • Get Chemist Order Settings
      • â›”Mark as Shipped
      • Mark as Delivered
      • Order Return
      • Order Return Details
  • API FOR EMR/HMIS SOFTWARE
    • Introduction
    • Medicines
      • Search Products
      • Product Details
      • Get Inventory Status
      • Get Inventory Items
      • Get Alternatives
      • Get Product Batch
      • Get Expired Batches
      • Request Product
      • Branded to Generic
      • Search Content
      • Add Favorite Medicine
    • Patients
      • Add Patient
      • Get Patient
      • Update Patient
      • Add Patient family member
    • Orders
      • Push Prescription
      • Order Details
      • Order List
      • â›”Update Order
      • Save
  • API FOR Custom Fields
    • Introduction
    • Add Custom Fields
    • Update Custom Field
    • Delete Custom Fields
    • List Custom Fields
  • API FOR MASTER
    • Reports
      • Margin Report
      • Stock Summary
  • API FOR FULFILLMENT
    • Introduction
    • Medicines
      • Search Products
      • Product Details
    • Orders
      • â›”Check Serviceability
      • Check Serviceability V3
      • â›”Checkout V2
      • Checkout V3
      • â›”Place Order V2
      • Place Order V3
      • â›”Order Details
      • Order Details V2
      • â›”Cancel Order
      • Cancel Order V2
      • Get Reject Reasons
    • Patients
      • Add Patient
      • Get Patient
  • API FOR B2B
    • Introduction
    • Orders
      • Order Save
      • Order Save as Draft
      • Order List
      • Order Details
      • Order Return Save
      • Order Return List
      • Order Return Details
    • Customers
      • Add / Update Customer
      • Customer List
  • Webhook Responses
    • Introduction
    • Medicine Webhook
    • Transaction Webhook
    • Draft Save
    • Draft Edit
    • Order Save
    • Order Edit
    • Order Accepted
    • Order Rejected
    • Order Shipped
    • Order Delivered
    • Order Split
  • Others
    • Terms & Conditions
Powered by GitBook
On this page

Was this helpful?

  1. API FOR EMR/HMIS SOFTWARE
  2. Patients

Add Patient family member

To add family member of the patient

PreviousUpdate PatientNextOrders

Last updated 5 months ago

Was this helpful?

POST

Request Body

Name
Type
Description

apikey*

String

Authentication token

mobile

Number

Mobile number of Patient's family member

first_name*

String

First name of Patient's family member

last_name*

String

Last name of Patient's family member

dob*

String

Date of Birth of the Patient

Format: YYYY-MM-DD

patient_id*

String

Key of the Patient whose family member is going to be added.

blood_group

String

Blood Group of the Patient

relation*

String

Relation with the Parent Patient. Possible values are:

[ "Brother", "Sister", "Father", "Mother", "Son", "Daughter", "Grand_Father", "Grand_Mother", "Uncle", "Aunt", "Wife", "Husband", "Grand_Daughter", "Grand_Son" ]

parent_patient_mobile*

String

Either pass the Parent patient's Mobile Or Patient ID

{
    "status_code": "1",
    "status_message": "Family member added successfully",
    "datetime": "2022-12-23 11:36:23",
    "data": {
        "relation": "Brother",
        "firstname": "Manav",
        "lastname": "Chauhan",
        "mobile": "",
        "patient_family_member_id": "jtyjX7EP2GPrTdF+bFGBww==",
        "blood_group": "B+",
        "dob": "2001-10-14",
        "id": "m3nc908treoPV7VLHehTAA==",
        "profile_picture": ""
    }
}
{
    "status_code": "0",
    "status_message": "This mobile number is already exist as a patient",
    "datetime": "2022-12-23 11:39:53",
    "data": {}
}
{
    "status_code": "0",
    "status_message": "\"first_name\" is required",
    "datetime": "2022-12-23 11:40:24",
    "data": null
}

{{apiUrl}}doctor/patients/add_family_member