Difference between revisions of "Module:Medical cases data/San Francisco Bay Area"

From blackwiki
Jump to navigation Jump to search
blackwiki>Mxn
(Spelled out county entities to list)
blackwiki>Mxn
Line 1: Line 1:
 
return {
 
return {
 
caption = "[[COVID-19 pandemic in the San Francisco Bay Area|COVID-19 pandemic medical cases in the San Francisco Bay Area]] by [[List of counties in California|county]]",
 
caption = "[[COVID-19 pandemic in the San Francisco Bay Area|COVID-19 pandemic medical cases in the San Francisco Bay Area]] by [[List of counties in California|county]]",
outbreakItem = "Q94050008",
 
 
regionTerm = "Counties",
 
regionTerm = "Counties",
 
regionNamePattern = "(.+) County",
 
regionNamePattern = "(.+) County",
 
populationDate = "2019-07-01",
 
populationDate = "2019-07-01",
columnsByRegion = {
 
-- Alameda County
 
Q107146 = {
 
cases = "AC_CumulCases",
 
deaths = "AC_CumulDeaths",
 
},
 
-- Contra Costa County
 
Q108058 = {
 
recoveries = "recovered"
 
},
 
-- Marin County
 
Q108117 = {
 
recoveries = "recovered"
 
},
 
-- Napa County
 
Q108137 = {
 
recoveries = "recovered"
 
},
 
-- San Francisco
 
Q62 = {
 
deaths = "totalDeaths",
 
},
 
-- San Mateo County
 
Q108101 = {},
 
-- Santa Clara County
 
Q110739 = {
 
cases2 = "undatedCases",
 
},
 
-- Solano County
 
Q108083 = {
 
recoveries = "recovered",
 
},
 
-- Sonoma County
 
Q108067 = {
 
recoveries = "recovered",
 
}
 
},
 
notesByRegion = {
 
-- Alameda County
 
Q107146 = "Including cases in the City of Berkeley, which are reported by the Berkeley Public Health Division.",
 
},
 
 
columnNotes = {
 
columnNotes = {
 
cases = "Cumulative cases reported by each county's health department. Cases reported are those of county residents, including those who tested positive elsewhere in California.",
 
cases = "Cumulative cases reported by each county's health department. Cases reported are those of county residents, including those who tested positive elsewhere in California.",

Revision as of 18:20, 9 August 2020

Documentation for this module may be created at Module:Medical cases data/San Francisco Bay Area/doc

return {
	caption = "[[COVID-19 pandemic in the San Francisco Bay Area|COVID-19 pandemic medical cases in the San Francisco Bay Area]] by [[List of counties in California|county]]",
	regionTerm = "Counties",
	regionNamePattern = "(.+) County",
	populationDate = "2019-07-01",
	columnNotes = {
		cases = "Cumulative cases reported by each county's health department. Cases reported are those of county residents, including those who tested positive elsewhere in California.",
		recoveries = "Counties differ in what they consider to be a recovery.",
	},
	regions = {
		{entity = "Q92341065", columns = {cases2 = "undatedCases"}},
		{entity = "Q94259368", columns = {cases = "AC_CumulCases", deaths = "AC_CumulDeaths"}, note = "Including cases in the City of Berkeley, which are reported by the Berkeley Public Health Division."},
		{entity = "Q94259528", columns = {deaths = "totalDeaths"}},
		{entity = "Q94259539"},
		{entity = "Q94259388", columns = {recoveries = "recovered"}},
		{entity = "Q94259450", columns = {recoveries = "recovered"}},
		{entity = "Q94259483", columns = {recoveries = "recovered"}},
		{entity = "Q94259574", columns = {recoveries = "recovered"}},
		{entity = "Q94259570", columns = {recoveries = "recovered"}},
	}
}