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
11 tasks · StrideCare
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 AccountDeltasql
revfind_transform_accounts__create_accountdelta.sql✨ Builds a delta table of modified accounts, encounters, and claims to identify records requiring incremental processing in the pipeline.writesAccountDelta· readsAccountDeltaAccountDeltaDateSourceAppointmentSourceClaimSourceClinicalEncounterSourceERADetailSourcePatientInsuranceSourceTransaction↳ feeds from Update AccountDeltaDate - Load TransformTransaction - Updated for Claims sans Visitssql
revfind_transform_accounts__load_transformtransaction_updated_for_claims_sans_visits.sql✨ Updates transaction records by refreshing financial data, including payments and adjustments, for accounts identified in the incremental delta. - Load TransformRemitAdjustment - Updated for Claims sans Visitssql
revfind_transform_accounts__load_transformremitadjustment_updated_for_claims_sans_visits.sql✨ Loads detailed remittance adjustment data from electronic remittance advice records for accounts requiring updates in the current pipeline run.writesTransformRemitAdjustment· readsAccountDeltaAdjustmentCodeRollupSourceClaimSourceERABatchSourceERADetailSourceERAKickSourceERARecordSourcePatientInsurance↳ feeds from Create AccountDelta - Load TransformCharge - Updated for Claims sans Visitssql
revfind_transform_accounts__load_transformcharge_updated_for_claims_sans_visits.sql✨ Updates charge-level details, including procedure codes, modifiers, and diagnosis information, for accounts identified in the incremental delta. - Load TransformAccount - Updated for Claims sans Visitssql
revfind_transform_accounts__load_transformaccount_updated_for_claims_sans_visits.sql✨ Refreshes core account and encounter data, including balances and service dates, for records identified in the incremental delta.writesTransformAccount· readsAccountDeltaSourceClaimSourceClinicalEncounterSourceDepartmentSourcePatientInsuranceSourceProvider↳ feeds from Create AccountDelta - Load TransformRemitAdjustmentAggregatesql
revfind_transform_accounts__load_transformremitadjustmentaggregate.sql✨ Aggregates remittance adjustment data to calculate total contract, patient, and denial amounts at the charge level for updated encounters.writesTransformRemitAdjustmentAggregate· readsAccountDeltaTransformChargeTransformRemitAdjustment↳ feeds from Create AccountDelta, Load TransformRemitAdjustment - Updated for Claims sans Visits - Load TransformChargeTransactionMeasuressql
revfind_transform_accounts__load_transformchargetransactionmeasures.sql✨ Calculates summary financial measures by combining transaction and remittance data to report payments, adjustments, and denials per charge.writesTransformChargeTransactionMeasure· readsAccountDeltaTransformChargeTransformRemitAdjustmentAggregateTransformTransaction↳ feeds from Create AccountDelta, Load TransformRemitAdjustmentAggregate - Load TransformPatientsql
revfind_transform_accounts__load_transformpatient.sql✨ Updates and maintains patient demographic information in the transformation layer to ensure accurate patient identification.writesTransformPatient· readsSourcePatient - Load TransformPatientInsurancesql
revfind_transform_accounts__load_transformpatientinsurance.sql✨ Synchronizes patient insurance coverage details and coordination of benefits using a merge process to maintain current policy information.writesTransformPatientInsurance· readsInsuranceMapSourcePatientInsuranceSourcePayer - TransformAccountInsurance - ExecuteMergeSqlMergeSqlwrites
TransformAccountInsurance· readsAccountDeltaInsuranceMapSourcePatientInsuranceSourcePayerTransformAccount↳ feeds from Create AccountDelta, Load TransformAccount - Updated for Claims sans Visitsmerge data source type=ThisDatabasetable name=TransformAccountInsurancemerge mode=InsertUpdateHardDeletebulk copy timeout seconds=300bulk copy use table lock - Update AccountDeltaDatesql
revfind_transform_accounts__update_accountdeltadate.sql✨ Updates the reference timestamp to track the last time account changes were processed in the pipeline.writesAccountDeltaDate