NNDSS - TABLE 1V. Malaria To Measles, Imported
U.S. Department of Health & Human Services
@usgov.hhs_gov_nndss_table_1v_malaria_to_measles_imported_400df
U.S. Department of Health & Human Services
@usgov.hhs_gov_nndss_table_1v_malaria_to_measles_imported_400df
NNDSS - TABLE 1V. Malaria to Measles, Imported - 2019. In this Table, provisional cases* of notifiable diseases are displayed for United States, U.S. territories, and Non-U.S. residents.
Notice: The total numbers of measles cases in Table 1v for weeks 1-51 in the 2019 data are correct but counts for imported and indigenous categories are incorrect. Measles data for week 52 (in Table 1v) were updated on 02-28-2020 to correct the classification of imported and indigenous. Please see week 52, 2019 data for the correct breakout of imported and indigenous measles cases.
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 — CDC does not have data because of changes in how conditions are categorized.
Cum: Cumulative year-to-date counts.
Max: Maximum — Maximum case count during the previous 52 weeks.
§ Measles is considered imported if the disease was acquired outside of the United States and is considered indigenous if the disease was acquired anywhere within the United States or it is not known where the disease was acquired.
Organization: U.S. Department of Health & Human Services
Last updated: 2020-11-10T16:17:47.555602
Tags: 2019, malaria, measles-imported, measles-indigenous, nedss, netss, nndss, wonder
CREATE TABLE table_1 (
"reporting_area" VARCHAR,
"mmwr_year" BIGINT,
"mmwr_week" BIGINT,
"malaria_current_week" DOUBLE -- Malaria, Current Week,
"malaria_current_week_flag" VARCHAR -- Malaria, Current Week, Flag,
"malaria_previous_52_weeks_max" DOUBLE -- Malaria, Previous 52 Weeks Max†,
"malaria_previous_52_weeks_max_flag" VARCHAR -- Malaria, Previous 52 Weeks Max†, Flag,
"malaria_cum_2019" DOUBLE -- Malaria, Cum 2019†,
"malaria_cum_2019_flag" VARCHAR -- Malaria, Cum 2019†, Flag,
"malaria_cum_2018" DOUBLE -- Malaria, Cum 2018†,
"malaria_cum_2018_flag" VARCHAR -- Malaria, Cum 2018†, Flag,
"measles_indigenous_current_week" DOUBLE -- Measles§, Indigenous, Current Week,
"measles_indigenous_current_week_flag" VARCHAR -- Measles§, Indigenous, Current Week, Flag,
"measles_indigenous_previous_52_weeks_max" DOUBLE -- Measles§, Indigenous, Previous 52 Weeks Max†,
"measles_indigenous_previous_52_weeks_max_flag" VARCHAR -- Measles§, Indigenous, Previous 52 Weeks Max†, Flag,
"measles_indigenous_cum_2019" DOUBLE -- Measles§, Indigenous, Cum 2019†,
"measles_indigenous_cum_2019_flag" VARCHAR -- Measles§, Indigenous, Cum 2019†, Flag,
"measles_indigenous_cum_2018" DOUBLE -- Measles§, Indigenous, Cum 2018†,
"measles_indigenous_cum_2018_flag" VARCHAR -- Measles§, Indigenous, Cum 2018†, Flag,
"measles_imported_current_week" DOUBLE -- Measles§, Imported, Current Week,
"measles_imported_current_week_flag" VARCHAR -- Measles§, Imported, Current Week, Flag,
"measles_imported_previous_52_weeks_max" DOUBLE -- Measles§, Imported, Previous 52 Weeks Max†,
"measles_imported_previous_52_weeks_max_flag" VARCHAR -- Measles§, Imported, Previous 52 Weeks Max†, Flag,
"measles_imported_cum_2019" DOUBLE -- Measles§, Imported, Cum 2019†,
"measles_imported_cum_2019_flag" VARCHAR -- Measles§, Imported, Cum 2019†, Flag,
"measles_imported_cum_2018" DOUBLE -- Measles§, Imported, Cum 2018†,
"measles_imported_cum_2018_flag" VARCHAR -- Measles§, Imported, Cum 2018†, Flag,
"location_1" VARCHAR,
"location_2" VARCHAR,
"reporting_area_sort" BIGINT
);Anyone who has the link will be able to view this.