Difference between revisions of "Module:Medical cases data/San Francisco Bay Area"
Jump to navigation
Jump to search
blackwiki>Mxn |
blackwiki>Mxn |
||
| Line 41: | Line 41: | ||
} | } | ||
}, | }, | ||
| + | notesByRegion = { | ||
| + | -- Alameda County | ||
| + | Q107146 = "Including cases in the City of Berkeley, which are reported by the Berkeley Public Health Division.", | ||
| + | }, | ||
| + | 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.", | ||
| + | } | ||
} | } | ||
Revision as of 09:27, 1 June 2020
Documentation for this module may be created at Module:Medical cases data/San Francisco Bay Area/doc
return {
outbreakItem = "Q94050008",
regionTerm = "Counties",
regionNamePattern = "(.+) County",
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 = {
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.",
}
}