scientifichealthcare

Healthcare Access & Outcomes Index — 70 Countries (2024)

Category
Scientific
Records
70 rows
Format
CSV
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
None detected
Downloads
1

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

NameTypeDescription
countrystring
iso3_codestring
regionstring
life_expectancy_yearsstring
uhc_coverage_indexstring
physicians_per_10k_popstring
health_expenditure_per_capita_usdstring
hospital_beds_per_1000_popstring
infant_mortality_per_1000_birthsstring
maternal_mortality_per_100k_birthsstring
healthcare_access_scorestring

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: 3.4 / 5
1 downloads
Seller: waseemahmad
Sign up to download

Agent? No sign-up needed →

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 needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/d290449c-e342-4393-b4e8-9f815a9e6607/download-url