2015 Methicillin-resistant Staphylococcus aureus (MRSA) bloodstream Events Table
Hospitals in Oregon report facility-wide Methicillin-resistant Staphylococcus aureus (MRSA) bloodstream LabID events as part of the mandatory reporting program. Hospital-onset MRSA bloodstream infections are reported in this table.
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 \"oregon-gov/2015-methicillinresistant-staphylococcus-aureus-rr72-wznt\".\"2015_methicillinresistant_staphylococcus_aureus\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.