NNDSS - Table II. Tetanus To Varicella
U.S. Department of Health & Human Services
@usgov.hhs_gov_nndss_table_ii_tetanus_to_varicella
U.S. Department of Health & Human Services
@usgov.hhs_gov_nndss_table_ii_tetanus_to_varicella
NNDSS - Table II. Tetanus to Varicella - 2018. In this Table, provisional cases of selected notifiable diseases (≥1,000 cases reported during the preceding year), and selected low frequency diseases are displayed. The Table includes total number of cases reported in the United States, by region and by states or territory.
Note:
This table contains provisional cases of selected national notifiable diseases from the National Notifiable Diseases Surveillance System (NNDSS). NNDSS data from the 50 states, New York City, the District of Columbia and the U.S. territories are collated and published weekly on the NNDSS Data and Statistics web page (https://wwwn.cdc.gov/nndss/data-and-statistics.html). Cases reported by state health departments to CDC for weekly publication are provisional because of the time needed to complete case follow-up. Therefore, numbers presented in later weeks may reflect changes made to these counts as additional information becomes available. The national surveillance case definitions used to define a case are available on the NNDSS web site at https://wwwn.cdc.gov/nndss/. Information about the weekly provisional data and guides to interpreting data are available at: https://wwwn.cdc.gov/nndss/infectious-tables.html.
Footnotes:
C.N.M.I.: Commonwealth of Northern Mariana Islands.
U: Unavailable. —: No reported cases. N: Not reportable. NA: Not Available. NN: Not Nationally Notifiable. NP: Nationally notifiable but not published. Cum: Cumulative year-to-date counts. Med: Median. Max: Maximum.
CREATE TABLE table_1 (
"reporting_area" VARCHAR,
"mmwr_year" BIGINT,
"mmwr_week" BIGINT,
"tetanus_current_week" DOUBLE -- Tetanus, Current Week,
"tetanus_current_week_flag" VARCHAR -- Tetanus, Current Week, Flag,
"tetanus_previous_52_weeks_med" DOUBLE -- Tetanus, Previous 52 Weeks Med,
"tetanus_previous_52_weeks_med_flag" VARCHAR -- Tetanus, Previous 52 Weeks Med, Flag,
"tetanus_previous_52_weeks_max" DOUBLE -- Tetanus, Previous 52 Weeks Max,
"tetanus_previous_52_weeks_max_flag" VARCHAR -- Tetanus, Previous 52 Weeks Max, Flag,
"tetanus_cum_2018" DOUBLE -- Tetanus, Cum 2018,
"tetanus_cum_2018_flag" VARCHAR -- Tetanus, Cum 2018, Flag,
"tetanus_cum_2017" DOUBLE -- Tetanus, Cum 2017,
"tetanus_cum_2017_flag" VARCHAR -- Tetanus, Cum 2017, Flag,
"varicella_morbidity_current_week" DOUBLE -- Varicella Morbidity , Current Week,
"varicella_morbidity_current_week_flag" VARCHAR -- Varicella Morbidity , Current Week, Flag,
"varicella_morbidity_previous_52_weeks_med" DOUBLE -- Varicella Morbidity , Previous 52 Weeks Med,
"varicella_morbidity_previous_52_weeks_med_flag" VARCHAR -- Varicella Morbidity , Previous 52 Weeks Med, Flag,
"varicella_morbidity_previous_52_weeks_max" DOUBLE -- Varicella Morbidity , Previous 52 Weeks Max,
"varicella_morbidity_previous_52_weeks_max_flag" VARCHAR -- Varicella Morbidity , Previous 52 Weeks Max, Flag,
"varicella_morbidity_cum_2018" DOUBLE -- Varicella Morbidity , Cum 2018,
"varicella_morbidity_cum_2018_flag" VARCHAR -- Varicella Morbidity , Cum 2018, Flag,
"varicella_morbidity_cum_2017" DOUBLE -- Varicella Morbidity , Cum 2017,
"varicella_morbidity_cum_2017_flag" VARCHAR -- Varicella Morbidity , Cum 2017, Flag,
"location_1" VARCHAR,
"location_2" VARCHAR
);Anyone who has the link will be able to view this.