Batch / file feed · RevFind pipeline
ECP · Daily-Accounts-Processing-RevFind
Overall Processing job for RevFind Batch pipeline
trigger
How it's scheduled
The Batch / file feed arrives as a scheduled drop, so one overnight pass is enough: it ingests the day's file and works the whole batch to process the visits. A tighter loop would just re-scan the same file.
| Scheduled task | Cadence | Server | State | Coordination |
|---|---|---|---|---|
\MDC\Daily - Processing - ECP | daily at 01:00 | prod-db-3 | enabled | standalone |
shape
The RevFind back-office spine
RevFind pipelines share a back-office shape: ingest → load accounts → reconcile remits → model contracts → surface underpayments. Lit stages are the ones this pipeline runs.
computed concepts · from the SQL
What it computes
Business concepts mined from this pipeline's SQL text — the meaning behind the typed steps. Each links to the concept lens (who else computes it).
Payers in SQLAetnaAnthemBCBSCignaHumanaMedicaidMedicare
task tree
What the pipeline 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).
Daily-Accounts-Processing-RevFind
▶Process-Snowflake-Data-Load-RevFind-ImportSQLsub-job · 29↗Download and process the snowflake data into source tables
- Snowflake required transaction isolation levelsql
process_snowflake_data_load_revfind_importsql__snowflake_required_transaction_isolation_level.sqldisabled✨ Sets the transaction isolation level to ensure data consistency during the Snowflake import process. - ImportBillingEntityImportBillingEntityImports data from SQL Server or Snowflake queries into target tables using bulk copy operations with configurable loading modes.writes
ImportBillingEntityconnection string={SnowflakeConnectionString}table name=ImportBillingEntityimport mode=Replacedata source type=Snowflake - ImportChargeMasterImportChargeMasterImports data from SQL Server or Snowflake queries into target tables using bulk copy operations with configurable loading modes.writes
ImportChargeMasterconnection string={SnowflakeConnectionString}table name=ImportChargeMasterimport mode=Replacedata source type=Snowflake - ImportPayersImportPayersImports data from SQL Server or Snowflake queries into target tables using bulk copy operations with configurable loading modes.writes
ImportPayersconnection string={SnowflakeConnectionString}table name=ImportPayersimport mode=Replacedata source type=Snowflake - ImportProvidersImportProvidersImports data from SQL Server or Snowflake queries into target tables using bulk copy operations with configurable loading modes.writes
ImportProvidersconnection string={SnowflakeConnectionString}table name=ImportProvidersimport mode=Replacedata source type=Snowflake - ImportLocationMapImportLocationMapImports data from SQL Server or Snowflake queries into target tables using bulk copy operations with configurable loading modes.writes
ImportLocationMapconnection string={SnowflakeConnectionString}table name=ImportLocationMapimport mode=Replacedata source type=Snowflake - ImportLocationImportLocationImports data from SQL Server or Snowflake queries into target tables using bulk copy operations with configurable loading modes.writes
ImportLocationconnection string={SnowflakeConnectionString}table name=ImportLocationimport mode=Replacedata source type=Snowflake - ImportPatientsImportPatientsImports data from SQL Server or Snowflake queries into target tables using bulk copy operations with configurable loading modes.writes
ImportPatientsconnection string={SnowflakeConnectionString}table name=ImportPatientsimport mode=Replacedata source type=Snowflake - ImportPatientInsuranceImportPatientInsuranceImports data from SQL Server or Snowflake queries into target tables using bulk copy operations with configurable loading modes.writes
ImportPatientInsuranceconnection string={SnowflakeConnectionString}table name=ImportPatientInsuranceimport mode=Replacedata source type=Snowflake - ImportClaimsImportClaimsImports data from SQL Server or Snowflake queries into target tables using bulk copy operations with configurable loading modes.writes
ImportClaimsconnection string={SnowflakeConnectionString}table name=ImportClaimsimport mode=Replacedata source type=Snowflake - ImportEncountersImportEncountersImports data from SQL Server or Snowflake queries into target tables using bulk copy operations with configurable loading modes.writes
ImportEncountersconnection string={SnowflakeConnectionString}table name=ImportEncountersimport mode=Replacedata source type=Snowflake - ImportEncounterInsuranceImportEncounterInsuranceImports data from SQL Server or Snowflake queries into target tables using bulk copy operations with configurable loading modes.writes
ImportEncounterInsuranceconnection string={SnowflakeConnectionString}table name=ImportEncounterInsuranceimport mode=Replacedata source type=Snowflake - ImportChargesImportChargesImports data from SQL Server or Snowflake queries into target tables using bulk copy operations with configurable loading modes.writes
ImportChargesconnection string={SnowflakeConnectionString}table name=ImportChargesimport mode=Replacedata source type=Snowflake - ImportAdjustmentsImportAdjustmentsImports data from SQL Server or Snowflake queries into target tables using bulk copy operations with configurable loading modes.writes
ImportAdjustmentsconnection string={SnowflakeConnectionString}table name=ImportAdjustmentsimport mode=Replacedata source type=Snowflake - ImportPaymentsImportPaymentsImports data from SQL Server or Snowflake queries into target tables using bulk copy operations with configurable loading modes.writes
ImportPaymentsconnection string={SnowflakeConnectionString}table name=ImportPaymentsimport mode=Replacedata source type=Snowflake - ImportRefundsImportRefundsImports data from SQL Server or Snowflake queries into target tables using bulk copy operations with configurable loading modes.writes
ImportRefundsconnection string={SnowflakeConnectionString}table name=ImportRefundsimport mode=Replacedata source type=Snowflake - Process-to-SourceBillingEntitysql
process_snowflake_data_load_revfind_importsql__process_to_sourcebillingentity.sql✨ Loads billing entity and practice configuration data from the import staging area into the source system tables.writesSourceBillingEntity· readsImportBillingEntity↳ feeds from ImportBillingEntity - Process-to-SourceChargeMastersql
process_snowflake_data_load_revfind_importsql__process_to_sourcechargemaster.sql✨ Loads service item prices and CPT codes from the import staging area into the source charge master table.writesSourceChargeMaster· readsImportChargeMaster↳ feeds from ImportChargeMaster - Process-to-SourcePayerssql
process_snowflake_data_load_revfind_importsql__process_to_sourcepayers.sql✨ Loads payer information from the import table into the source payer repository to support insurance identification.writesSourcePayers· readsImportPayers↳ feeds from ImportPayers - Process-to-SourceProviderssql
process_snowflake_data_load_revfind_importsql__process_to_sourceproviders.sql✨ Loads unique provider details from the import table into the source provider repository for clinical and billing attribution.writesSourceProvider· readsImportProviders↳ feeds from ImportProviders - Process-to-SourceLocationMapsql
process_snowflake_data_load_revfind_importsql__process_to_sourcelocationmap.sql✨ Updates or inserts location mapping data to ensure consistent facility identification across different source systems.writesSourceLocationMap· readsImportLocationMap↳ feeds from ImportLocationMap - Process-to-SourceLocationsql
process_snowflake_data_load_revfind_importsql__process_to_sourcelocation.sql✨ Synchronizes facility location data while applying place-of-service crosswalks to maintain accurate site-of-care records. - Process-to-SourcePatientsql
process_snowflake_data_load_revfind_importsql__process_to_sourcepatient.sql✨ Refreshes patient demographic records by replacing existing entries with updated information from the latest import data.writesSourcePatient· readsImportPatients↳ feeds from ImportPatients - Process-to-SourcePatientInsurancesql
process_snowflake_data_load_revfind_importsql__process_to_sourcepatientinsurance.sql✨ Updates patient insurance coverage details by replacing existing records with current policy and payer information.writesSourcePatientInsurance· readsImportPatientInsurance↳ feeds from ImportPatientInsurance - Process-to-SourceClaimsql
process_snowflake_data_load_revfind_importsql__process_to_sourceclaim.sql✨ Refreshes claim data by replacing existing records with updated billing, diagnosis, and payment information from the source system.writesSourceClaim· readsImportClaims↳ feeds from ImportClaims - Process-to-SourceEncountersql
process_snowflake_data_load_revfind_importsql__process_to_sourceencounter.sql✨ Updates clinical encounter records by replacing existing entries with the latest visit, provider, and billing status data.writesSourceEncounter· readsImportEncounters↳ feeds from ImportEncounters - Process-to-SourceEncounterInsurancesql
process_snowflake_data_load_revfind_importsql__process_to_sourceencounterinsurance.sql✨ Updates the source encounter insurance table by replacing existing records with newly imported data.writesSourceEncounterInsurance· readsImportEncounterInsurance↳ feeds from ImportEncounterInsurance - Process-to-SourceChargesql
process_snowflake_data_load_revfind_importsql__process_to_sourcecharge.sql✨ Cleans charge modifiers and refreshes the source charge table with updated billing and service item data.writesSourceCharge· readsImportChargesic↳ feeds from ImportCharges - Process-to-SourceTransactionsql
process_snowflake_data_load_revfind_importsql__process_to_sourcetransaction.sql✨ Synchronizes the source transaction table by importing and updating adjustment and payment records from the staging tables.writesSourceTransaction· readsImportAdjustmentsImportPaymentsImportRefunds↳ feeds from ImportAdjustments, ImportPayments, ImportRefunds
▶Load-InsuranceMap-RevFindsub-job · 1↗
- LoadEntitiesFromQueryLoadEntitiesFromQueryLoad or update entity records from custom SQL query results into their corresponding system tables using intelligent merge logic.writes
InsuranceMap· readsInsuranceMapSourcePayersentity type=InsuranceMapcustom querykey prefix=IM
▶Process-EDIsub-job · 6↗
- Download Files from SFTPDownloadDownloads files from remote FTP or SFTP servers to local directories with support for archiving and parallel transfers.server=ECP_ProdMirror-mdcssh-sftpremote directory=/local directory={SourceDataFolderEDI}
- Download Files from SFTP (AMD)DownloadDownloads files from remote FTP or SFTP servers to local directories with support for archiving and parallel transfers.server=ECP_ProdMirror-mdcssh-sftpremote directory=/AMD/local directory={SourceDataFolderEDI}
- Downloads files from remote FTP or SFTP servers to local directories with support for archiving and parallel transfers.server=ECP_ProdMirror-mdcssh-sftpremote directory=/Trizetto/local directory={SourceDataFolderEDI}
▶Load-Edi-Filessub-job · 1↗
▶Load-Edi-Filesub-job · 3↗
- Bulk Insert File Into Databasesql
load_edi_file__bulk_insert_file_into_database.sqldisabled✨ Loads raw electronic data interchange files into a staging table while identifying file types and subtypes for further processing.writesEDIFileStaging· readsSINGLE_CLOB - Bulk Insert File Into Database via PowershellExecuteProcesscommand=powershell.exe
- Archive FilesExecuteProcesscommand=cmd.exe
▶TransformAndParseEDIsub-job · 5↗
- EDITransformsql
transformandparseedi__editransform.sql✨ Loads unique EDI messages from staging into the transformation table while preventing duplicate records.writesEDITransform· readsEDIFileStagingEDITransform - EDIBatchsql
transformandparseedi__edibatch.sql✨ Builds a batch of unprocessed EDI messages, excluding empty records, for subsequent parsing and transformation.writesEDIBatch - Clean EDIBatch (for bug w EDIFabric)sql
transformandparseedi__clean_edibatch_for_bug_w_edifabric.sqldisabled✨ Updates EDI message formatting by replacing specific delimiters to ensure compatibility with the parsing engine.· readsEDIBatch - EDIParserEDIParserwrites
EDIBatchtable name=EDIBatch ▶Load-EDI-Metadatasub-job · 3↗
- Load EDIFacilityMapsql
load_edi_metadata__load_edifacilitymap.sql✨ Loads the facility map with unique billing and service facility details extracted from electronic claim transactions.writesEDIFacilityMap· readsEDIFacilityMapTxn837P - Load EDIProviderMapsql
load_edi_metadata__load_ediprovidermap.sql✨ Builds the provider map by combining rendering provider information from claim transactions with national provider registry data.writesEDIProviderMap· readsEDIProviderMapNPIDataTxn837P - Load EDIPayerMapsql
load_edi_metadata__load_edipayermap.sql✨ Builds a mapping table of payer names and filing indicators from electronic remittance transactions to standardize payer metadata.writesEDIPayerMap· readsTxn835Txn835ClaimPayment
▶Load-Transform-RemitDatasub-job · 24↗
- Load RemitDeltasql
load_transform_remitdata__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
load_transform_remitdata__load_transformremit.sql✨ Transforms raw remittance transaction data into a structured format by parsing payer details, payment amounts, and insurance filing indicators.writesTransformRemit· readsTxn835Txn835ClaimPaymentTxn835ClaimPaymentLineTxn835ClaimPaymentOtherClaimAmount - Load TransformRemitEncounterMapsql
load_transform_remitdata__load_transformremitencountermap.sql✨ Maps remittance claims to their respective data sources and patient accounts using provider identifiers and complex matching logic.writesTransformRemitEncounterMap· readsTransformRemitEncounterMap - Update TransformRemitEncounterMapsql
load_transform_remitdata__update_transformremitencountermap.sql✨ Updates remittance mapping records with patient account identifiers by matching service dates and charge IDs at the line level.· readsTransformChargeTransformRemitEncounterMapTransformRemitLinerem↳ feeds from Load TransformRemitEncounterMap, Load TransformRemitLine - Load TempRemitCOB (old)sql
load_transform_remitdata__load_tempremitcob_old.sqldisabled✨ Builds a temporary table to determine claim status, member IDs, and coordination of benefits order for remittance data. - Load TempRemitCOBsql
load_transform_remitdata__load_tempremitcob.sql✨ Builds a temporary table mapping remittance data to encounters while calculating coordination of benefits and current claim status.writesTempRemitCOBTransformRemit· readsTempRemitCOBTransformRemitTransformRemitAdjustmentTransformRemitEncounterMap↳ feeds from Load TransformRemit, Load TransformRemitAdjustment, Load TransformRemitEncounterMap - Load TransformRemitAdjustmentsql
load_transform_remitdata__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
load_transform_remitdata__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 TransformRemitAdjustmentAggregatesql
load_transform_remitdata__load_transformremitadjustmentaggregate.sqldisabled✨ Aggregates claim adjustments to identify and categorize initial and current denials based on standardized reason code rollups.writesTransformRemitAdjustmentAggregate· readsAdjustmentCodeRollupTransformRemitTransformRemitAdjustmentTransformRemitLine - Load TransformChargeTransactionMeasureRemitsql
load_transform_remitdata__load_transformchargetransactionmeasureremit.sqldisabled✨ Summarizes financial metrics including payments, charges, and denials at the line level for remittance reporting and analysis.writesTransformChargeTransactionMeasureRemit· readsTransformRemitTransformRemitAdjustmentAggregateTransformRemitLine - Load TransformTxn837sql
load_transform_remitdata__load_transformtxn837.sqldisabled✨ Loads and transforms outbound claim header data, determining bill types and mapping patient, subscriber, and provider information.writesTransformTxn837· readsTxn837PTxn837PServiceLine - Load TransformTxn837Linesql
load_transform_remitdata__load_transformtxn837line.sqldisabled✨ Loads transformed service line details for outbound claims, including procedure codes, modifiers, and rendering provider information.writesTransformTxn837Line· readsTransformTxn837Txn837PServiceLine - Load TransformAccountsql
load_transform_remitdata__load_transformaccount.sqldisabled✨ Builds the account transformation table by consolidating primary and secondary claim data, provider details, and insurance information from EDI sources.writesTransformAccount· readsEDIFacilityMapTransformTxn837 - Load TransformChargesql
load_transform_remitdata__load_transformcharge.sqldisabled✨ Loads detailed service line charges by mapping procedure codes, modifiers, and units while generating unique keys for charge matching.writesTransformCharge· readsTransformAccountTransformTxn837TransformTxn837Line - Merge TransformPatientsql
load_transform_remitdata__merge_transformpatient.sqldisabled✨ Updates or inserts patient demographic records using the most recent contact and identity information found in claim transaction data.writesTransformPatient· readsTransformTxn837 - Load TempTransactions (for RevFind Recovery)sql
load_transform_remitdata__load_temptransactions_for_revfind_recovery.sql✨ Builds a temporary transaction table by combining payment and adjustment data from remittance records and categorizing them for recovery analysis.writesTempTransactions· readsTempTransactions - Load TempTransactionsAgg (for RevFind Recovery)sql
load_transform_remitdata__load_temptransactionsagg_for_revfind_recovery.sql✨ Aggregates transaction data by claim and line item to calculate total payments, adjustments, and denials for recovery reporting.writesTempTransactionsAgg - Load TempTransactionsAggTotal (for RevFind Recovery)sql
load_transform_remitdata__load_temptransactionsaggtotal_for_revfind_recovery.sql✨ Summarizes aggregated transactions to compare initial and current payment, denial, and adjustment totals across different coordination of benefits levels.writesTempTransactionsAggTotal· readsTempTransactionsAggTotal - Load TempTransactionsAggTotalFinal (for RevFind Recovery)sql
load_transform_remitdata__load_temptransactionsaggtotalfinal_for_revfind_recovery.sqldisabled✨ Produces the final consolidated summary of financial metrics, including total paid, denied, and adjusted amounts for each claim line.writesTempTransactionsAggTotalFinal - Update TransformChargeTransactionMeasure (for RevFind Recovery)sql
load_transform_remitdata__update_transformchargetransactionmeasure_for_revfind_recovery.sqldisabled✨ Updates the charge transaction measurement table with final calculated payment, patient responsibility, and contract adjustment totals for recovery tracking.· readsTempTransactionsAggTotalFinalTransformChargeTransactionMeasuret - Append PatientID on TransformAccountsql
load_transform_remitdata__append_patientid_on_transformaccount.sqldisabled✨ Updates account records with patient identifiers by matching claim transaction details against existing patient mapping data.· readsTransformAccountTransformPatientTransformTxn837ta - Append TransformPatient, Second Append of PatientID to TransformAccountsql
load_transform_remitdata__append_transformpatient_second_append_of_patientid_to_transformaccount.sqldisabled✨ Updates the patient master list and assigns patient identifiers to accounts using encounter and practice information.writesTempTransformPatientTransformPatient· readsTempTransformPatientTransformAccountta - TempChargeLinkRemit (moved to Load Account Transform)sql
load_transform_remitdata__tempchargelinkremit_moved_to_load_account_transform.sqldisabled✨ Builds a temporary mapping table to link charge records with remittance data based on procedure codes and service dates.writesTempChargeLinkRemit· readsChargeTypeSourceChargeSourceEncounterTempChargeLinkRemitTransformCharge - TempTransactionsAggTotalLink (moved to Load Account Transform)sql
load_transform_remitdata__temptransactionsaggtotallink_moved_to_load_account_transform.sqldisabled✨ Builds an aggregated transaction table that links financial totals to specific accounts and charges for remittance reporting.writesTempTransactionsAggTotalLink· readsTempChargeLinkRemitTempTransactionsAggTotalTempTransactionsAggTotalLink
▶Load-Account-Transform-Tables-RevFindsub-job · 17↗NextGen Transforms-RevFind
- Fill AccountKeyMapsql
load_account_transform_tables_revfind__fill_accountkeymap.sql✨ Maintains a mapping of source system identifiers and encounter details to unique internal account keys based on recent modifications. - Create AccountDeltasql
load_account_transform_tables_revfind__create_accountdelta.sql✨ Populates the delta table with accounts that have recent activity, modified charges, or updated location mappings since the last run.writesAccountDelta· readsAccountDeltaAccountKeyMapProcessLogSourceChargeSourceEncounterSourceLocationMapSourceTransactionTransformAccount↳ feeds from Load TransformAccount, Load TransformCharge, Load TransformTransaction - Load TransformPatientsql
load_account_transform_tables_revfind__load_transformpatient.sql✨ Updates the transformed patient table with demographic information, contact details, and standardized identifiers from the source system.writesTransformPatient· readsSourcePatient - Load TransformLocationsql
load_account_transform_tables_revfind__load_transformlocation.sql✨ 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.sql✨ 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.sql✨ Loads the payer transformation table with standardized insurance carrier names, plan types, and financial classifications.writesTransformPayer· readsSourcePayers - Load TransformChargesql
load_account_transform_tables_revfind__load_transformcharge.sql✨ Builds the charge transformation table by calculating bill types, procedure codes, and balances for specific account encounters.writesTransformCharge· readsAccountDeltaAccountKeyMapSourceBillingEntitySourceChargeSourceEncounterSourceLocationMapTransformLocation↳ feeds from Create AccountDelta, Load TransformLocation - Load TransformTransactionsql
load_account_transform_tables_revfind__load_transformtransaction.sql✨ Loads the transaction transformation table by categorizing financial adjustments, denials, and payments for specific patient accounts.writesTransformTransaction· readsAccountDeltaAdjustmentCodeRollupSourceTransactionTransformCharge↳ feeds from Create AccountDelta, Load TransformCharge - Load TransformAccountsql
load_account_transform_tables_revfind__load_transformaccount.sql✨ Builds the account transformation table by aggregating encounter details, provider information, and financial balances for active accounts.writesTransformAccount· readsAccountDeltaAccountKeyMapSourceBillingEntitySourceEncounterSourceEncounterInsuranceSourceLocationMapTransformCharge↳ feeds from Create AccountDelta, Load TransformCharge - Load TransformAccountInsurancesql
load_account_transform_tables_revfind__load_transformaccountinsurance.sql✨ Loads the account insurance transformation table by mapping primary, secondary, and tertiary coverage details for each account.writesTransformAccountInsurance· readsAccountDeltaSourceEncounterInsuranceTransformCharge↳ feeds from Create AccountDelta, Load TransformCharge - Load TransformRemitAdjustmentsql
load_account_transform_tables_revfind__load_transformremitadjustment.sqldisabled✨ Builds the remittance adjustment transformation table by categorizing insurance denials and mapping reason codes to standardized adjustment types.writesTransformRemitAdjustment· readsAccountDelta - Load TransformRemitsql
load_account_transform_tables_revfind__load_transformremit.sqldisabled✨ Builds the remit transformation table by consolidating electronic remittance advice adjustments and transaction-level payment data for updated encounters.writesTransformRemit· readsEncounterDeltaTransformRemitTransformRemitAdjustmentTransformTransactionPaymentAdjustment - Load TransformRemitAdjustmentAggregatesql
load_account_transform_tables_revfind__load_transformremitadjustmentaggregate.sqldisabled✨ Aggregates remittance adjustments to calculate total contract, patient, and denial amounts at the charge level for updated accounts.writesTransformRemitAdjustmentAggregate· readsAccountDeltaTransformChargeTransformRemitAdjustment - Load TransformChargeTransactionMeasuressql
load_account_transform_tables_revfind__load_transformchargetransactionmeasures.sql✨ Calculates and loads transaction-based financial measures, including payments, adjustments, and denial categories, for each charge in updated accounts.writesTransformChargeTransactionMeasure· readsAccountDeltaTransformChargeTransformTransaction↳ feeds from Create AccountDelta, Load TransformCharge, Load TransformTransaction - Load TempChargeLinkRemitsql
load_account_transform_tables_revfind__load_tempchargelinkremit.sql✨ Creates a temporary mapping table to link charges with remittance data using procedure codes, modifiers, and service dates.writesTempChargeLinkRemit· readsChargeTypeSourceChargeTempChargeLinkRemitTransformAccountTransformCharge↳ feeds from Load TransformAccount, Load TransformCharge - Load TempTransactionsAggTotalLinksql
load_account_transform_tables_revfind__load_temptransactionsaggtotallink.sql✨ Aggregates transaction totals and links them to specific charges or accounts using previously defined matching keys and procedure codes. - Merge 835 Updates to TransformChargeTransactionMeasuresql
load_account_transform_tables_revfind__merge_835_updates_to_transformchargetransactionmeasure.sql✨ Merges aggregated electronic remittance data into the charge transaction measure table to update payment, adjustment, and denial metrics.writesTransformChargeTransactionMeasure· readsTempTransactionsAggTotalLinkTransformCharge↳ feeds from Load TransformCharge
▶Load-Entities-RevFindsub-job · 3↗Load Facility, Provider
- Load Facility Group Mapping Table for multi-practice data sourcessql
load_entities_revfind__load_facility_group_mapping_table_for_multi_practice_data_sources.sqldisabled✨ Builds a facility grouping table that maps specific locations to standardized practice groups based on facility names and geographic locations.writesSourceFacilityGroupMapping· readsFacilityTransformLocation - Load FacilityLoadEntitieswrites
Facility· readsFacilitySourceFacilityGroupMappingSourceFacilityPOSMapTransformLocationentity type=Facilitycustom querykey prefix=F - Load Providersql
load_entities_revfind__load_provider.sql✨ Updates the provider registry by merging source data with national provider identifiers and taxonomy codes for active billing providers.writesProvider· readsNPIDataSourceProviderTransformChargeTransformProvider
▶Load-Charge-Dimension-RevFindsub-job · 10↗
- Load TempChargeSchedulessql
load_charge_dimension_revfind__load_tempchargeschedules.sqldisabled✨ Builds a temporary table of chargemaster fee schedules by determining valid date ranges for professional and facility practices.writesTempChargeSchedules - Load FeeScheduleRecordsql
load_charge_dimension_revfind__load_feeschedulerecord.sqldisabled✨ Loads detailed fee schedule records by mapping chargemaster prices to specific codes and modifiers for professional and facility schedules.writesFeeScheduleRecord· readsSourceChargeMasterTempChargeSchedules - Load ScheduleMapsql
load_charge_dimension_revfind__load_schedulemap.sqldisabled✨ Builds the schedule map by linking charge schedules to facilities and insurance categories for professional and facility billing.writesScheduleMap· readsFacilityTempChargeSchedules - Load ContractMapsql
load_charge_dimension_revfind__load_contractmap.sqldisabled✨ Updates the contract map to define fee logic and billing types for facilities and professional services.writesContractMap· readsFacility - Load ScheduleLoadEntitiesdisabledwrites
Schedule· readsTempChargeSchedulesentity type=Schedulecustom queryDISABLED - Load ChargeTypesql
load_charge_dimension_revfind__load_chargetype.sql✨ Loads and updates charge types by consolidating charge codes, descriptions, and procedure codes from source billing systems.writesChargeType· readsProcedureCodeSourceBillingEntitySourceChargeSourceChargeMasterTransformCharge - Load ChargeType Dimensionsql
load_charge_dimension_revfind__load_chargetype_dimension.sql✨ Loads charge type members into the dimension table to support hierarchical reporting and data categorization.writesDimensionMember· readsChargeType↳ feeds from Load ChargeType - Load ProcedureCode Dimensionsql
load_charge_dimension_revfind__load_procedurecode_dimension.sql✨ Builds the procedure code dimension by extracting codes from charge types and mapping them to standard descriptions and categories.writesDimensionMember· readsChargeTypeDimensionMemberProcedureCode↳ feeds from Load ChargeType, Load ChargeType Dimension, Load Modifier Dimension, Load ProcedureCategory and Subcategory DM - Load ProcedureCategory and Subcategory DMsql
load_charge_dimension_revfind__load_procedurecategory_and_subcategory_dm.sql✨ Populates procedure categories in the dimension table based on the parent relationships established for procedure codes.writesDimensionMember· readsDimensionMember↳ feeds from Load ChargeType Dimension, Load Modifier Dimension, Load ProcedureCode Dimension - Load Modifier Dimensionsql
load_charge_dimension_revfind__load_modifier_dimension.sql✨ Loads unique billing modifiers from transformed charge records into the dimension member table.writesDimensionMember· readsTransformCharge
▶Load-Patients-Entity-RevFindsub-job · 1↗
- Execute LoadPatientsLoadPatientsUpsert patient records into the patient dimension.· reads
PatientTransformPatientcustom patient query
▶Load-Account-Data-RevFindsub-job · 8↗Load Account-Level Tables-RevFind
- ReprocessChangedConfigurationsReprocessChangedConfigurationsIdentify and queue visits or accounts affected by configuration changes to ensure historical data reflects updated pricing or insurance rules.reprocess accounts
- Merge into AccountDelta from AccountsToReprocesssql
load_account_data_revfind__merge_into_accountdelta_from_accountstoreprocess.sql✨ Identifies and adds unique accounts requiring reprocessing to the delta tracking table for incremental updates.writesAccountDelta· readsAccountDeltaAccountsToReprocess - Load ChargeMeasuresql
load_account_data_revfind__load_chargemeasure.sql✨ Calculates and loads detailed financial metrics for charges, including payments, adjustments, and denial categories, using insurance remittance data.writesChargeMeasures· readsAccountDeltaTransformChargeTransformChargeTransactionMeasure↳ feeds from Merge into AccountDelta from AccountsToReprocess - Load ChargeMeasuresSummarysql
load_account_data_revfind__load_chargemeasuressummary.sql✨ Summarizes financial metrics by charge and account, aggregating insurance payments and denial amounts across different coordination of benefits levels.writesChargeMeasuresSummary· readsAccountDeltaChargeMeasures↳ feeds from Load ChargeMeasure, Merge into AccountDelta from AccountsToReprocess - LoadAccountDataLoadAccountDataImports historical billing data from external systems into core account tables while preserving manual user modifications and application fields.· reads
AccountDeltaChargeMeasuresChargeTypeInsuranceMapSourceNonCoveredChargesTempChargeLinkRemitTempTransactionsTransformAccount↳ feeds from Load ChargeMeasure, Merge into AccountDelta from AccountsToReprocesscustom account charge querycustom account querycustom account remit querycustom account insurance query ▶Load-Dimension-Members-RevFindsub-job · 18↗
- LoadInsuranceDimensionMembersLoadInsuranceDimensionMembersSynchronize insurance-specific dimension members from the insurance table to update contract and eligibility filtering options across the application.writes
DimensionMemberload insuranceload quote insuranceload eligibility insurance - Load Time Dimensionssql
load_dimension_members_revfind__load_time_dimensions.sql✨ Loads and updates time-based dimensions including days, months, and years based on encounter date ranges.writesDimensionMember· readsSourceEncounter - Load VisitStatus Dimensionsql
load_dimension_members_revfind__load_visitstatus_dimension.sqldisabled✨ Loads appointment status values into the visit status dimension to track patient encounter progress.writesDimensionMember· readsTransformVisit - Load DenialCategory Dimensionsql
load_dimension_members_revfind__load_denialcategory_dimension.sql✨ Loads denial category dimensions from adjustment code rollup data to categorize claim denials.writesDimensionMember· readsAdjustmentCodeRollup - Load Provider Dimensionsql
load_dimension_members_revfind__load_provider_dimension.sql✨ Loads and updates provider dimension members using provider IDs, names, and types from the source provider table.writesDimensionMember· readsProvider - Load ProviderType Dimensionsql
load_dimension_members_revfind__load_providertype_dimension.sql✨ Builds the provider type dimension by extracting unique parent categories from existing provider dimension records.writesDimensionMember· readsDimensionMember↳ feeds from Load AllowedStatus Dimension, Load DenialCategory Dimension, Load DiagnosisCode Dimension, Load Facility Dimensions, Load FacilityGroup Dimensions, Load FacilityType Dimensions, Load Modifier Dimension, Load PlaceOfService Dimensions, Load Provider Dimension, Load Source Insurance Dimension, Load State Dimension, Load Time Dimensions, LoadInsuranceDimensionMembers - Load Facility Dimensionssql
load_dimension_members_revfind__load_facility_dimensions.sql✨ Loads facility dimension members by extracting facility keys, groups, and names from the facility source table.writesDimensionMember· readsFacility - Load FacilityGroup Dimensionssql
load_dimension_members_revfind__load_facilitygroup_dimensions.sql✨ Builds the facility group dimension by identifying unique parent groups from facility dimension records.writesDimensionMember· readsDimensionMember↳ feeds from Load AllowedStatus Dimension, Load DenialCategory Dimension, Load DiagnosisCode Dimension, Load Facility Dimensions, Load FacilityType Dimensions, Load Modifier Dimension, Load PlaceOfService Dimensions, Load Provider Dimension, Load ProviderType Dimension, Load Source Insurance Dimension, Load State Dimension, Load Time Dimensions, LoadInsuranceDimensionMembers - Load FacilityType Dimensionssql
load_dimension_members_revfind__load_facilitytype_dimensions.sql✨ Loads facility type dimension members from facility records to enable standardized categorization across the revenue cycle pipeline.writesDimensionMember· readsFacility - Load Practice Dimensionssql
load_dimension_members_revfind__load_practice_dimensions.sqldisabled✨ Loads practice dimension members from the practice map for entities that have associated encounter records.writesDimensionMember· readsPracticeMapsourceencounter - Load PlaceOfService Dimensionssql
load_dimension_members_revfind__load_placeofservice_dimensions.sql✨ Builds and updates the place of service dimension by mapping charge data to standardized codes and descriptive names.writesDimensionMember· readsPOSCodesTransformCharge - Load VisitType Dimensionssql
load_dimension_members_revfind__load_visittype_dimensions.sqldisabled✨ Loads and synchronizes visit type dimensions from event mapping data while removing entries no longer present in the source.writesDimensionMember· readsSourceEventTransformEventMap - Load AccountStatus Dimensionsql
load_dimension_members_revfind__load_accountstatus_dimension.sqldisabled✨ Builds the account status dimension by extracting unique encounter status values from the source encounter records.writesDimensionMember· readsSourceEncounter - Load AllowedStatus Dimensionsql
load_dimension_members_revfind__load_allowedstatus_dimension.sql✨ Builds allowed status dimensions to categorize how actual payments compare to expected insurance contract rates.writesDimensionMember - Load DiagnosisCode Dimensionsql
load_dimension_members_revfind__load_diagnosiscode_dimension.sql✨ Loads diagnosis code dimensions from charge data and assigns them to categories using standardized reference data.writesDimensionMember· readsDimensionMemberTransformCharge↳ feeds from Load AllowedStatus Dimension, Load DenialCategory Dimension, Load Facility Dimensions, Load FacilityGroup Dimensions, Load FacilityType Dimensions, Load Modifier Dimension, Load PlaceOfService Dimensions, Load Provider Dimension, Load ProviderType Dimension, Load Source Insurance Dimension, Load State Dimension, Load Time Dimensions, LoadInsuranceDimensionMembers - Load Modifier Dimensionsql
load_dimension_members_revfind__load_modifier_dimension.sql✨ Builds the procedure modifier dimension by identifying unique modifiers used in charge records and applying descriptive labels.writesDimensionMember· readsProcedureModifierTransformCharge - Load State Dimensionsql
load_dimension_members_revfind__load_state_dimension.sql✨ Updates state dimensions using facility location data to allow for geographic segmentation of healthcare services and revenue.writesDimensionMember· readsFacility - Load Source Insurance Dimensionsql
load_dimension_members_revfind__load_source_insurance_dimension.sql✨ Loads the source insurance dimension by mapping insurance identifiers and names from the insurance mapping table.writesDimensionMember· readsInsuranceMap
▶Load-Custom-Properties-RevFindsub-job · 5↗Load custom properties from Load-Visits-RevFind
- Load Has Account Opportunity Adjusted TotalUpdateCustomPropertyFromQuery· reads
AccountDeltaCustomPropertyMapInternalAccountAnalysisentity=Accountcustom property key=CustomProperty-[id]custom query - Load Account Opportunity Adjusted TotalUpdateCustomPropertyFromQuery· reads
AccountDeltaCustomPropertyMapInternalAccountAnalysisentity=Accountcustom property key=CustomProperty-[id]custom query - Load Account Patient 65+UpdateCustomPropertyFromQuery· reads
AccountDeltaCustomPropertyMapInternalAccountAnalysisentity=Accountcustom property key=CustomProperty-[id]custom query - Load Has DenialUpdateCustomPropertyFromQuery· reads
AccountAccountDeltaCustomPropertyMapentity=Accountcustom property key=CustomProperty-[id]custom query - Load Uses 835UpdateCustomPropertyFromQuery· reads
AccountDeltaCustomPropertyMapTransformChargeTransactionMeasureentity=Accountcustom property key=CustomProperty-[id]custom query
▶Revfind-AccountInsurance-Custom-Routingsub-job · 13↗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.)
- 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
▶Revfind-AccountInsurance-Custom-Routingsub-job · 13↗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.)
- 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
- Score-Accounts-Revfindsub-job
▶Load-Custom-Properties-RevFindsub-job · 5↗Load custom properties from Load-Visits-RevFind
- Load Has Account Opportunity Adjusted TotalUpdateCustomPropertyFromQuery· reads
AccountDeltaCustomPropertyMapInternalAccountAnalysisentity=Accountcustom property key=CustomProperty-[id]custom query - Load Account Opportunity Adjusted TotalUpdateCustomPropertyFromQuery· reads
AccountDeltaCustomPropertyMapInternalAccountAnalysisentity=Accountcustom property key=CustomProperty-[id]custom query - Load Account Patient 65+UpdateCustomPropertyFromQuery· reads
AccountDeltaCustomPropertyMapInternalAccountAnalysisentity=Accountcustom property key=CustomProperty-[id]custom query - Load Has DenialUpdateCustomPropertyFromQuery· reads
AccountAccountDeltaCustomPropertyMapentity=Accountcustom property key=CustomProperty-[id]custom query - Load Uses 835UpdateCustomPropertyFromQuery· reads
AccountDeltaCustomPropertyMapTransformChargeTransactionMeasureentity=Accountcustom property key=CustomProperty-[id]custom query
▶Update-Dashboard-Tables-RevFindsub-job · 2↗
▶Load-Visit-Fact-RevFindsub-job · 1↗
- Load VisitFactsql
load_visit_fact_revfind__load_visitfact.sql✨ Updates visit-level facts and metrics by refreshing data for visits with recent activity in payments, eligibility, or communications.writesVisitFactVisitFactDelta· readsEligibilityStatusMapEligibilityTxnPatientLetterPaymentTxnVisitVisitFactDelta
- UpdateDashboardTablesUpdateDashboardTablesRegenerates optimized aggregate tables for all dashboard reports and updates their definitions to reflect the latest source data.
- Data-Integrity-Reportsub-job
- WorkqueueAssignmentWorkqueueAssignmentAssigns accounts or visits to workqueue stacks by evaluating matching criteria and updating item lists based on search terms.
▶Load-Custom-Properties-RevFind-Copysub-job · 5↗Load custom properties from Load-Visits-RevFind
- Load Workqueue Custom Property Membersql
load_custom_properties_revfind_copy__load_workqueue_custom_property_member.sql✨ Updates custom property members by mapping workqueue assignment criteria to specific reporting attributes.writesCustomPropertyMember· readsWorkqueueAssignmentCriteria - Remove Workqueue Custom PropertiesRemoveCustomProperty· reads
CustomPropertyMapWorkqueueWorkqueueAssignmentCriteriaWorkqueueCriteriaItemMapWorkqueueEntityMapentity=Accountcustom property key=CustomProperty-[id]custom query - Load Workqueue Custom Property MapUpdateCustomPropertyFromQuery· reads
WorkqueueWorkqueueAssignmentCriteriaWorkqueueCriteriaItemMapWorkqueueEntityMapentity=Accountcustom property key=CustomProperty-[id]custom query - Synchronizes processed data from batch staging tables to production tables, updating visits, quotes, and custom property mappings.writes
CustomPropertyMap· readsCustomPropertyMapBatchsync custom property mapDISABLED - Delete and Insert Workqueue Dimensionsql
load_custom_properties_revfind_copy__delete_and_insert_workqueue_dimension.sql✨ Builds the workqueue dimension by mapping specific custom property members to the dimension table.writesDimensionMember· readsCustomPropertyMember↳ feeds from Load Workqueue Custom Property Member
- Refresh ad-hoc recovery reportsql
daily_accounts_processing_revfind__refresh_ad_hoc_recovery_report.sql✨ Refreshes a detailed recovery report by joining account charges with internal analysis and appeal status for ad-hoc financial tracking.writesTempChargeRecoveryReport· readsAccountAccountAppealStatusAccountAppealSummaryAccountChargeAccountEstimateChargeChargeTypeCustomPropertyMapInternalAccountChargeAnalysis