b2a0dc4b60
Bugfix/uom * Add "Per Procedure" to valid unit of measure list * Enhance unit of measure prompt for clarity and specificity in reimbursement methodologies * Refine unit of measure prompt to ensure defaulting to 'Per Unit' regardless of procedure codes for flat rate methodologies * Merge remote-tracking branch 'origin/main' into bugfix/uom * Merged main into bugfix/uom * Enhance logic for setting UNIT_OF_MEASURE to 'Per Unit' for Flat Rate reimbursement, handling all edge cases including NaN and empty strings. * Enhance is_empty function to handle additional empty value cases for pd.Series and strings * Enhance test cases for is_empty function to cover additional whitespace and null-like values * Merge branch 'bugfix/uom' of https://bitbucket.org/aarete/doczy.ai into bugfix/uom * Enhance type checking for is_empty function with overloads for str, list, and pd.Series * Overload fix * Merged main into bugfix/uom Approved-by: Katon Minhas
16 lines
282 B
JSON
16 lines
282 B
JSON
[
|
|
"Per Unit",
|
|
"Per ASA Unit",
|
|
"Per Day",
|
|
"Per 15 Minutes",
|
|
"Per 30 Minutes",
|
|
"Per Hour",
|
|
"Per Month",
|
|
"Per Member Per Month (PMPM)",
|
|
"Per Year",
|
|
"Per Session",
|
|
"Per Training Session",
|
|
"Per Visit",
|
|
"Per Case",
|
|
"Per Procedure"
|
|
] |