sub-job
OneGI · Revfind-Process-Post-Load-Account-Routing
Job to update Account and AccountInsurance tables prior to scoring for any custom rules needed to properly assign insurance and score (ie - Prefix Mapping, Age at Service mapping, etc.)
task tree
What the sub-job runs
Tasks in order, each with what it does — typed stepsfrom the MDClarity task docs (click to open the reference), sub-jobsyou can expand inline (▶) to reveal their own tasks, and SQL steps summarized by Gemini (✨). Every step shows the tables it writes/reads and which earlier step it feeds from(sqlglot lineage).
sub-job
Revfind-Process-Post-Load-Account-Routing
8 tasks · OneGI
sub-job / Flow action SQL / native step▶ expand a sub-job inline · ↗ open it as its own page · a typed step opens its doc
- Create AccountDeltaRouting Tablesql
revfind_process_post_load_account_routing__create_accountdeltarouting_table.sql✨ Builds a staging table to store insurance routing logic and comments for accounts requiring updates. - GAVA - Anthem Routingsql
revfind_process_post_load_account_routing__gava_anthem_routing.sqldisabled✨ Routes Anthem and BCBS accounts to specific plan categories based on member ID prefixes and eligibility data.writesAccountDeltaRouting· readsAccountDeltaSourceAnthemBCBSEligibilityPrefixDataaccountfacilitytransformAccountInsurance - GCM - Anthem TN Routingsql
revfind_process_post_load_account_routing__gcm_anthem_tn_routing.sqldisabled✨ Routes Tennessee Anthem accounts to specific provider networks based on member ID prefixes and plan names.writesAccountDeltaRouting· readsAccountDeltaFacilitySourceAnthemBCBSEligibilityPrefixDataaccounttransformAccountInsurance - AccountDeltaRouting Mergesql
revfind_process_post_load_account_routing__accountdeltarouting_merge.sqldisabled✨ Updates account and insurance records with new routing information and appends relevant processing notes to the account history.writesAccountAccountInsuranceAccountNote· readsAccountDeltaRoutingAccountNoteaccountDelta - Merge Account Label CommentsMergeSqldisabledwrites
AccountNote· readsAccountDeltaAccountDeltaRoutingmerge data source type=ThisDatabasetable name=AccountNotemerge mode=InsertUpdatebulk copy timeout seconds=300bulk copy use table lock - GAVA - UHC Physician Statussql
revfind_process_post_load_account_routing__gava_uhc_physician_status.sql✨ Flags UnitedHealthcare account charges with physician or non-physician status based on provider credentials for differential rate calculation.· readsAccountChargeCommonDataaccountaccountDeltaprovider - GAVA - VA Region (Anthem + Aetna + Human Medicare)sql
revfind_process_post_load_account_routing__gava_va_region_anthem_aetna_human_medicare.sql✨ Appends geographic region codes to account charges for specific payers based on facility zip codes.· readsAccountChargeAccountDeltaaccountfacilitysourceVAFacilityRegion - ALL UHC - Add UHC procedure category to code stringsql
revfind_process_post_load_account_routing__all_uhc_add_uhc_procedure_category_to_code_string.sql✨ Updates account charges by appending United Healthcare procedure categories to code strings for relevant insurance accounts.· readsAccountAccountChargeChargeTypeaccountDelta