Methicillin-resistant Staphylococcus aureus (MRSA) bloodstream infection rates in patients while in hospital
Methicillin-resistant Staphylococcus aureus (MRSA) bloodstream infection rates while in hospital are measured and monitored by infection prevention and control staff as a means to evaluate the effectiveness of their infection control protocols. MRSA rates are calculated by dividing the number of clostridium difficile infections by the total number of patient days. This rate is then multiplied by 10,000 to make a standard MRSA infection rate for each reporting period. The rate is reported per 10,000 patient days. The Canadian benchmark MRSA rate is included in the dataset. Data fields include: Year, Quarter, Health Authority, Health Authority Zone, MRSA Rate, Canadian benchmark.
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 \"novascotia-ca/methicillinresistant-staphylococcus-aureus-mrsa-fhgh-hs5y\".\"methicillinresistant_staphylococcus_aureus_mrsa\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.