From ea222522baa3d489585f93a8c30b29bf49cb5a6d Mon Sep 17 00:00:00 2001 From: Katon Minhas Date: Thu, 2 Oct 2025 18:59:49 +0000 Subject: [PATCH] Merged in bugfix/nv-issue-fixes (pull request #721) Bugfix/nv issue fixes * Add Dialysis to ancillary services list * remove print * Merge branch 'main' into bugfix/nv-issue-fixes * Remove print Approved-by: Alex Galarce --- fieldExtraction/src/prompts/investment_prompts.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fieldExtraction/src/prompts/investment_prompts.json b/fieldExtraction/src/prompts/investment_prompts.json index 930e5e3..9f04dab 100644 --- a/fieldExtraction/src/prompts/investment_prompts.json +++ b/fieldExtraction/src/prompts/investment_prompts.json @@ -161,7 +161,7 @@ "field_name" : "CLAIM_TYPE_CD", "relationship" : "one_to_n", "field_type" : "exhibit_level", - "prompt": "What is the Claim Type of the contract, exhibit, or services mentioned? Choose ONLY from the following: {valid_values}. Guidelines:\n- If the contract refers to services rendered by individual healthcare providers or provider groups, return 'Professional'.\n- If the document mentions services provided by hospitals, facilities or institutions, return 'Institutional'.\n- If the services include Home Health, Durable Medical Equipment (DME), Laboratory, Radiology, Diagnostic Imaging, Genetic Testing, Blood Testing, Sleep Lab Services, Telemedicine, Behavioral & Mental Health Services, or other ancillary services, return 'Ancillary'.\n- If multiple claim types are mentioned for different services, return the one most closely associated with the compensation or service description in question.", + "prompt": "What is the Claim Type of the contract, exhibit, or services mentioned? Choose ONLY from the following: {valid_values}. Guidelines:\n- If the contract refers to services rendered by individual healthcare providers or provider groups, return 'Professional'.\n- If the document mentions services provided by hospitals, facilities or institutions, return 'Institutional'.\n- If the services include Home Health, Durable Medical Equipment (DME), Laboratory, Radiology, Dialysis, Diagnostic Imaging, Genetic Testing, Blood Testing, Sleep Lab Services, Telemedicine, Behavioral & Mental Health Services, or other services commonly performed in an ancillary setting, return 'Ancillary'.\n- If multiple claim types are mentioned for different services, return the one most closely associated with the compensation or service description in question.", "valid_values" : "VALID_CLAIM_TYPE", "keywords" : [], "smart_chunking_methodology" : "TBD",