Healthcare Remittance & Payment (835)
HIPAAfreeValidate payment and remittance data — CARC/RARC codes, adjustment groups, paid vs billed consistency, and duplicate claim detection per X12 835 standards.
Checks included (5)
Claim Adjustment Reason Code (CARC) Validation(carc_code)
Validates that Claim Adjustment Reason Codes (CARCs) are 1 to 3 digits in the range 1-999. CARCs are used in X12 835 remittance advice transactions to communicate why a claim or service line was adjusted. Each code must be a numeric value maintained by the X12 Code Maintenance Committee and published by the Washington Publishing Company (WPC).
Remittance Advice Remark Code (RARC) Format(rarc_code)
Validates that Remittance Advice Remark Codes (RARCs) conform to the standard format: a prefix of M, N, or MA followed by one or more digits (e.g., M1, N432, MA130). RARCs provide additional explanation for claim adjustments in X12 835 remittance transactions and supplement CARC codes with more specific information.
Claim Adjustment Group Code Validation(adjustment_group_code)
Validates that the claim adjustment group code is one of the five standard codes defined for X12 835 remittance transactions: CO (Contractual Obligation), PI (Payer Initiated Reduction), PR (Patient Responsibility), OA (Other Adjustment), or CR (Correction and/or Reversal). The group code categorizes why the adjustment was made.
Paid vs Billed Amount Consistency
Validates financial consistency in remittance data: paid amount must be >= 0 and <= billed amount, allowed amount must be >= 0, and the sum of paid_amount + patient_responsibility + adjustment_amount should approximately equal the billed_amount within a configurable tolerance. This ensures the remittance balances and prevents overpayments or missing adjustments.
Duplicate Claim Detection
Flags potential duplicate claims by identifying records with the same member_id, service_date, provider_npi, procedure_code, and billed_amount within a configurable time window (default 30 days). Duplicate claims can result in overpayments and compliance violations, and should be reviewed before payment processing.