scientifichealthcare
Global Healthcare Access & Health Outcomes Index by Country — 2024
About this data
Multi-source healthcare index across 70 countries from WHO and World Bank data.
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: "Global Healthcare Access & Hea" })
// 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