{ "timestamp": "2026-06-17T10:16:11.588Z", "type": "OPD_CREATE", "status": "SUCCESS", "request": { "method": "POST", "url": "/app/create-opd", "payload": { "first_name": "Harsh", "last_name": "Soni", "gender": "male", "dob": "2026-06-17", "contact_number": "7016054263", "email": "", "emergency_contact": "", "address": "", "hospital_id": 57, "opd_date": "2026-06-17", "opd_time": "15:46", "status": "scheduled" }, "ip": "49.43.35.247", "userAgent": "okhttp/4.12.0" }, "response": { "statusCode": 200, "message": "Patient and OPD appointment created successfully", "data": { "patient": { "id": 1, "first_name": "Harsh", "last_name": "Soni", "contact_number": "7016054263", "email": "", "is_new_patient": true }, "opd": { "id": 1, "doctor_id": 2, "hospital_id": 57, "patient_id": 1, "opd_date": "16-06-2026", "opd_time": "03:46 PM", "status": "scheduled" } } }, "additionalInfo": { "doctorId": 2, "patientId": 1, "opdId": 1, "isNewPatient": true, "patientName": "Harsh Soni" } }