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

sub-job

OrthoAlliance · Load-Charge-Dimension

called by Daily-Accounts-Processing

sub-job OrthoAlliance/Load-Charge-Dimension · db OrthoAlliance_ProdMirror · updated 2025-11-26

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

11 tasks · OrthoAlliance
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. Merge TransformChargemasterMergeSql
    writes TransformChargemaster · reads SourceChargeMaster
    merge data source type=ThisDatabasetable name=TransformChargemastermerge mode=InsertUpdatebulk copy timeout seconds=300bulk copy use table lock
  3. Load FeeScheduleRecordsqlload_charge_dimension__load_feeschedulerecord.sql
    Loads fee schedule records by mapping charge codes and modifiers to specific pricing schedules for professional and facility services.
    writes FeeScheduleRecord · reads SourceChargeMasterTempChargeSchedules
    ↳ feeds from Load TempChargeSchedules
  4. Load ScheduleMapsqlload_charge_dimension__load_schedulemap.sql
    Maps fee schedules to specific facilities and insurance types to define pricing applicability across the organization.
    writes ScheduleMap · reads FacilityTempChargeSchedules
    ↳ feeds from Load TempChargeSchedules
  5. Load ContractMapsqlload_charge_dimension__load_contractmap.sqldisabled
    Updates the contract map to define fee logic and billing types for facilities and professional services.
    writes ContractMap · reads Facility
  6. Load ScheduleLoadEntities
    writes Schedule · reads TempChargeSchedules
    ↳ feeds from Load TempChargeSchedules
    entity type=Schedulecustom query
  7. Load DMECurrentCodes Tablesqlload_charge_dimension__load_dmecurrentcodes_table.sql
    Identifies and stores currently active Medicare Durable Medical Equipment procedure codes based on effective date ranges.
    writes DMECurrentCodes
  8. Load ChargeTypesqlload_charge_dimension__load_chargetype.sql
    Builds the charge type catalog by categorizing professional and facility fees and generating encoded strings for billing and service types.
  9. Load ChargeType Dimensionsqlload_charge_dimension__load_chargetype_dimension.sql
    Populates the charge type dimension with members and their corresponding CPT categories to support hierarchical reporting.
    writes DimensionMember · reads ChargeType
  10. Load ProcedureCode Dimensionsqlload_charge_dimension__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 Dimension, Load ProcedureCategory and Subcategory DM
  11. Load ProcedureCategory and Subcategory DMsqlload_charge_dimension__load_procedurecategory_and_subcategory_dm.sql
    Builds the procedure category dimension by extracting unique parent groupings from existing procedure code members.
    writes DimensionMember · reads DimensionMember
    ↳ feeds from Load ChargeType Dimension, Load ProcedureCode Dimension