{ "timestamp": "2026-02-24T11:29:07.065Z", "type": "OPD_CREATE", "status": "SUCCESS", "request": { "method": "POST", "url": "/app/create-opd", "payload": { "patient_id": 3, "hospital_id": 1, "opd_date": "2026-02-24", "opd_time": "16:58", "status": "scheduled" }, "ip": "49.36.88.7", "userAgent": "Expo/1017756 CFNetwork/3860.400.51 Darwin/25.3.0" }, "response": { "statusCode": 200, "message": "OPD appointment created successfully", "data": { "patient": { "id": 3, "first_name": "Harsh", "last_name": "Soni", "contact_number": "7016054263", "email": "", "is_new_patient": false }, "opd": { "id": 9, "doctor_id": 1, "hospital_id": 1, "patient_id": 3, "opd_date": "23-02-2026", "opd_time": "04:58 PM", "status": "scheduled" } } }, "additionalInfo": { "doctorId": 1, "patientId": 3, "opdId": 9, "isNewPatient": false, "patientName": "Harsh Soni" } }