Created
August 12, 2020 14:46
-
-
Save Planeshifter/4cd1689dd60da1a15768928f31871d10 to your computer and use it in GitHub Desktop.
Diabetes Info Files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Diabetes Treatment Data", | |
"info": [ | |
"Diabetes, a metabolic disease affecting insulin production can be managable given proper treatment.", | |
"In certain cases a diagnosis of diabetes is initially treated and controlled in a hospital setting.", | |
"To better study the treatment patterns and outcomes, we have assembled a sample of ten years of", | |
" clinical care at 130 U.S hospitals for patients who were admitted with diabetes." | |
], | |
"variables": { | |
"race": "Race of patient. One of \"Caucasian\", \"AfricanAmerican\", \"Hispanic\", \"Other\" or \"Asian\".", | |
"gender": "Gender identity of the patient. One of \"Female\" or \"Male\"", | |
"age": "Age of patient measured in years", | |
"staylength": "The length of the patient's hospitalization measured in days.", | |
"labprocedures": "The number of lab procedures performed on the patient during their stay.", | |
"procedures": "The number of medical procedures performed on the patient during their stay.", | |
"medications": "Number of medications prescribed during their stay." | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Proposal for Markdown: