Skip to content

Physicians by county and administering ministry (public sector)

Number of physicians per county in Romania's public health sector, split by the institution administering them (Ministry of Health, public health directorates, local councils, transport and justice ministries). Source: Ministerul Sănătății via data.gov.ro.

Endpoint GET /v1/health/physicians
Export GET /v1/health/physicians/export?format=csv\|ndjson
Dataset id physicians
Domain health
Rows 42
Source data.gov.ro CKAN package personalul-medico-sanitar-din-romania

Columns

All columns are filterable, sortable, and selectable — see Querying & filtering.

Column Type Notes
row_number integer required
county string required
physician_count integer
health_ministry_count integer
public_health_directorate_count integer
local_council_count integer
transport_ministry_count integer
justice_ministry_count integer

Example request

curl -H "Authorization: Bearer $API_KEY" "https://api.canovix.ro/v1/health/physicians?limit=2"
page = client.get("/v1/health/physicians", params={"limit": 2}).json()
const page = await (await fetch(`${BASE}/v1/health/physicians?limit=2`, { headers })).json();

Response:

{
  "data": [
    {
      "row_number": 1,
      "county": "Alba",
      "physician_count": 593,
      "health_ministry_count": 15,
      "public_health_directorate_count": 175,
      "local_council_count": 389,
      "transport_ministry_count": 0,
      "justice_ministry_count": 3
    },
    {
      "row_number": 2,
      "county": "Arad",
      "physician_count": 819,
      "health_ministry_count": 24,
      "public_health_directorate_count": 280,
      "local_council_count": 493,
      "transport_ministry_count": 3,
      "justice_ministry_count": 2
    }
  ],
  "pagination": {
    "total": 42,
    "count": 2,
    "limit": 2,
    "offset": 0,
    "has_next": true,
    "next_offset": 2
  },
  "meta": {
    "api_version": "v1",
    "dataset": "physicians",
    "domain": "health",
    "source": "https://data.gov.ro/dataset/personalul-medico-sanitar-din-romania",
    "last_updated": "2026-07-21T15:57:20Z",
    "generated_at": "2026-07-31T08:48:44Z"
  },
  "links": {
    "self": "/v1/health/physicians?limit=2",
    "next": "/v1/health/physicians?limit=2&offset=2",
    "prev": null,
    "first": "/v1/health/physicians?limit=2&offset=0",
    "last": "/v1/health/physicians?limit=2&offset=40",
    "documentation": "/documentation/datasets/physicians/"
  }
}

Provenance

Latest ingestion (version 1): 42 rows imported, 35 quarantined, from numrul-medicilor-pe-judee-i-ministere-din-sectorul-public-numrul-medicilor-pe-ministere-macroreg.xls (SHA-256 e37bbd45d154…) on 2026-07-21.

Full provenance — checksums, pipeline version, timings — is live at /v1/datasets/{id}.