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-EDI-Transform-EDIData
18 tasks · TheOregonClinic
sub-job / Flow action SQL / native step▶ expand a sub-job inline · ↗ open it as its own page · a typed step opens its doc
- Load RemitDeltasql
revfind_edi_transform_edidata__load_remitdelta.sql✨ Identifies recently processed or updated electronic remittance claims to determine which records require incremental transformation and loading.writesRemitDelta· readsEDIFilesProcessedRemitDeltaTransformRemitTxn835Txn835ClaimPayment↳ feeds from Load TempRemitCOB, Load TransformRemit - Load TransformRemitsql
revfind_edi_transform_edidata__load_transformremit.sql✨ Extracts and transforms electronic remittance advice data from raw transaction files into a structured format for processing.writesTransformRemit· readsTxn835Txn835ClaimPaymentTxn835ClaimPaymentLineTxn835ClaimPaymentOtherClaimAmount - Load TransformRemitEncounterMapsql
revfind_edi_transform_edidata__load_transformremitencountermap.sqldisabled✨ Maps remittance claim identifiers to internal account records to link insurance payments with specific patient encounters.writesTransformRemitEncounterMap· readsTransformRemitEncounterMap - Update TransformRemitEncounterMapsql
revfind_edi_transform_edidata__update_transformremitencountermap.sqldisabled✨ Updates remittance mapping records with patient account identifiers by matching service dates and charge IDs at the line level.· readsTransformChargeTransformRemitEncounterMapTransformRemitLinerem - Load TempRemitCOB (old)sql
revfind_edi_transform_edidata__load_tempremitcob_old.sqldisabled✨ Builds a temporary table to determine claim status, member IDs, and coordination of benefits order for remittance data. - Load TempRemitCOBsql
revfind_edi_transform_edidata__load_tempremitcob.sql✨ Determines the coordination of benefits order and current claim status by analyzing historical remittance and adjustment data.writesTempRemitCOBTransformRemit· readsTempRemitCOBTransformRemitTransformRemitAdjustment↳ feeds from Load TransformRemit, Load TransformRemitAdjustment - Load TransformRemitAdjustmentsql
revfind_edi_transform_edidata__load_transformremitadjustment.sql✨ Loads claim and line-level adjustments by unpivoting reason codes and amounts from electronic remittance advice transactions.writesTransformRemitAdjustment· readsTransformRemitTxn835ClaimAdjustment↳ feeds from Load TempRemitCOB, Load TransformRemit - Load TransformRemitLinesql
revfind_edi_transform_edidata__load_transformremitline.sql✨ Loads detailed remittance line items, mapping procedure codes, service dates, and payment amounts from electronic remittance advice.writesTransformRemitLine· readsTransformRemitTxn835ClaimPaymentLine↳ feeds from Load TempRemitCOB, Load TransformRemit - Load TransformTxn837sql
revfind_edi_transform_edidata__load_transformtxn837.sql✨ Consolidates and transforms professional and institutional claim submission data into a unified format for billing tracking.writesTransformTxn837· readsTxn837ITxn837IServiceLineTxn837PTxn837PServiceLine - Load TransformTxn837Linesql
revfind_edi_transform_edidata__load_transformtxn837line.sql✨ Builds a unified table of professional and institutional claim service lines, extracting procedure codes, charges, and provider details.writesTransformTxn837Line· readsTransformTxn837Txn837ITxn837IServiceLineTxn837PServiceLine↳ feeds from Load TransformTxn837 - Load TransformAccountsql
revfind_edi_transform_edidata__load_transformaccount.sql✨ Loads account-level records by mapping claim data to patients, providers, and insurance payers using the latest claim versions.writesTransformAccount· readsEDIFacilityMapTransformTxn837↳ feeds from Load TransformTxn837 - Load TransformChargesql
revfind_edi_transform_edidata__load_transformcharge.sql✨ Transforms claim service lines into individual charge records linked to accounts, capturing procedure codes, units, and financial amounts.writesTransformCharge· readsTransformAccountTransformTxn837TransformTxn837Line↳ feeds from Load TransformAccount, Load TransformTxn837, Load TransformTxn837Line - Load TransformChargeFamilyPoolsql
revfind_edi_transform_edidata__load_transformchargefamilypool.sql✨ Maps historical claim service lines to their latest charge versions to establish a consistent charge family for longitudinal tracking.writesTransformChargeFamilyPool· readsTransformChargeTransformChargeFamilyPoolTransformTxn837TransformTxn837Line↳ feeds from Load TransformCharge, Load TransformTxn837, Load TransformTxn837Line - Load TransformPatientMergeSqlwrites
TransformPatient· readsTransformAccountTransformTxn837↳ feeds from Load TransformAccount, Load TransformTxn837merge data source type=ThisDatabasetable name=TransformPatientmerge mode=InsertUpdatebulk copy timeout seconds=300bulk copy use table lock - Load TransformRemitAccountMapsql
revfind_edi_transform_edidata__load_transformremitaccountmap.sql✨ Matches remittance advice records to patient accounts using tiered logic based on identifiers like Tax ID and service dates.writesTransformRemitAccountMap· readsTransformAccountTransformRemit↳ feeds from Load TempRemitCOB, Load TransformAccount, Load TransformRemit - Load TransformRemitTransactionssql
revfind_edi_transform_edidata__load_transformremittransactions.sql✨ Consolidates remittance payments and adjustments into a single transaction table, categorizing reason codes for financial reporting and analysis.writesTransformRemitTransactions· readsAdjustmentCodeRollupTransformRemitTransformRemitAdjustmentTransformRemitLine↳ feeds from Load TempRemitCOB, Load TransformRemit, Load TransformRemitAdjustment, Load TransformRemitLine - Load TransformChargeRemitMatchsql
revfind_edi_transform_edidata__load_transformchargeremitmatch.sql✨ Matches normalized remittance service lines to specific charges within the charge family pool using tiered logic and procedure codes.writesTransformChargeRemitMatch· readsTransformChargeFamilyPoolTransformChargeRemitMatchTransformRemitTransformRemitAccountMapTransformRemitLine↳ feeds from Load TempRemitCOB, Load TransformChargeFamilyPool, Load TransformRemit, Load TransformRemitAccountMap, Load TransformRemitLine - Load TransformAccountRemitsql
revfind_edi_transform_edidata__load_transformaccountremit.sql✨ Links remittance transactions to specific charges or accounts, providing a detailed view of payments and adjustments at the charge level.writesTransformAccountRemit· readsTransformAccountRemitTransformChargeRemitMatchTransformRemitAccountMapTransformRemitTransactions↳ feeds from Load TransformChargeRemitMatch, Load TransformRemitAccountMap, Load TransformRemitTransactions