Add Patient family member
To add family member of the patient
Request Body
Name
Type
Description
{
"status_code": "1",
"status_message": "Family member added successfully",
"datetime": "2022-12-23 11:36:23",
"data": {
"relation": "Brother", // relation with the patient
"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": {}
}Last updated