NNDSS - TABLE 1HH. Syphilis, Congenital To Syphilis, Primary And Secondary
U.S. Department of Health & Human Services
@usgov.hhs_gov_nndss_1hh_syphilis_congenital_to_syphilis_prim_fd675e01
U.S. Department of Health & Human Services
@usgov.hhs_gov_nndss_1hh_syphilis_congenital_to_syphilis_prim_fd675e01
NNDSS - TABLE 1HH. Syphilis, Congenital to Syphilis, Primary and Secondary – 2021. In this Table, provisional cases* of notifiable diseases are displayed for United States, U.S. territories, and Non-U.S. residents.
Notice: Due to data processing issues at CDC, data for the following jurisdictions may be incomplete for week 7: Alaska, Arizona, California, Connecticut, Delaware, Florida, Hawaii, Louisiana, Maryland, Michigan, Missouri, North Dakota, New Hampshire, New York City, Oregon, Pennsylvania, and Rhode Island.
Note:
This table contains provisional cases of 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:
U: Unavailable — The reporting jurisdiction was unable to send the data to CDC or CDC was unable to process the data.
-: No reported cases — The reporting jurisdiction did not submit any cases to CDC.
N: Not reportable — The disease or condition was not reportable by law, statute, or regulation in the reporting jurisdiction.
NN: Not nationally notifiable — This condition was not designated as being nationally notifiable.
NP: Nationally notifiable but not published.
NC: Not calculated — There is insufficient data available to support the calculation of this statistic.
Cum: Cumulative year-to-date counts.
Max: Maximum — Maximum case count during the previous 52 weeks.
CREATE TABLE table_1 (
"reporting_area" VARCHAR,
"mmwr_year" BIGINT,
"mmwr_week" BIGINT,
"syphilis_congenital_current_week" DOUBLE -- Syphilis, Congenital, Current Week,
"syphilis_congenital_current_week_flag" VARCHAR -- Syphilis, Congenital, Current Week, Flag,
"syphilis_congenital_previous_52_weeks_max" BIGINT -- Syphilis, Congenital, Previous 52 Weeks Max†,
"syphilis_congenital_previous_52_weeks_max_flag" VARCHAR -- Syphilis, Congenital, Previous 52 Weeks Max†, Flag,
"syphilis_congenital_cum_2021" DOUBLE -- Syphilis, Congenital, Cum 2021†,
"syphilis_congenital_cum_2021_flag" VARCHAR -- Syphilis, Congenital, Cum 2021†, Flag,
"syphilis_congenital_cum_2020" DOUBLE -- Syphilis, Congenital, Cum 2020†,
"syphilis_congenital_cum_2020_flag" VARCHAR -- Syphilis, Congenital, Cum 2020†, Flag,
"syphilis_primary_and_secondary_current_week" DOUBLE -- Syphilis, Primary And Secondary, Current Week,
"syphilis_primary_and_secondary_current_week_flag" VARCHAR -- Syphilis, Primary And Secondary, Current Week, Flag,
"syphilis_primary_and_secondary_previous_52_weeks_max" BIGINT -- Syphilis, Primary And Secondary, Previous 52 Weeks Max†,
"syphilis_primary_and_secondary_previous_52_weeks_max_flag" VARCHAR -- Syphilis, Primary And Secondary, Previous 52 Weeks Max†, Flag,
"syphilis_primary_and_secondary_cum_2021" DOUBLE -- Syphilis, Primary And Secondary, Cum 2021†,
"syphilis_primary_and_secondary_cum_2021_flag" VARCHAR -- Syphilis, Primary And Secondary, Cum 2021†, Flag,
"syphilis_primary_and_secondary_cum_2020" DOUBLE -- Syphilis, Primary And Secondary, Cum 2020†,
"syphilis_primary_and_secondary_cum_2020_flag" VARCHAR -- Syphilis, Primary And Secondary, Cum 2020†, Flag,
"location_1" VARCHAR,
"location_2" VARCHAR,
"reporting_area_sort" BIGINT,
"geocode" VARCHAR
);Anyone who has the link will be able to view this.