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-Dimension-Members
22 tasks · CCP
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 Insurance Dimensionsql
load_dimension_members__load_insurance_dimension.sql✨ Loads the insurance dimension with unique insurance keys and a placeholder for unmapped records to support payer-level analysis.writesDimensionMember· readsInsurance - Load SourceInsurance Dimensionsql
load_dimension_members__load_sourceinsurance_dimension.sql✨ Builds the source insurance dimension by linking insurance maps to source system details and financial classifications.writesDimensionMember· readsInsuranceMapSourceInsurance - Load FinancialClass Dimensionsql
load_dimension_members__load_financialclass_dimension.sql✨ Loads financial class dimensions by grouping payers into standardized categories based on source utility group definitions.writesDimensionMember· readsDimensionMemberSourceUtilGroup↳ feeds from Load ClaimStatus Dimension, Load DenialCategory Dimension, Load DiagnosisCode Dimension, Load Facility Dimensions, Load FacilityType Dimensions, Load Insurance Dimension, Load PatientAge Dimension, Load PatientSex Dimension, Load PlaceOfService Dimensions, Load Practice Dimensions, Load Provider Dimension, Load ProviderType Dimension, Load QuoteInsurance Dimension, Load SourceInsurance Dimension, Load State Dimension, Load Time Dimensions - Load EligibilityInsurance Dimensionsql
load_dimension_members__load_eligibilityinsurance_dimension.sqldisabled✨ Loads insurance members that support electronic eligibility and benefits verification via API integration.writesDimensionMember· readsDimensionMemberInsurance - Load QuoteInsurance Dimensionsql
load_dimension_members__load_quoteinsurance_dimension.sql✨ Builds a dimension of insurance providers associated with active contracts to facilitate accurate patient cost estimates.writesDimensionMember· readsContractMapInsurance - Load Time Dimensionssql
load_dimension_members__load_time_dimensions.sql✨ Builds time dimensions including day, month, and year levels based on the range of service dates in the account data.writesDimensionMember· readsTransformAccount - Load VisitStatus Dimensionsql
load_dimension_members__load_visitstatus_dimension.sqldisabled✨ Loads unique appointment statuses into the visit status dimension to categorize and track the current state of patient visits.writesDimensionMember· readsTransformVisit - Load DenialCategory Dimensionsql
load_dimension_members__load_denialcategory_dimension.sql✨ Updates the denial category dimension with standardized codes and descriptions to classify and analyze insurance claim rejections.writesDimensionMember· readsAdjustmentCodeRollup - Load Provider Dimensionsql
load_dimension_members__load_provider_dimension.sql✨ Loads healthcare provider details and their associated types into the provider dimension for clinical and financial reporting.writesDimensionMember· readsProvider - Load ProviderType Dimensionsql
load_dimension_members__load_providertype_dimension.sql✨ Builds the provider type dimension by extracting unique provider categories to enable high-level grouping of medical staff.writesDimensionMember· readsDimensionMember↳ feeds from Load ClaimStatus Dimension, Load DenialCategory Dimension, Load DiagnosisCode Dimension, Load Facility Dimensions, Load FacilityType Dimensions, Load FinancialClass Dimension, Load Insurance Dimension, Load PatientAge Dimension, Load PatientSex Dimension, Load PlaceOfService Dimensions, Load Practice Dimensions, Load Provider Dimension, Load QuoteInsurance Dimension, Load SourceInsurance Dimension, Load State Dimension, Load Time Dimensions - Load Facility Dimensionssql
load_dimension_members__load_facility_dimensions.sql✨ Updates the facility dimension with location names and group associations to organize data by specific service sites.writesDimensionMember· readsFacility - Load FacilityType Dimensionssql
load_dimension_members__load_facilitytype_dimensions.sql✨ Loads unique facility types into the dimension table to allow for the categorization of different healthcare service locations.writesDimensionMember· readsFacility - Load Practice Dimensionssql
load_dimension_members__load_practice_dimensions.sql✨ Populates the practice dimension with unique medical practice names to facilitate reporting across different business entities.writesDimensionMember· readsSourceLocation - Load PlaceOfService Dimensionssql
load_dimension_members__load_placeofservice_dimensions.sql✨ Updates the place of service dimension with standardized codes and descriptions for locations where healthcare services were provided.writesDimensionMember· readsPOSCodesTransformCharge - Load VisitType Dimensionssql
load_dimension_members__load_visittype_dimensions.sqldisabled✨ Loads visit type dimensions from HL7 visit data to standardize appointment categories for reporting.writesDimensionMember· readsHL7Visit - Load AccountStatus Dimensionsql
load_dimension_members__load_accountstatus_dimension.sqldisabled✨ Updates account status dimensions using encounter status information to track the lifecycle of patient accounts.writesDimensionMember· readsSourceEncounter - Load AllowedStatus Dimensionsql
load_dimension_members__load_allowedstatus_dimension.sqldisabled✨ Builds allowed status dimensions to categorize how actual payments compare to expected insurance contract rates.writesDimensionMember - Load ClaimStatus Dimensionsql
load_dimension_members__load_claimstatus_dimension.sql✨ Loads claim status dimensions to define the various stages of the insurance billing and reimbursement process.writesDimensionMember - Load DiagnosisCode Dimensionsql
load_dimension_members__load_diagnosiscode_dimension.sql✨ Builds diagnosis code dimensions by extracting codes from account charges and mapping them to standardized medical categories.writesDimensionMember· readsAccountChargeDimensionMember↳ feeds from Load ClaimStatus Dimension, Load DenialCategory Dimension, Load Facility Dimensions, Load FacilityType Dimensions, Load FinancialClass Dimension, Load Insurance Dimension, Load PatientAge Dimension, Load PatientSex Dimension, Load PlaceOfService Dimensions, Load Practice Dimensions, Load Provider Dimension, Load ProviderType Dimension, Load QuoteInsurance Dimension, Load SourceInsurance Dimension, Load State Dimension, Load Time Dimensions - Load PatientAge Dimensionsql
load_dimension_members__load_patientage_dimension.sql✨ Loads patient age dimensions by calculating current ages from birth dates to support demographic analysis.writesDimensionMember· readsPatient - Load PatientSex Dimensionsql
load_dimension_members__load_patientsex_dimension.sql✨ Loads patient sex dimensions from demographic records to enable gender-based reporting and filtering within the pipeline.writesDimensionMember· readsPatient - Load State Dimensionsql
load_dimension_members__load_state_dimension.sql✨ Updates state dimensions using facility location data to allow for geographic segmentation of healthcare services and revenue.writesDimensionMember· readsFacility