• Description
  • Intensivist Workforce
  • Med-Surg ICU Beds
knitr::opts_knit$set(root.dir = 'F:/Side Projects 2019/AHA Data/Data')
knitr::opts_chunk$set(echo = F, warning = F)
library(leaflet)
library(dplyr)
library(ggplot2)
library(knitr)

Description

The American Hospital Survey is an annual survey of enumerating the structure, resources and personnel of US hospitals. The survey is completed by a hospital representative and the 2017 survey form can be viewed here. Below are some sample statististics on hospitals’ resources for intensive care from the 2017 survey.

Datasets Construction

Select button on the right to expand code.

Intensivist Workforce

Histogram of the total number of privileged intensivists for each reporting hospital.

Select each circle to see a popup of the hospital and datapoint.

Privileged Intensivists
050100150200250

NA
Leaflet | © OpenStreetMap contributors, CC-BY-SA

Med-Surg ICU Beds

The total number of medical-surgical ICU beds per each hospital as enumerated in the survey.

Select each circle to see a popup of the hospital and datapoint.

Med-Surg ICU Beds
020406080100120140160180

NA
Leaflet | © OpenStreetMap contributors, CC-BY-SA