{ "timestamp": "2026-02-11T07:29:20.297Z", "type": "OPD_CREATE", "status": "SUCCESS", "request": { "method": "POST", "url": "/app/create-opd", "payload": { "first_name": "Harsh", "last_name": "Soni", "gender": "male", "dob": "2026-02-11", "contact_number": "7016054263", "email": "", "emergency_contact": "", "address": "", "hospital_id": 1, "opd_date": "2026-02-11", "opd_time": "12:59", "status": "scheduled" }, "ip": "49.36.90.56", "userAgent": "okhttp/4.12.0" }, "response": { "statusCode": 200, "message": "Patient and OPD appointment created successfully", "data": { "patient": { "id": 3, "first_name": "Harsh", "last_name": "Soni", "contact_number": "7016054263", "email": "", "is_new_patient": true }, "opd": { "id": 4, "doctor_id": 1, "hospital_id": 1, "patient_id": 3, "opd_date": "10-02-2026", "opd_time": "12:59 PM", "status": "scheduled" } } }, "additionalInfo": { "doctorId": 1, "patientId": 3, "opdId": 4, "isNewPatient": true, "patientName": "Harsh Soni" } }