EMS - Quarterly Clinical Measures - Stroke Alert
City of Austin
@usgov.city_of_austin_ems_quarterly_clinical_measures_stroke_alert
City of Austin
@usgov.city_of_austin_ems_quarterly_clinical_measures_stroke_alert
CREATE TABLE table_1 (
"fiscal_quarter_key" BIGINT,
"fiscal_quarter" VARCHAR,
"fiscal_quarter_start_date" VARCHAR,
"fiscal_quarter_end_date" VARCHAR,
"count_stroke_alerts" BIGINT,
"count_stroke_alert_scene_interval_compliance" BIGINT,
"percent_stroke_alert_scene_interval_compliance" DOUBLE,
"stroke_alert_scene_interval_compliance_target" BIGINT,
"count_stroke_center_transports" BIGINT,
"percent_stroke_center_transports" DOUBLE,
"stroke_center_transports_target" BIGINT,
"average_stroke_alert_call_to_door_interval_minutes" DOUBLE,
"stroke_alert_call_to_door_interval_target" BIGINT,
"count_bgl_test_for_stroke_alerts" BIGINT,
"percent_bgl_test_for_stroke_alerts" DOUBLE,
"stroke_alert_bgl_test_target" BIGINT,
"count_cpss_score_documented" BIGINT,
"percent_cpss_score_documented" DOUBLE,
"percent_cpss_target" BIGINT,
"count_stroke_alert_bundle_completed" BIGINT,
"percent_stroke_alert_bundle_completed" DOUBLE,
"percent_stroke_alert_bundle_complete_target" BIGINT
);
Anyone who has the link will be able to view this.