MD COVID-19 Total Currently Hospitalized Adult and Pediatric Acute and ICU
<b>NOTE:</b> This dataset is no longer being updated as of 4/27/2023.
It is retired and no longer included in public COVID-19 data dissemination.
See this link for more information
https://imap.maryland.gov/pages/covid-data
<b>Summary</b>
The daily occupancy number of COVID-19 designated hospital beds in Maryland.
<b>Description</b>
The MD COVID-19 - Total Currently Hospitalized - Acute and ICU data layer is a collection of the statewide cumulative total of individuals who tested positive for COVID-19 that have been reported each day via CRISP as currently occupying a COVID-19 bed in a Maryland hospital facility. MD COVID-19 - Total Currently Hospitalized comprises four subsets: Adult Acute Care Beds, Adult ICU Beds Pediatrics Acute Care Beds and Pediatrics ICU Care Beds.
<b>Terms of Use</b>
The Spatial Data, and the information therein, (collectively the "Data") is provided "as is" without warranty of any kind, either expressed, implied, or statutory. The user assumes the entire risk as to quality and performance of the Data. No guarantee of accuracy is granted, nor is any responsibility for reliance thereon assumed. In no event shall the State of Maryland be liable for direct, indirect, incidental, consequential or special damages of any kind. The State of Maryland does not accept liability for any damages or misrepresentation caused by inaccuracies in the Data or as a result to changes to the Data, nor is there responsibility assumed to maintain the Data in any manner or form. The Data can be freely distributed as long as the metadata entry is not modified or deleted. Any data derived from the Data must acknowledge the State of Maryland in the metadata.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"opendata-maryland-gov/md-covid19-total-currently-hospitalized-adult-and-5dbi-7wz2\".\"md_covid19_total_currently_hospitalized_adult_and\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.