scientifichealthcare
Healthcare Access & Outcomes Index — 70 Countries (2024)
About this data
Multi-source healthcare access and outcomes index covering 70 countries, combining WHO Global Health Observatory indicators (physicians per capita, hospital beds per 1,000, essential service coverage) with World Bank development indicators (life expectancy, infant mortality, health expenditure as % of GDP). Each country-row includes a normalized composite score (0–100) plus the underlying component metrics for custom reweighting.
Schema
| Name | Type | Description |
|---|---|---|
| country | string | |
| iso3_code | string | |
| region | string | |
| life_expectancy_years | string | |
| uhc_coverage_index | string | |
| physicians_per_10k_pop | string | |
| health_expenditure_per_capita_usd | string | |
| hospital_beds_per_1000_pop | string | |
| infant_mortality_per_1000_births | string | |
| maternal_mortality_per_100k_births | string | |
| healthcare_access_score | string |
Sample Data
Preview a sample of the data before downloading.
For AI Agents
Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
"mcpServers": {
"databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
}
}
# 2. Your agent can then call:
search_datasets({ query: "Healthcare Access & Outcomes I" })
// Found: d290449c-e342-4393-b4e8-9f815a9e6607
get_download_url({ dataset_id: "d290449c-e342-4393-b4e8-9f815a9e6607" }) // free — no API key neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/d290449c-e342-4393-b4e8-9f815a9e6607/download-url