You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix/extension columns claims-only guard & core model enabled config (tuva-health#1213)
* fix: add payer column to condition model
* feat: add synthetic extension columns to various models for passthrough testing
* fix: add payer column to core clinical condition model
* fix: update config to enable claims and clinical checks for extension columns
* fix: add claims_enabled guard to 32 semantic layer models
Semantic layer models that ref() claims-only upstream marts (cms_hcc,
financial_pmpm, readmissions, ed_classification, etc.) crashed at compile
time when claims_enabled was false. Added claims_enabled to their enabled
config so they silently disable when claims data is unavailable. 10 models
that only depend on clinical-compatible upstream are left unguarded.
0 commit comments