# WHO Global Health Observatory (GHO) mappings — connector `who` (id = this file name). # Every code below was verified on 2026-09-11 against https://ghoapi.azureedge.net/api/Indicator and the data endpoint # (see docs/sources-research.md §5). `params` become OData `$filter` clauses (Dim1/Dim2/Dim3 = SEX / AGEGROUP / …); # each combination was checked to yield ONE row per (country, year). Inline WHO mappings for life-expectancy, # healthy-life-expectancy, physicians-per-1000 and obesity-prevalence live in indicators.yaml. # WB carries the same series for most of these (priority 1) → WHO is the fallback at priority 2. sources: - {indicator: smoking-prevalence, dataset: GHO, code: M_Est_tob_curr, params: {Dim1: SEX_BTSX}, priority: 2, notes: "Estimate of current tobacco use prevalence (%), age-standardised, 15+. Includes projections to 2030 (is_forecast)."} - {indicator: suicide-rate, dataset: GHO, code: SDGSUICIDE, params: {Dim1: SEX_BTSX, Dim2: AGEGROUP_YEARSALL}, priority: 2, notes: "Crude suicide rate per 100 000 population, both sexes, all ages."} - {indicator: infant-mortality-rate, dataset: GHO, code: MDG_0000000001, params: {Dim1: SEX_BTSX, Dim2: AGEGROUP_MONTHS0-11}, priority: 2, notes: "UN IGME infant mortality rate per 1 000 live births, both sexes."} - {indicator: under-5-mortality-rate, dataset: GHO, code: MDG_0000000007, params: {Dim1: SEX_BTSX, Dim2: AGEGROUP_YEARSUNDER5, Dim3: WEALTHQUINTILE_TOTL}, priority: 2, notes: "UN IGME under-five mortality rate per 1 000 live births, both sexes, all wealth quintiles."} - {indicator: maternal-mortality-ratio, dataset: GHO, code: MDG_0000000026, priority: 2, notes: "MMEIG maternal mortality ratio per 100 000 live births."} - {indicator: health-expenditure-pct-gdp, dataset: GHO, code: GHED_CHEGDP_SHA2011, priority: 2, notes: "Current health expenditure (CHE) as % of GDP, Global Health Expenditure Database (SHA 2011)."} - {indicator: safely-managed-water, dataset: GHO, code: WSH_WATER_SAFELY_MANAGED, params: {Dim1: RESIDENCEAREATYPE_TOTL}, priority: 2, notes: "JMP: population using safely managed drinking-water services (%), total (urban + rural)."} - {indicator: alcohol-consumption, dataset: GHO, code: SA_0000001688, params: {Dim1: SEX_BTSX}, priority: 2, notes: "Total alcohol per capita (15+) consumption in litres of pure alcohol, three-year average (SDG 3.5.2)."} - {indicator: measles-immunization, dataset: GHO, code: WHS8_110, priority: 2, notes: "MCV1 coverage among 1-year-olds (%), WUENIC. (WHS4_100 is DTP3, not measles.)"} - {indicator: dtp3-immunization, dataset: GHO, code: WHS4_100, priority: 2, notes: "DTP3 coverage among 1-year-olds (%), WUENIC."} - {indicator: nurses-per-1000, dataset: GHO, code: HWF_0006, priority: 2, transform: "x/10", notes: "Nursing and midwifery personnel per 10 000 population → per 1 000 (x/10)."} - {indicator: hospital-beds-per-1000, dataset: GHO, code: WHS6_102, priority: 2, transform: "x/10", notes: "Hospital beds per 10 000 population → per 1 000 (x/10)."} - {indicator: road-traffic-deaths, dataset: GHO, code: RS_198, priority: 2, notes: "Estimated road traffic death rate per 100 000 population (Global status report; one year per edition)."}