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

sub-job

HeatonEye · Load-Charge-Dimension-RevFind

called by Daily-Accounts-Processing-RevFind

sub-job HeatonEye/Load-Charge-Dimension-RevFind · db HeatonEye_ProdMirror · updated 2025-11-18

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-Charge-Dimension-RevFind

9 tasks · HeatonEye
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. Load TempChargeSchedulessqlload_charge_dimension_revfind__load_tempchargeschedules.sql
    Builds temporary charge schedules by calculating effective date ranges for professional and facility fees based on practice identifiers.
    writes TempChargeSchedules
  2. Load FeeScheduleRecordsqlload_charge_dimension_revfind__load_feeschedulerecord.sql
    Loads detailed fee schedule records by mapping chargemaster prices to specific codes and modifiers for professional and facility schedules.
    writes FeeScheduleRecord · reads SourceChargeMasterTempChargeSchedules
    ↳ feeds from Load TempChargeSchedules
  3. Load ScheduleMapsqlload_charge_dimension_revfind__load_schedulemap.sql
    Builds the schedule map by linking charge schedules to facilities and insurance categories for professional and facility billing.
    writes ScheduleMap · reads FacilityTempChargeSchedules
    ↳ feeds from Load TempChargeSchedules
  4. Load ContractMapsqlload_charge_dimension_revfind__load_contractmap.sqldisabled
    Updates the contract map to define fee logic and billing types for facilities and professional services.
    writes ContractMap · reads Facility
  5. Load ScheduleLoadEntities
    writes Schedule · reads TempChargeSchedules
    ↳ feeds from Load TempChargeSchedules
    entity type=Schedulecustom query
  6. Load ChargeTypesqlload_charge_dimension_revfind__load_chargetype.sql
    Updates the charge type dimension by mapping professional and facility fees to specific procedure codes, service types, and billing categories.
    writes ChargeType · reads ChargeTypeSourceChargeMaster
  7. Load ChargeType Dimensionsqlload_charge_dimension_revfind__load_chargetype_dimension.sql
    Loads charge type members into the dimension table to support hierarchical reporting and data categorization.
    writes DimensionMember · reads ChargeType
    ↳ feeds from Load ChargeType
  8. Load ProcedureCode Dimensionsqlload_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.
    writes DimensionMember · reads ChargeTypeDimensionMemberProcedureCode
    ↳ feeds from Load ChargeType, Load ChargeType Dimension, Load ProcedureCategory and Subcategory DM
  9. Load ProcedureCategory and Subcategory DMsqlload_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.
    writes DimensionMember · reads DimensionMember
    ↳ feeds from Load ChargeType Dimension, Load ProcedureCode Dimension