{ "timestamp": "2026-02-23T10:55:56.485Z", "type": "OPD_CREATE", "status": "SUCCESS", "request": { "method": "POST", "url": "/app/create-opd", "payload": { "first_name": "123", "last_name": "123", "gender": "male", "dob": "2026-02-23", "contact_number": "1231231231", "email": "", "emergency_contact": "", "address": "", "hospital_id": 1, "opd_date": "2026-02-23", "opd_time": "16:25", "status": "scheduled" }, "ip": "49.36.88.7", "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1" }, "response": { "statusCode": 200, "message": "Patient and OPD appointment created successfully", "data": { "patient": { "id": 5, "first_name": "123", "last_name": "123", "contact_number": "1231231231", "email": "", "is_new_patient": true }, "opd": { "id": 6, "doctor_id": 1, "hospital_id": 1, "patient_id": 5, "opd_date": "22-02-2026", "opd_time": "04:25 PM", "status": "scheduled" } } }, "additionalInfo": { "doctorId": 1, "patientId": 5, "opdId": 6, "isNewPatient": true, "patientName": "123 123" } }