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
10 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
- Load TempChargeSchedulessql
load_charge_dimension_revfind__load_tempchargeschedules.sqldisabled✨ Builds a temporary table of chargemaster fee schedules by determining valid date ranges for professional and facility practices.writesTempChargeSchedules - Load FeeScheduleRecordsql
load_charge_dimension_revfind__load_feeschedulerecord.sqldisabled✨ Loads detailed fee schedule records by mapping chargemaster prices to specific codes and modifiers for professional and facility schedules.writesFeeScheduleRecord· readsSourceChargeMasterTempChargeSchedules - Load ScheduleMapsql
load_charge_dimension_revfind__load_schedulemap.sqldisabled✨ Builds the schedule map by linking charge schedules to facilities and insurance categories for professional and facility billing.writesScheduleMap· readsFacilityTempChargeSchedules - Load ContractMapsql
load_charge_dimension_revfind__load_contractmap.sqldisabled✨ Updates the contract map to define fee logic and billing types for facilities and professional services.writesContractMap· readsFacility - Load ScheduleLoadEntitiesdisabledwrites
Schedule· readsTempChargeSchedulesentity type=Schedulecustom queryDISABLED - Load ChargeTypesql
load_charge_dimension_revfind__load_chargetype.sql✨ Loads and updates charge types by consolidating charge codes, descriptions, and procedure codes from source billing systems.writesChargeType· readsProcedureCodeSourceBillingEntitySourceChargeSourceChargeMasterTransformCharge - Load ChargeType Dimensionsql
load_charge_dimension_revfind__load_chargetype_dimension.sql✨ Loads charge type members into the dimension table to support hierarchical reporting and data categorization.writesDimensionMember· readsChargeType↳ feeds from Load ChargeType - Load ProcedureCode Dimensionsql
load_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.writesDimensionMember· readsChargeTypeDimensionMemberProcedureCode↳ feeds from Load ChargeType, Load ChargeType Dimension, Load Modifier Dimension, Load ProcedureCategory and Subcategory DM - Load ProcedureCategory and Subcategory DMsql
load_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.writesDimensionMember· readsDimensionMember↳ feeds from Load ChargeType Dimension, Load Modifier Dimension, Load ProcedureCode Dimension - Load Modifier Dimensionsql
load_charge_dimension_revfind__load_modifier_dimension.sql✨ Loads unique billing modifiers from transformed charge records into the dimension member table.writesDimensionMember· readsTransformCharge