sub-job
ECP · Revfind-AccountInsurance-Custom-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-AccountInsurance-Custom-Routing
13 tasks · ECP
sub-job / Flow action SQL / native step▶ expand a sub-job inline · ↗ open it as its own page · a typed step opens its doc
- Delete delta from AccountDeltaRoutingsql
revfind_accountinsurance_custom_routing__delete_delta_from_accountdeltarouting.sql✨ Clears existing routing entries for accounts identified in the current delta to prepare for updated insurance routing logic.writesAccountDeltaRouting· readsAccountDelta - CVP_Midatlantic Insurance Routing (Anthem + Sentara Commercial)sql
revfind_accountinsurance_custom_routing__cvp_midatlantic_insurance_routing_anthem_sentara_commercial.sqldisabled✨ Routes specific commercial insurance accounts to Medicare plans for senior patients within the Mid-Atlantic facility group.writesAccountDeltaRouting· readsAccountDeltaFacilityaccountpatient - Anthem Federal Routingsql
revfind_accountinsurance_custom_routing__anthem_federal_routing.sql✨ Identifies and routes Anthem Federal insurance accounts based on specific member identification number patterns and prefixes.writesAccountDeltaRouting· readsAccountDeltaAccountInsuranceFacilityaccountpatient↳ feeds from Merge from AccountDeltaRouting - United Healthcare to UHC Medicare Routingsql
revfind_accountinsurance_custom_routing__united_healthcare_to_uhc_medicare_routing.sqldisabled✨ Reassigns United Healthcare accounts to Medicare routing for patients aged sixty-five and older.writesAccountDeltaRouting· readsAccountDeltaFacilityaccountpatient - Ohio Anthem/BCBS Routingsql
revfind_accountinsurance_custom_routing__ohio_anthem_bcbs_routing.sql✨ Routes Ohio-based Anthem accounts to specific plan types by analyzing historical eligibility response patterns for member ID prefixes.writesAccountDeltaRouting· readsAccountAccountDeltaFacilitySourceAnthemBCBSEligibilityPrefixDatapatienttransformAccountInsurance↳ feeds from Merge from AccountDeltaRouting - Humana Medicare Routingsql
revfind_accountinsurance_custom_routing__humana_medicare_routing.sqldisabled✨ Flags Humana accounts for Medicare routing based on member identification patterns within the insurance data.writesAccountDeltaRouting· readsAccountAccountDeltaFacilitypatienttransformAccountInsurance - Grene Vision Aetna/Aetna Medicaresql
revfind_accountinsurance_custom_routing__grene_vision_aetna_aetna_medicare.sql✨ Routes Aetna accounts to Medicare plans based on specific member identification prefixes found in the insurance records.writesAccountDeltaRouting· readsAccountDeltaAccountInsuranceFacilityaccountpatient↳ feeds from Merge from AccountDeltaRouting - Eye Associates OK BCBS Mappingsql
revfind_accountinsurance_custom_routing__eye_associates_ok_bcbs_mapping.sql✨ Maps Oklahoma Blue Cross Blue Shield accounts to specific plan types using member prefixes and historical eligibility data.writesAccountDeltaRouting· readsAccountAccountDeltaFacilitySourceAnthemBCBSEligibilityPrefixDatatransformAccountInsurance↳ feeds from Merge from AccountDeltaRouting - Anthem Medicare Routingsql
revfind_accountinsurance_custom_routing__anthem_medicare_routing.sqldisabled✨ Routes Anthem insurance accounts to Medicare plans for patients who meet the age requirement for senior coverage.writesAccountDeltaRouting· readsAccountAccountDeltaFacilitypatienttransformAccountInsurance - Patient Age >=65 Medicare Routing for All Remaining Payerssql
revfind_accountinsurance_custom_routing__patient_age_65_medicare_routing_for_all_remaining_payers.sqldisabled✨ Routes various commercial insurance accounts to corresponding Medicare plans for patients meeting the age requirement for senior coverage.writesAccountDeltaRouting· readsAccountAccountDeltaFacilitypatienttransformAccountInsurance - Merge from AccountDeltaRoutingsql
revfind_accountinsurance_custom_routing__merge_from_accountdeltarouting.sql✨ Updates account and insurance tables with the final routed insurance keys determined during the custom routing process.writesAccountAccountInsurance· readsAccountDeltaRoutingaccountaccountDelta↳ feeds from Anthem Federal Routing, Delete delta from AccountDeltaRouting, Eye Associates OK BCBS Mapping, Grene Vision Aetna/Aetna Medicare, Ohio Anthem/BCBS Routing - Add Assumed Medicare Label to Medicare Routed Accountssql
revfind_accountinsurance_custom_routing__add_assumed_medicare_label_to_medicare_routed_accounts.sql✨ Applies a tracking label and documentation note to accounts that were automatically routed to Medicare plans.writesAccountLabelAccountNote· readsAccountDeltaAccountDeltaRoutingAccountLabelaccount↳ feeds from Add B20 Denial Label, Anthem Federal Routing, Delete delta from AccountDeltaRouting, Eye Associates OK BCBS Mapping, Grene Vision Aetna/Aetna Medicare, Merge from AccountDeltaRouting, Ohio Anthem/BCBS Routing - Add B20 Denial Labelsql
revfind_accountinsurance_custom_routing__add_b20_denial_label.sql✨ Flags accounts with specific denial codes from remittance data by applying a tracking label and documentation note.writesAccountLabelAccountNote· readsAccountDeltaAccountLabelAccountRemit↳ feeds from Add Assumed Medicare Label to Medicare Routed Accounts