{ "timestamp": "2026-02-23T09:39:07.765Z", "type": "OPD_CREATE", "status": "SUCCESS", "request": { "method": "POST", "url": "/app/create-opd", "payload": { "first_name": "Harsh", "last_name": "Soni", "gender": "male", "dob": "2026-02-23", "contact_number": "7016054263", "email": "", "emergency_contact": "", "address": "", "hospital_id": 1, "opd_date": "2026-02-23", "opd_time": "15:09", "status": "scheduled" }, "ip": "49.36.88.7", "userAgent": "Expo/1017756 CFNetwork/3860.200.71 Darwin/25.1.0" }, "response": { "statusCode": 200, "message": "Patient and OPD appointment created successfully", "data": { "patient": { "id": 4, "first_name": "Harsh", "last_name": "Soni", "contact_number": "7016054263", "email": "", "is_new_patient": true }, "opd": { "id": 5, "doctor_id": 2, "hospital_id": 1, "patient_id": 4, "opd_date": "22-02-2026", "opd_time": "03:09 PM", "status": "scheduled" } } }, "additionalInfo": { "doctorId": 2, "patientId": 4, "opdId": 5, "isNewPatient": true, "patientName": "Harsh Soni" } }