From f0be69fc11ae4dac7c94286d90b11d605d741a81 Mon Sep 17 00:00:00 2001 From: Katon Minhas Date: Mon, 6 May 2024 14:26:48 -0700 Subject: [PATCH] Prompt modifications --- src/prompts.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/prompts.py b/src/prompts.py index d0a9a2d..8cd8061 100644 --- a/src/prompts.py +++ b/src/prompts.py @@ -6,7 +6,7 @@ def BOTTOM_UP_PRIMARY(page, payer): The preceding text is one page of a contract between Payer {payer} and a provider in their network. Your job is to extract attributes related to the reimbursement of different services and specialties. -The reimbursement values will be identified with >>> <<< indicators (e.g. >>>105%<<<). Make sure there is at least one dictionary object for EVERY reimbursement value seen. +The reimbursement values will be identified with >>> <<< indicators (e.g. >>>105%<<<). Make sure there is at least one dictionary object for EVERY reimbursement value seen (either % or $). If any of the attributes are not found, return N/A. For all attributes, only write what is written on the page. Do not make up new phrases or words. @@ -104,9 +104,10 @@ def BOTTOM_UP_METHODOLOGY(d): Your job is to identify what the concise methodology is based on the full methodology. Choose the closest option from the following: -Allowed Amount, Fee Schedule, Medicare Fee Schedule, Medicare Allowed Amount, Medicaid Fee Schedule, Medicaid Allowed Amount, Billed Charges, Per X (where X is some criteria like Visit, Hour, Unit, Diem, etc) +Allowed Amount, Fee Schedule, Medicare Fee Schedule, Medicare Allowed Amount, Medicaid Fee Schedule, Medicaid Allowed Amount, Billed Charges, MSRP, Per Unit, Per Diem, Per Visit, Per Member, Per Member Per Month, Per Hour For 'Allowed Amount' and 'Fee Schedule', use the more specific answer (Medicare/Medicaid) if applicable. +For the 'Per ___' values, note that this list is not necessarily exhaustive. It could be anything like 'Per ___'. Return only the answer, without using complete sentences. If there is nothing even close to the above options in the full methodology text, simply return 'N/A' """