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
Job-[id]
3 tasks · USHP
sub-job / Flow action SQL / native step▶ expand a sub-job inline · ↗ open it as its own page · a typed step opens its doc
- Add DOB to ChargeCodes for Medicaid Patientssql
job_[id]__add_dob_to_chargecodes_for_medicaid_patients.sql✨ Appends patient age to charge codes for Medicaid-related accounts in the current processing delta to support specific billing requirements.· readsAccountChargeTransformAccountInsuranceaccountaccountDeltainsurancemappatient↳ feeds from Merge AccountDeltaRouting Table - Merge AccountDeltaRouting Tablesql
job_[id]__merge_accountdeltarouting_table.sql✨ Updates account and insurance tables with the final routed insurance keys determined during the custom routing process.writesAccountAccountInsurance· readsAccountDeltaRoutingaccountaccountDelta - Add non-verified contract labels for unsure contractssql
job_[id]__add_non_verified_contract_labels_for_unsure_contracts.sql✨ Bulk applies non-verified contract labels and corresponding notes to specific Medicare and Medicaid accounts within the account delta.writesAccountLabelAccountNoteDeltaInsertedLabelsDeltaLabelIDsDeltaLabels· readsAccountDeltaAccountDeltaRoutingAccountLabelDeltaInsertedLabelsDeltaLabelIDsDeltaLabelsaccount↳ feeds from Merge AccountDeltaRouting Table