Appointments
Book & Manage appointments for patients.
Book Appointment
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"message" : "Appointment created Successfully"
"status": "success",
"data": {
"patientInfo": {
"patientId": "UHID_test_2",
"firstName": "Krew",
"lastName": "Max",
"age": "27",
"gender": "male",
"email": "[email protected]",
"phone": "+91 9848032919",
"dp": "url"
},
"bookedBy": "Self",
"reason": "Cold and Cough",
"doctorInfo": {
"doctorId": "doctor Id",
"speciality": ["speciality"],
"name": "Doctor name"
},
"communicationChannel": "Video",
"scheduledAt": 1592441432,
"casesheetInfo": {
"casesheetId": "mede_casesheet_id"
},
"videoCallInfo": {
"roomId": "mede_room_id"
},
"appointmentId": "mede_appointment_id",
"status": "Booked"
}
}Appointment Details
Path Parameters
Name
Type
Description
Feedback
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Cancel Appointment
Path Parameters
Name
Type
Description
Last updated