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|."""