sub-job
SeaRad · Generate-Report
Generates the Daily Export report and pushed data into the Archive report for Load-Visits and Load-Visits-Reprocess
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
Generate-Report
4 tasks · SeaRad
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 TempEligibilityReportsql
generate_report__load_tempeligibilityreport.sql✨ Builds a temporary table of eligibility results for specific visits and insurance plans to support reporting.writesTempEligibilityReport - Load TempInsSearchResultssql
generate_report__load_tempinssearchresults.sql✨ Loads active insurance search results into a temporary table to identify new coverage found during the eligibility process.writesTempInsSearchResults - Generate Reportsql
generate_report__generate_report.sql✨ Generates a comprehensive batch eligibility report by consolidating patient visit data with primary, secondary, and tertiary insurance verification results.writesBatchEligibility_ResultsReport - Archive Reportsql
generate_report__archive_report.sql✨ Updates the eligibility report archive by replacing existing visit records with the most recent verification results.writesBatchEligibility_ResultsReportArchive· readsBatchEligibility_ResultsReport↳ feeds from Generate Report