This dataset includes deidentified data on patients receiving artesunate through the National Artesunate for Severe Malaria Program from April- December 2019.
This dataset contains the data from the case report form only.
Please see the links below for the other datasets and the attached document 'Guide to NASMP Datasets':
Data from Case Report Form- https://data.cdc.gov/Global-Health/National-Artesunate-for-Severe-Malaria-Program-Cas/igaz-icki
Data on Artesunate Dosing- https://data.cdc.gov/dataset/National-Artesunate-for-Severe-Malaria-Program-Art/qan4-gt4k
Data on Microscopy (Parasitemia values)- https://data.cdc.gov/Global-Health/National-Artesunate-for-Severe-Malaria-Program-Mic/v2k9-ctv4
All data can be easily linked using the ParticipantID field, a unique ID number assigned to each participant.
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 \"cdc-gov/national-artesunate-for-severe-malaria-program-g3k9-gyw7\".\"national_artesunate_for_severe_malaria_program\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.