CREATE INDEX IF NOT EXISTS idx_model_routes_tenant_id ON model_routes(tenant_id); CREATE INDEX IF NOT EXISTS idx_model_routes_active ON model_routes(is_active) WHERE is_active = true; CREATE INDEX IF ...
-- Extract clinical concepts from unstructured EHR notes using regex. -- Each section below maps to a separate cell in a Databricks notebook. -- Copy this file into Databricks and split at the comment ...