Data Resource

Hospital Beds by Country

Historical data on acute, psychiatric, and total hospital beds per 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

Retrieve data for a single country:

In[1]:=
ResourceData[
ResourceObject[
CloudObject[
   "https://www.wolframcloud.com/obj/alanj/DeployedResources/Data/\
Hospital-Beds-by-Country"]]][Entity["Country", "Chile"]]
Out[1]=

Visualizations

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

In[2]:=
DateListPlot[ResourceData[
ResourceObject[
CloudObject[
    "https://www.wolframcloud.com/obj/alanj/DeployedResources/Data/\
Hospital-Beds-by-Country"]]][Entity["Country", "UnitedStates"], "TotalBedsPer1000Inhabitants"]]
Out[2]=

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

In[3]:=
BarChart[KeyMap[CommonName, Normal@Sort@Map[#["LastValue"] &, ResourceData[
ResourceObject[
CloudObject[
        "https://www.wolframcloud.com/obj/alanj/DeployedResources/\
Data/Hospital-Beds-by-Country"]]][All, "TotalBedsPer1000Inhabitants"]]], ChartLabels -> Automatic, BarOrigin -> Left, AspectRatio -> 2]
Out[3]=

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

In[4]:=
GeoRegionValuePlot[ResourceData[
ResourceObject[
CloudObject[
    "https://www.wolframcloud.com/obj/alanj/DeployedResources/Data/\
Hospital-Beds-by-Country"]]][
  All, #TotalBedsPer1000Inhabitants["LastValue"] &]]
Out[4]=

Source Metadata

Publisher Information