← Eistland

Eistnesk heilsugagnasöfn

GET /estonian-health/datasets

Skráðu allar available health data schemas and tables from TEHIK (Health and Welfare Information Systems Centre). Inniheldur COVID-19, vaccination, and flu datasets.

Dæmi um fyrirspurnir

Grunnnotkun
curl https://nordapi.ee/api/v1/estonian-health/datasets

Lifandi svar

{
  "data": {
    "schemas": [
      {
        "description": "COVID-19 data for Estonia (from 2023/2024 season)",
        "name": "covid19",
        "tables": [
          "opendata_covid19_hospitalization",
          "opendata_covid19_infections_county_agegroup_gender",
          "opendata_covid19_mt_daily_vaccination_vaccine_agegroup",
          "opendata_covid19_riskgroup_vaccination_season_location_agegroup",
          "opendata_covid19_vaccination_season_location_agegroup_gender"
        ]
      },
      {
        "description": "General vaccination data for Estonia",
        "name": "vaccination",
        "tables": [
          "opendata_vaccination_county_agegroup_gender",
          "opendata_vaccination_vaccine_abbr_description",
          "opendata_vaccination_vaccine_abbr_population_location_coverage"
        ]
      },
      {
        "description": "Seasonal flu vaccination data",
        "name": "flu",
        "tables": [
          "opendata_flu_vaccination_location_agegroup"
        ]
      }
    ]
  },
  "success": true
}