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
- 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 - Merge TransformChargemasterMergeSqlwrites
TransformChargemaster· readsSourceChargeMastermerge data source type=ThisDatabasetable name=TransformChargemastermerge mode=InsertUpdatebulk copy timeout seconds=300bulk copy use table lock - Load FeeScheduleRecordsql
load_charge_dimension__load_feeschedulerecord.sql✨ Loads fee schedule records by mapping charge codes and modifiers to specific pricing schedules for professional and facility services.writesFeeScheduleRecord· readsSourceChargeMasterTempChargeSchedules↳ feeds from Load TempChargeSchedules - Load ScheduleMapsql
load_charge_dimension__load_schedulemap.sql✨ Maps fee schedules to specific facilities and insurance types to define pricing applicability across the organization.writesScheduleMap· readsFacilityTempChargeSchedules↳ feeds from Load TempChargeSchedules - Load ContractMapsql
load_charge_dimension__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 DMECurrentCodes Tablesql
load_charge_dimension__load_dmecurrentcodes_table.sql✨ Identifies and stores currently active Medicare Durable Medical Equipment procedure codes based on effective date ranges.writesDMECurrentCodes - Load ChargeTypesql
load_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. - Load ChargeType Dimensionsql
load_charge_dimension__load_chargetype_dimension.sql✨ Populates the charge type dimension with members and their corresponding CPT categories to support hierarchical reporting.writesDimensionMember· readsChargeType - Load ProcedureCode Dimensionsql
load_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.writesDimensionMember· readsChargeTypeDimensionMemberProcedureCode↳ feeds from Load ChargeType Dimension, Load ProcedureCategory and Subcategory DM - Load ProcedureCategory and Subcategory DMsql
load_charge_dimension__load_procedurecategory_and_subcategory_dm.sql✨ Builds the procedure category dimension by extracting unique parent groupings from existing procedure code members.writesDimensionMember· readsDimensionMember↳ feeds from Load ChargeType Dimension, Load ProcedureCode Dimension