Legacy Pipeline Atlas worker-1snapshot 2026-07-15

sub-job

OneGI · RevFind-Transform-Accounts-ModMed

Account Transformation Steps for ModMed

called by RevFind-Daily-Processing-ModMed

sub-job OneGI/RevFind-Transform-Accounts-ModMed · db OneGI_ProdMirror · updated 2026-07-14

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-Transform-Accounts-ModMed

12 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
  1. Merge IgnoredAccounts - ExecuteMergeSqlMergeSql
    writes SourceIgnoredAccountsMM · reads SourceAccountMMSourceOrganizationMM
    merge data source type=ThisDatabasetable name=SourceIgnoredAccountsMMmerge mode=InsertUpdateHardDeletebulk copy timeout seconds=300bulk copy use table lock
  2. Merge AccountKeyMapMergeSql
    writes AccountKeyMap · reads SourceAccountMMSourceChargeMMSourceIgnoredAccountsMMSourceOrganizationMM
    ↳ feeds from Merge IgnoredAccounts - ExecuteMergeSql
    merge data source type=ThisDatabasetable name=AccountKeyMapmerge mode=InsertUpdatebulk copy timeout seconds=300bulk copy use table lock
  3. Merge TransformPatientMergeSql
    writes TransformPatient · reads SourceOrganizationMMSourcePatientMM
    merge data source type=ThisDatabasetable name=TransformPatientmerge mode=InsertUpdateSoftDeletebulk copy timeout seconds=300bulk copy use table lock
  4. Exec ImportTransformTransactionsqlrevfind_transform_accounts_modmed__exec_importtransformtransaction.sql
    Loads and categorizes financial transactions, adjustments, and coordination of benefits transfers from the source practice management system.
    writes ImportTransformTransaction · reads AccountKeyMapAdjustmentCodeRollupImportTransformTransactionSourceAdjustmentsMMSourceOrganizationMMSourceTransactionsMMTransformTransactiondt
    ↳ feeds from Merge AccountKeyMap, Merge TransformTransactions
  5. Merge TransformTransactionsMergeSql
    writes TransformTransaction
    merge data source type=ThisDatabasetable name=TransformTransactionmerge mode=InsertUpdateSoftDeletebulk copy timeout seconds=300bulk copy use table lock
  6. Merge TransformChargeMergeSql
    writes TransformCharge · reads AccountKeyMapSourceAccountMMSourceChargeMMSourceOrganizationMMSourcePatientInsuranceMM
    ↳ feeds from Merge AccountKeyMap
    merge data source type=ThisDatabasetable name=TransformChargemerge mode=InsertUpdateSoftDeletebulk copy timeout seconds=300bulk copy use table lock
  7. Merge TransformAccountInsuranceMergeSql
    writes TransformAccountInsurance · reads AccountKeyMapSourceAccountMMSourceOrganizationMMSourcePatientInsuranceMM
    ↳ feeds from Merge AccountKeyMap
    merge data source type=ThisDatabasetable name=TransformAccountInsurancemerge mode=InsertUpdateSoftDeletebulk copy timeout seconds=300bulk copy use table lock
  8. Merge TransformAccountMergeSql
    writes TransformAccount · reads AccountKeyMapSourceAccountMMSourceChargeMMSourceOrganizationMMSourcePatientMMTransformAccountInsurance
    ↳ feeds from Merge AccountKeyMap, Merge TransformAccountInsurance
    merge data source type=ThisDatabasetable name=TransformAccountmerge mode=InsertUpdateSoftDeletebulk copy timeout seconds=300bulk copy use table lock
  9. Merge TransformChargeTransactionMeasuresMergeSql
    writes TransformChargeTransactionMeasure · reads AccountKeyMapTransformChargeTransformTransaction
    ↳ feeds from Merge AccountKeyMap, Merge TransformCharge, Merge TransformTransactions
    merge data source type=ThisDatabasetable name=TransformChargeTransactionMeasuremerge mode=InsertUpdateHardDeletebulk copy timeout seconds=300bulk copy use table lock
  10. Merge TransformPatientInsuranceMergeSqldisabled
    writes TransformPatientInsurance · reads InsuranceMapSourceECWPatientInsurance
    merge data source type=ThisDatabasetable name=TransformPatientInsurancemerge mode=InsertUpdateSoftDeletebulk copy timeout seconds=300bulk copy use table lock
  11. Load AccountDeltasqlrevfind_transform_accounts_modmed__load_accountdelta.sql
    Loads accounts with recent updates across various transformation tables into a delta tracking table for incremental processing.
  12. Update AccountDeltaDateMMsqlrevfind_transform_accounts_modmed__update_accountdeltadatemm.sql
    Updates the timestamp table to record the most recent execution time for incremental data processing.
    writes AccountDeltaDateMM