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

sub-job

CCP · Load-Charge-Dimension

called by Daily-Accounts-Processing

sub-job CCP/Load-Charge-Dimension · db CCP_ProdMirror · updated 2025-09-17

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

9 tasks · CCP
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__load_tempchargeschedules.sql
    Builds temporary charge schedules by calculating effective date ranges for professional and facility fee schedules from the master charge list.
    writes TempChargeSchedules
  2. Load FeeScheduleRecordsqlload_charge_dimension__load_feeschedulerecord.sql
    Loads fee schedule records with charge codes, modifiers, and pricing for specific professional and facility practice schedules.
    writes FeeScheduleRecord · reads SourceChargeMasterTempChargeSchedules
    ↳ feeds from Load TempChargeSchedules
  3. Load ScheduleMapsqlload_charge_dimension__load_schedulemap.sql
    Maps fee schedules to specific facilities and insurance categories for professional and ambulatory surgery center services.
    writes ScheduleMap · reads FacilityTempChargeSchedules
    ↳ feeds from Load TempChargeSchedules
  4. Load ContractMapsqlload_charge_dimension__load_contractmap.sqldisabled
    Defines contract mappings for charge-based and self-pay accounts across various facility types and practice settings.
    writes ContractMap · reads Facility
  5. Load ScheduleLoadEntities
    writes Schedule · reads TempChargeSchedules
    ↳ feeds from Load TempChargeSchedules
    entity type=Schedulecustom query
  6. Load ChargeTypesqlload_charge_dimension__load_chargetype.sql
    Categorizes charge types by mapping procedure codes, modifiers, and service types from the fee schedule and charge data.
    writes ChargeType · reads SourceFeeScheduleTransformCharge
  7. Load ChargeType Dimensionsqlload_charge_dimension__load_chargetype_dimension.sql
    Updates the charge type dimension with standardized member names and display labels for reporting and analysis.
    writes DimensionMember · reads ChargeType
    ↳ feeds from Load ChargeType
  8. Load ProcedureCode Dimensionsqlload_charge_dimension__load_procedurecode_dimension.sql
    Updates the procedure code dimension by extracting codes and assigning parent categories for hierarchical reporting.
    writes DimensionMember · reads ChargeType
    ↳ feeds from Load ChargeType
  9. Load ProcedureCategory and Subcategory DMsqlload_charge_dimension__load_procedurecategory_and_subcategory_dm.sql
    Builds procedure category and subcategory dimensions by mapping charge codes to standardized hierarchies for clinical reporting.
    writes DimensionMember · reads SourceChargeMap