Hospital Beds Per US State

Source Notebook

Time series data for number of beds per US state for 1000 inhabitants by ownership type

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. Ownership types are state/local government, non-profit, for-profit, and total (figures may not sum to totals due to rounding). Data include staffed beds for community hospitals, which represent 85% of hospitals. Numbers are given in beds per 1 000 inhabitants.

Examples

Basic Examples

Get the first entry from the dataset:

In[1]:=
ResourceData[\!\(\*
TagBox[
RowBox[{"ResourceObject", "[", "\"\<Hospital Beds Per US State\>\"", "]"}],
#& ,
BoxID -> "ResourceTag-Hospital Beds Per US State-Input",
AutoDelete->True]\)][[1]]
Out[1]=

Visualizations

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

In[2]:=
DateListPlot[ResourceData[\!\(\*
TagBox[
RowBox[{"ResourceObject", "[", "\"\<Hospital Beds Per US State\>\"", "]"}],
#& ,
BoxID -> "ResourceTag-Hospital Beds Per US State-Input",
AutoDelete->True]\)][[1, 5]]]
Out[2]=

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

In[3]:=
BarChart[#, ChartLabels -> CommonName@Keys@#, Sequence[
   BarOrigin -> Left, PlotTheme -> "Business", AspectRatio -> 1.5]] &@
 Sort@Normal@ResourceData[\!\(\*
TagBox[
RowBox[{"ResourceObject", "[", "\"\<Hospital Beds Per US State\>\"", "]"}],
#& ,
BoxID -> "ResourceTag-Hospital Beds Per US State-Input",
AutoDelete->True]\)][GroupBy["Location"], Total, #TotalBedsPer1000Inhabitants["LastValue"] &]
Out[3]=

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

In[4]:=
GeoRegionValuePlot[
 DeleteCases[
  Normal[{#["Location"], #["TotalBedsPer1000Inhabitants"][
       "LastValue"]} & /@ ResourceData[\!\(\*
TagBox[
RowBox[{"ResourceObject", "[", "\"\<Hospital Beds Per US State\>\"", "]"}],
#& ,
BoxID -> "ResourceTag-Hospital Beds Per US State-Input",
AutoDelete->True]\)]], {Entity["Country", "UnitedStates"], _}]]
Out[4]=

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

In[5]:=
DateListPlot[ResourceData[\!\(\*
TagBox[
RowBox[{"ResourceObject", "[", "\"\<Hospital Beds Per US State\>\"", "]"}],
#& ,
BoxID -> "ResourceTag-Hospital Beds Per US State-Input",
AutoDelete->True]\)][GroupBy["Location"], Total, #TotalBedsPer1000Inhabitants &]]
Out[5]=

Wolfram Research, "Hospital Beds Per US State" from the Wolfram Data Repository (2020)  

Data Resource History

Source Metadata

Data Downloads

Publisher Information