Wolfram Research

OECD Data: Hospital Beds Per Country

Source Notebook

OECD time series data for number of beds for 1000 inhabitants

Details

The number of beds that are maintained, staffed and immediately available for use provides a measure of the resources available for delivering services to inpatients in hospitals. Total hospital beds include curative care beds, rehabilitative care beds, long-term care beds and other beds in hospitals. Their numbers are presented as a total and for curative (acute) care and psychiatric care. They are measured in number of beds per 1 000 inhabitants.

Examples

Basic Examples

Get the last entry from the dataset:

In[1]:=
ResourceData[
ResourceObject["OECD Data: Hospital Beds Per Country"]][Last]
Out[2]=

Visualizations

Plot the time series of the total number of beds per 1000 inhabitants in United States:

In[3]:=
DateListPlot[ResourceData[
ResourceObject["OECD Data: Hospital Beds Per Country"]][Last, 4]]
Out[4]=

Compare the last available value of total number of beds per 1000 inhabitants by country:

In[5]:=
BarChart[#, ChartLabels -> CommonName@Keys@#, Sequence[
   BarOrigin -> Left, PlotTheme -> "Business", AspectRatio -> 1.5]] &@
 Sort@Normal@ResourceData[
ResourceObject["OECD Data: Hospital Beds Per Country"]][
    GroupBy["Country"], Total, #TotalBedsPer1000Inhabitants["LastValue"] &]
Out[5]=

Show on map the last available value of total number of beds per 1000 inhabitants by country:

In[6]:=
GeoRegionValuePlot[ResourceData[
ResourceObject["OECD Data: Hospital Beds Per Country"]][
  GroupBy["Country"], Total, #TotalBedsPer1000Inhabitants["LastValue"] &]]
Out[6]=

Show all time series of the total number of beds per 1000 inhabitants:

In[7]:=
DateListPlot[ResourceData[
ResourceObject["OECD Data: Hospital Beds Per Country"]][
  GroupBy["Country"], Total, #TotalBedsPer1000Inhabitants &]]
Out[7]=

Compare the last available value of number of acute beds per 1000 inhabitants by country:

In[8]:=
BarChart[Sort[<|
   MapAt[#["LastValue"] &, Normal[DeleteMissing[ResourceData[
ResourceObject["OECD Data: Hospital Beds Per Country"]][
       All, #Country -> #AcuteBedsPer1000Inhabitants &]]], {All, 2}]|>], Sequence[
 ChartLabels -> Automatic, AspectRatio -> 1.5, BarOrigin -> Left]]
Out[8]=

Wolfram Research, "OECD Data: Hospital Beds Per Country" from the Wolfram Data Repository (2020) 

Data Resource History

Source Metadata

Data Downloads

Publisher Information