Baselight

Health Care Expenditure By Function

Eurostat code: hlth_sha11_hc ยท (1992 - 2023)

@eurostat.hlth_sha11_hc

Health Care Expenditure By Function - Unpivoted
@eurostat.hlth_sha11_hc.tidy

This table contains the same data as the raw table, but in a tidy format: time period values are unpivoted into rows under a single time_period column, making the dataset easier to analyze and visualize.

  • 698.61 KB
  • 160957 rows
  • 6 columns
freq

Freq

unit

Unit

icha11_hc

Icha11 Hc

geo

Geo

time_period

Time Period

value

Value

AnnualEuro per inhabitantCurative careGermany1992974.13
AnnualEuro per inhabitantInpatient curative careGermany1992488.16
AnnualEuro per inhabitantInpatient curative and rehabilitative careGermany1992553.34
AnnualEuro per inhabitantDay curative careGermany19922.47
AnnualEuro per inhabitantDay curative and rehabilitative careGermany19922.47
AnnualEuro per inhabitantOutpatient curative careGermany1992473.02
AnnualEuro per inhabitantGeneral outpatient curative careGermany1992127.59
AnnualEuro per inhabitantDental outpatient curative careGermany1992201.46
AnnualEuro per inhabitantSpecialised outpatient curative careGermany199298.08
AnnualEuro per inhabitantAll other outpatient curative care n.e.c.Germany199245.88

CREATE TABLE tidy (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "icha11_hc" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

Anyone who has the link will be able to view this.