curl -X GET "https://api.refactorbilling.com/denial-clarification?tenant_id=1&visit_number=V12345" \ -H "x-api-key: your-api-key"
Copy
{ "visit_number": "V12345", "payer_name": "Aetna", "patient_name": "John Doe", "claim_status_code": "4", "denial_reason": "Service not covered under the patient's current benefit plan.", "denial_remark_codes": ["N381", "MA04"], "adjustment_codes": [ { "group_code": "CO", "reason_code": "50", "amount": 750.00, "description": "These are non-covered services because this is not deemed a medical necessity by the payer." } ], "recommended_action": "Submit appeal with supporting clinical documentation demonstrating medical necessity."}
API Reference
Get Denial Clarification
Retrieve denial details and recommended actions for a visit.
Suggested next step to resolve the denial (e.g. “Submit appeal with medical records”, “Resubmit with corrected modifier”).
Copy
curl -X GET "https://api.refactorbilling.com/denial-clarification?tenant_id=1&visit_number=V12345" \ -H "x-api-key: your-api-key"
Copy
{ "visit_number": "V12345", "payer_name": "Aetna", "patient_name": "John Doe", "claim_status_code": "4", "denial_reason": "Service not covered under the patient's current benefit plan.", "denial_remark_codes": ["N381", "MA04"], "adjustment_codes": [ { "group_code": "CO", "reason_code": "50", "amount": 750.00, "description": "These are non-covered services because this is not deemed a medical necessity by the payer." } ], "recommended_action": "Submit appeal with supporting clinical documentation demonstrating medical necessity."}