From 0f80c1f16d05ef6fcc9e9a47ca2eb44aed560761 Mon Sep 17 00:00:00 2001 From: Mayank Aamseek Date: Thu, 31 Jul 2025 21:51:44 +0000 Subject: [PATCH] Merged in bugfix/carveout_ind (pull request #635) fixed non-default cases * fixed non-default cases * prompt fix * prompt fix * Merge branch 'main' into bugfix/carveout_ind * prompt fix * Merged main into bugfix/carveout_ind * Merge branch 'main' into bugfix/carveout_ind * prompt fix * Merged main into bugfix/carveout_ind * update Default term definition * Merged main into bugfix/carveout_ind Approved-by: Alex Galarce --- fieldExtraction/src/constants/investment_values.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fieldExtraction/src/constants/investment_values.py b/fieldExtraction/src/constants/investment_values.py index c26da6e..858f8d3 100644 --- a/fieldExtraction/src/constants/investment_values.py +++ b/fieldExtraction/src/constants/investment_values.py @@ -136,7 +136,7 @@ VALID_CARVEOUTS = { "PREADMISSION" : None, "POST_DISCHARGE" : None, "READMISSIONS" : "Describes payment for subsequent admission with the same diagnostic category of codes as the initial admission.", - "DEFAULT_TERM" : "Indicates whether this service/methodology serves as a default/fallback payment rate when no other payment methods apply. The default/fallback payment rate is typically a low rate and based on billed charges. This is an 'end-of-the-line' reimbursement when no other methodologies apply.\n\nThe service/methodology should meet BOTH these criteria:\n1. Contains language indicating it applies to services not covered elsewhere, such as:\n - 'services not listed in the fee schedule'\n - 'services for which no other payment method is specified'\n - 'all other services'\n - 'services not otherwise specified'\n2. Is clearly a secondary/fallback option, NOT the primary/base reimbursement method, as indicated by:\n - Position in the contract (appears after primary methodology is defined)\n - Lower reimbursement rate than the base methodology (typically 50-60% of charges)\n - Explicit 'default' or 'fallback' terminology\n - Applies to a minor subset of services (not the majority of contract services)\n\nIt should not indicate ANY of these:\n- The methodology is the primary/base reimbursement approach, even if defined by exclusion\n- The methodology applies to specific listed services/procedures\n- The methodology offers standard rates comparable to other contract methodologies\n- No default/fallback language is present\n\nExample: 'For any services not specifically listed in Exhibits A-D, reimbursement shall be 50% of billed charges.'", + "DEFAULT_TERM" : "Indicates whether this service/methodology serves as a default/fallback payment rate when no other payment methods mentioned anywhere in the contract apply. The default/fallback/'end-of-the-line' payment rate may be a lower rate, often based on billed charges. Do not classify as default if:\n- The methodology is the primary/base reimbursement approach, even if defined by exclusion\n- The methodology applies to specific listed services/procedures \n- No default/fallback language is present\n\nExample: 'For any services not specifically listed in Exhibits A-D, reimbursement shall be 50% of billed charges.'", # + Any Reimbursement Carveouts (Codes, Services, etc) }