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
14 tasks · MNEye
sub-job / Flow action SQL / native step▶ expand a sub-job inline · ↗ open it as its own page · a typed step opens its doc
- TransformChargemaster ExecuteMergeSqlMergeSqlwrites
TransformChargemaster· readsSourceChargeMastermerge data source type=ThisDatabasetable name=TransformChargemastermerge mode=InsertUpdatebulk copy timeout seconds=300bulk copy use table lock - Add Missing Codes to Chargemaster (for now hack)sql
load_charge_dimension__add_missing_codes_to_chargemaster_for_now_hack.sql✨ Inserts manual charge code entries into the chargemaster to address missing data for specific practices.writesTransformChargemaster· readsTransformChargemaster↳ feeds from TransformChargemaster ExecuteMergeSql - End to end chargemaster updatesql
load_charge_dimension__end_to_end_chargemaster_update.sql✨ Builds the end-to-end mapping between chargemaster schedules, facilities, and insurance records for fee calculation.writesFeeScheduleRecordScheduleMapTempChargeSchedules· readsFacilityTempChargeSchedulesTransformChargeMaster↳ feeds from Add Missing Codes to Chargemaster (for now hack), TransformChargemaster ExecuteMergeSql - Load TempChargeSchedulessql
load_charge_dimension__load_tempchargeschedules.sqldisabled✨ Builds temporary charge schedules by determining the effective start and end dates for each practice's chargemaster.writesTempChargeSchedules - Load FeeScheduleRecordsql
load_charge_dimension__load_feeschedulerecord.sqldisabled✨ Loads fee schedule records with specific amounts and modifier filters based on practice-specific chargemaster data and schedules.writesFeeScheduleRecord· readsSourceChargeMasterTempChargeSchedules - Load ScheduleMapsql
load_charge_dimension__load_schedulemap.sqldisabled✨ Updates the schedule map to link professional and facility fee schedules with their respective facilities and insurance categories.writesScheduleMap· readsFacilityTempChargeSchedules - Load ContractMapsql
load_charge_dimension__load_contractmap.sqldisabled✨ Builds the contract mapping table by defining charge logic and bill types for various service categories across all locations.writesContractMap· readsFacility - Load ScheduleLoadEntitieswrites
Schedule· readsScheduleMapTempChargeSchedules↳ feeds from End to end chargemaster updateentity type=Schedulecustom query - Load SourceChargeMapsql
load_charge_dimension__load_sourcechargemap.sql✨ Loads a unified charge map by consolidating service-specific charge codes from the source master file for designated practices.writesSourceChargeMap· readsSourceChargeMaster - Load ChargeTypesql
load_charge_dimension__load_chargetype.sqldisabled✨ Builds the charge type table by mapping charge codes to display names, bill types, and specific billing rules or modifiers.writesChargeType· readsMedicareRVUScheduleMedicareRVUScheduleMapSourceChargeMap - Merge ChargeTypeMergeSqlwrites
ChargeType· readsChargeTypeMedicareRVUScheduleMedicareRVUScheduleMapSourceChargeMap↳ feeds from Load SourceChargeMapmerge data source type=ThisDatabasetable name=ChargeTypemerge mode=InsertUpdatebulk copy timeout seconds=300bulk copy use table lock - Load ChargeType Dimensionsql
load_charge_dimension__load_chargetype_dimension.sql✨ Updates the charge type dimension by populating unique charge codes and descriptions for multiple billing categories.writesDimensionMember· readsDimensionMemberSourceChargeMap↳ feeds from Load ProcedureCategory and Subcategory DM, Load ProcedureCode Dimension, Load SourceChargeMap - Load ProcedureCode Dimensionsql
load_charge_dimension__load_procedurecode_dimension.sql✨ Loads the procedure code dimension by organizing unique codes and descriptions into a hierarchical structure for reporting and analysis.writesDimensionMember· readsSourceChargeMap↳ feeds from Load SourceChargeMap - Load ProcedureCategory and Subcategory DMsql
load_charge_dimension__load_procedurecategory_and_subcategory_dm.sql✨ Builds hierarchical dimensions for procedure categories and subcategories to enable grouped analysis of medical services and billing codes.writesDimensionMember· readsSourceChargeMap↳ feeds from Load SourceChargeMap