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
- Load TempChargeSchedulessql
load_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.writesTempChargeSchedules - Load FeeScheduleRecordsql
load_charge_dimension__load_feeschedulerecord.sql✨ Loads fee schedule records with charge codes, modifiers, and pricing for specific professional and facility practice schedules.writesFeeScheduleRecord· readsSourceChargeMasterTempChargeSchedules↳ feeds from Load TempChargeSchedules - Load ScheduleMapsql
load_charge_dimension__load_schedulemap.sql✨ Maps fee schedules to specific facilities and insurance categories for professional and ambulatory surgery center services.writesScheduleMap· readsFacilityTempChargeSchedules↳ feeds from Load TempChargeSchedules - Load ContractMapsql
load_charge_dimension__load_contractmap.sqldisabled✨ Defines contract mappings for charge-based and self-pay accounts across various facility types and practice settings.writesContractMap· readsFacility - Load ScheduleLoadEntitieswrites
Schedule· readsTempChargeSchedules↳ feeds from Load TempChargeSchedulesentity type=Schedulecustom query - Load ChargeTypesql
load_charge_dimension__load_chargetype.sql✨ Categorizes charge types by mapping procedure codes, modifiers, and service types from the fee schedule and charge data.writesChargeType· readsSourceFeeScheduleTransformCharge - Load ChargeType Dimensionsql
load_charge_dimension__load_chargetype_dimension.sql✨ Updates the charge type dimension with standardized member names and display labels for reporting and analysis.writesDimensionMember· readsChargeType↳ feeds from Load ChargeType - Load ProcedureCode Dimensionsql
load_charge_dimension__load_procedurecode_dimension.sql✨ Updates the procedure code dimension by extracting codes and assigning parent categories for hierarchical reporting.writesDimensionMember· readsChargeType↳ feeds from Load ChargeType - Load ProcedureCategory and Subcategory DMsql
load_charge_dimension__load_procedurecategory_and_subcategory_dm.sql✨ Builds procedure category and subcategory dimensions by mapping charge codes to standardized hierarchies for clinical reporting.writesDimensionMember· readsSourceChargeMap