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
- Load TempChargeSchedulessql
load_charge_dimension_revfind__load_tempchargeschedules.sql✨ Builds temporary charge schedules by calculating effective date ranges for professional and facility fees based on practice identifiers.writesTempChargeSchedules - Load FeeScheduleRecordsql
load_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.writesFeeScheduleRecord· readsSourceChargeMasterTempChargeSchedules↳ feeds from Load TempChargeSchedules - Load ScheduleMapsql
load_charge_dimension_revfind__load_schedulemap.sql✨ Builds the schedule map by linking charge schedules to facilities and insurance categories for professional and facility billing.writesScheduleMap· readsFacilityTempChargeSchedules↳ feeds from Load TempChargeSchedules - 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 ScheduleLoadEntitieswrites
Schedule· readsTempChargeSchedules↳ feeds from Load TempChargeSchedulesentity type=Schedulecustom query - Load ChargeTypesql
load_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.writesChargeType· readsChargeTypeSourceChargeMaster - 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 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 ProcedureCode Dimension