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
Load-Account-Transform-Tables-RevFind
14 tasks · JewishBoard
sub-job / Flow action SQL / native step▶ expand a sub-job inline · ↗ open it as its own page · a typed step opens its doc
- Fill AccountKeyMapsql
load_account_transform_tables_revfind__fill_accountkeymap.sql✨ Maps patient and episode identifiers to unique account IDs to maintain consistent tracking across the data pipeline. - Create AccountDeltasql
load_account_transform_tables_revfind__create_accountdelta.sql✨ Identifies and flags accounts with recent billing or transaction updates to determine which records require processing in the current run. - Load TransformPatientMergeSqlwrites
TransformPatient· readsSourcePatientmerge data source type=ThisDatabasetable name=TransformPatientmerge mode=InsertUpdatebulk copy timeout seconds=300bulk copy use table lock - Load TransformLocationsql
load_account_transform_tables_revfind__load_transformlocation.sqldisabled✨ Builds the location transformation table by mapping source locations to standardized addresses and place of service codes.writesTransformLocation· readsSourceLocationSourceLocationMap - Load TransformProvidersql
load_account_transform_tables_revfind__load_transformprovider.sqldisabled✨ Updates the provider transformation table with standardized names, credentials, and NPI identifiers from source systems.writesTransformProvider· readsSourceProvider - Load TransformPayersql
load_account_transform_tables_revfind__load_transformpayer.sqldisabled✨ Loads the payer transformation table with standardized insurance carrier names, plan types, and financial classifications.writesTransformPayer· readsSourcePayers - Load TransformCharge (Initial, To Remove)sql
load_account_transform_tables_revfind__load_transformcharge_initial_to_remove.sqldisabled✨ Loads and transforms charge-level data, including service details and insurance information, for accounts identified as having recent updates.writesTransformCharge· readsAccountDeltaAccountKeyMapSourceBillingTxHistorySourceLocationTransformChargemaster - Merge TransformChargeMergeSqlwrites
TransformCharge· readsAccountKeyMapSourceBillingTxHistorySourceChargeDetailsSourceInsuranceSourceLocationSourceTransactionPayAdjHistoryTransformChargemastermerge data source type=ThisDatabasetable name=TransformChargemerge mode=InsertUpdateHardDeletebulk copy timeout seconds=300bulk copy use table lock - Load TransformTransactionsql
load_account_transform_tables_revfind__load_transformtransaction.sql✨ Processes and categorizes financial transactions, such as payments and adjustments, while establishing their chronological order for each account.writesTransformTransaction· readsAccountDeltaAccountKeyMapAdjustmentCodeRollupSourceBillingTxHistorySourceTransactionPayAdjHistory - (to delete once merge confirmed) Load TransformAccountsql
load_account_transform_tables_revfind__to_delete_once_merge_confirmed_load_transformaccount.sqldisabled✨ Builds account-level summaries containing provider, facility, and patient identifiers to provide a high-level view of each encounter.writesTransformAccount· readsAccountKeyMapSourceBillingTxHistorySourceLocation - Merge TransformAccountMergeSqlwrites
TransformAccount· readsAccountKeyMapSourceBillingTxHistorySourceLocationmerge data source type=ThisDatabasetable name=TransformAccountmerge mode=InsertUpdatebulk copy timeout seconds=300bulk copy use table lock - Load TransformAccountInsurancesql
load_account_transform_tables_revfind__load_transformaccountinsurance.sqldisabled✨ Loads insurance coverage details and coordination of benefits for each account to track payer information and member identifiers.writesTransformAccountInsurance· readsAccountKeyMapSourcePatientEncounterInsuranceTransformCharge - Merge TransformAccountInsuranceMergeSqlwrites
TransformAccountInsurance· readsAccountKeyMapSourcePatientEncounterInsuranceTransformCharge↳ feeds from Merge TransformChargemerge data source type=ThisDatabasetable name=TransformAccountInsurancemerge mode=InsertUpdateHardDeletebulk copy timeout seconds=300bulk copy use table lock - Load TransformChargeTransactionMeasuressql
load_account_transform_tables_revfind__load_transformchargetransactionmeasures.sql✨ Aggregates transaction data into charge-level financial measures, calculating totals for payments, adjustments, and denials by insurance priority.writesTransformChargeTransactionMeasure· readsAccountDeltaTransformChargeTransformTransaction↳ feeds from Load TransformTransaction, Merge TransformCharge