diff --git a/fieldExtraction/src/prompts/investment_prompts.json b/fieldExtraction/src/prompts/investment_prompts.json index 74ebc88..8283eaa 100644 --- a/fieldExtraction/src/prompts/investment_prompts.json +++ b/fieldExtraction/src/prompts/investment_prompts.json @@ -522,7 +522,7 @@ "field_name": "GROUPER_VERSION", "relationship": "one_to_n", "field_type": "grouper_breakout", - "prompt": "Extract the exact grouper version or release terminology from the Service and Methodology as it appears in the contract. Look for version references like 'MS-DRG Version 40', 'APR-DRG Version 34', 'APC 2023', 'DRG v38', or similar version indicators. Include the complete version phrase exactly as written. If multiple versions are mentioned, separate them with commas. If no version is mentioned, return any additional information present related to grouper type, e.g., 'Ohio Medicaid DRG', 'NYS APR-DRG'. Return 'N/A' if no version or additional information related to grouper type is specified." + "prompt": "Extract the exact grouper version or release terminology from the Service and Methodology as it appears in the contract. Look for version references like 'MS-DRG Version 40', 'APR-DRG Version 34', 'APC 2023', 'DRG v38', or similar version indicators. Include the complete version phrase exactly as written. If multiple versions are mentioned, separate them with commas. If no version is mentioned, return any additional information present related to grouper type, e.g., 'Ohio Medicaid DRG', 'NYS APR-DRG', 'Michigan Medicaid APC Rates', 'Medicare APC'. Return 'N/A' if no version or additional information related to grouper type is specified." }, { "field_name": "AARETE_DERIVED_GROUPER_VERSION", diff --git a/fieldExtraction/src/prompts/prompt_templates.py b/fieldExtraction/src/prompts/prompt_templates.py index eb1f109..d2c3d92 100644 --- a/fieldExtraction/src/prompts/prompt_templates.py +++ b/fieldExtraction/src/prompts/prompt_templates.py @@ -1082,7 +1082,7 @@ Service: {service.replace('"', "'")} Methodology: {methodology.replace('"', "'")} reimbursement method: {base_reimb_answer.replace('"', "'")} -Determine which case description corresponds to the Service and Methodology combination. The Service and Methodology will always match one of the listed cases. If multiple cases apply, choose the one that describes how the payment changes over time rather than what service is being paid or choose a special case. Always return a value from the list of cases above; do not return 'N/A' or 'UNKNOWN'. +Determine which case description corresponds to the combination of Service, Methodology, and the specific reimbursement method. The combination will always match one of the listed cases. If multiple cases apply, choose the one that describes how the payment changes over time rather than what service is being paid or choose a special case. Always return a value from the list of cases above; do not return 'N/A' or 'UNKNOWN'. {PIPE_FORMAT_INSTRUCTIONS} """