From de2e7291d19fbcabedc1691fbea2607bcc533765 Mon Sep 17 00:00:00 2001 From: Alex Galarce Date: Thu, 10 Jul 2025 18:20:21 +0000 Subject: [PATCH] Merged in feature/filter-out-clean-claims (pull request #609) Enhance INVALID entries examples in reimbursement guidelines for clean claims * Enhance INVALID entries examples in reimbursement guidelines for clean claims Approved-by: Katon Minhas --- fieldExtraction/src/prompts/investment_prompts.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fieldExtraction/src/prompts/investment_prompts.py b/fieldExtraction/src/prompts/investment_prompts.py index b127ec0..822a97e 100644 --- a/fieldExtraction/src/prompts/investment_prompts.py +++ b/fieldExtraction/src/prompts/investment_prompts.py @@ -340,12 +340,15 @@ INVALID entries (return NO): - Coverage limitations without payment rates - General benefit descriptions - Exclusions or non-covered statements +- Processing instructions that reference external methodologies without specific rates +- Claims processing procedures that don't specify actual payment amounts Examples: ✅ "reimbursed at 100% of DMAP fee schedule" → YES (clear payment method) ✅ "flat rate of $20.00 per frame" → YES (specific rate) ❌ "Standard eyeglass lenses as defined by DMAP are CR39 lenses..." → NO (definition only) ❌ "Contact lenses must be prior authorized" → NO (authorization only) +❌ "Community shall process Clean Claims based on the then current Medicare or Medicaid Fee Schedule cost index as applicable to services rendered and according to Medicare reimbursement methodology, Including the geographic practice (GPCI), or Medicaid reimbursement methodology as applicable." → NO (definition only) Briefly explain your reasoning, then return YES or NO in |pipes|."""