From 05a615e8b2b525944d26a7f4070bf50f8688f029 Mon Sep 17 00:00:00 2001 From: Sha Brown Date: Thu, 22 Jan 2026 16:39:02 +0000 Subject: [PATCH] Merged in bugfix/claim_type_code (pull request #845) Bugfix/claim type code * Added retrieval question for hybrid smart chunking CLAIM_TYPE_CD * Update on hybrid smart chunking retrival question * Merged main into bugfix/claim_type_code Approved-by: Katon Minhas --- 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 ef1548e..150e872 100644 --- a/fieldExtraction/src/prompts/investment_prompts.json +++ b/fieldExtraction/src/prompts/investment_prompts.json @@ -165,7 +165,7 @@ "prompt": "What is the Claim Type of the contract, exhibit, or services mentioned in the text? Choose ONLY from the following: {valid_values}.\n\nGuidelines:\n- Return 'Professional' if the text refers to services rendered by individual healthcare providers or provider groups (e.g., physician services, office visits, outpatient procedures).\n- Return 'Institutional' if the text refers to services provided by hospitals, facilities, or institutions (e.g., inpatient, outpatient facility, or surgery centers).\n- Return 'Ancillary' if the text refers to services such as Home Health, Durable Medical Equipment (DME), Laboratory, Radiology, Dialysis, Diagnostic Imaging, Genetic Testing, Blood Testing, Sleep Lab Services, Telemedicine, Behavioral or Mental Health, or other ancillary settings.\n- If multiple claim types are mentioned, return the one most closely associated with the compensation or service description in the context.\n- If no claim type is mentioned or cannot be determined, return 'N/A'.\nDo not infer or guess.", "valid_values": "VALID_CLAIM_TYPE", "keywords": [], - "smart_chunking_methodology": "TBD", + "retrieval_question": "Who is the provider in the contract? Provider is usually a physician practice, medical group, hospital, surgery center, ambulatory facility, institutional provider, home health agency, DME supplier, laboratory, radiology center, or ancillary service provider delivering healthcare services", "allow_na": true }, {