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-Data-RevFind
8 tasks · ECP
sub-job / Flow action SQL / native step▶ expand a sub-job inline · ↗ open it as its own page · a typed step opens its doc
- 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