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-ChargeType
6 tasks · Commonwealth
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-ImportChargeTypesql
load_chargetype__load_importchargetype.sql✨ Loads formatted charge type definitions from the charge master to prepare display names and billing codes for the system.writesImportChargeType· readsSourceChargeMaster - Merge-ChargeTypesql
load_chargetype__merge_chargetype.sql✨ Updates the final charge type table with claim-level and procedure-specific billing configurations for use across the application.writesChargeType· readsImportChargeType↳ feeds from Load-ImportChargeType - Update-ProcedureCode-DimensionMembersql
load_chargetype__update_procedurecode_dimensionmember.sql✨ Updates the procedure code dimension with member IDs, descriptions, and category hierarchies to support clinical service reporting.writesDimensionMember· readsChargeTypeProcedureCode↳ feeds from Merge-ChargeType - Update-ChargeType-DimensionMembersql
load_chargetype__update_chargetype_dimensionmember.sql✨ Loads charge type identifiers and display names into the dimension table to categorize financial transactions.writesDimensionMember· readsChargeType↳ feeds from Merge-ChargeType - Update ChargeMaster SchedulesUpdateFeePricingwrites
FeePricingRecord· readsSourceChargeMasterschedule insert type=Replaceschedule type=Chargessource table=SourceChargeMaster - Load Charges SchedulesLoadFeeSchedulesGenerate time-based fee schedules from pricing records to establish effective date ranges for facility and insurance billing combinations.writes
ScheduleScheduleMap· readsFeePricingRecord↳ feeds from Update ChargeMaster Schedules