Created
January 1, 2018 20:38
-
-
Save rajvansia/10c272697c07316554c4f7690bf4954d to your computer and use it in GitHub Desktop.
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
{ | |
"birth_date": "2001-01-13", | |
"gender": "male", | |
"id": "np-2", | |
"measures": { | |
"blood_pressure": [ | |
{ | |
"diastolic": { | |
"time": "2007-12-14T08:38:11Z", | |
"unit": "mmHg", | |
"value": 70 | |
}, | |
"systolic": { | |
"time": "2007-12-14T08:38:11Z", | |
"unit": "mmHg", | |
"value": 124 | |
} | |
}, | |
{ | |
"diastolic": { | |
"time": "2007-12-14T09:39:32Z", | |
"unit": "mmHg", | |
"value": 67 | |
}, | |
"systolic": { | |
"time": "2007-12-14T09:39:32Z", | |
"unit": "mmHg", | |
"value": 120 | |
} | |
} | |
], | |
"eating_status": null, | |
"heart_rate": [ | |
{ | |
"time": "2007-12-14T08:31:22Z", | |
"unit": "bpm", | |
"value": 99 | |
}, | |
{ | |
"time": "2007-12-14T09:30:22Z", | |
"unit": "bpm", | |
"value": 105 | |
} | |
], | |
"mental_status": null, | |
"pulse_ox": [ | |
{ | |
"time": "2007-12-14T08:32:11Z", | |
"unit": "%O2", | |
"value": 91.4 | |
}, | |
{ | |
"time": "2007-12-14T09:35:32Z", | |
"unit": "%O2", | |
"value": 103.2 | |
} | |
], | |
"respiratory_rate": [ | |
{ | |
"time": "2007-12-14T08:39:11Z", | |
"unit": "resp/min", | |
"value": 40 | |
}, | |
{ | |
"time": "2007-12-14T09:40:32Z", | |
"unit": "resp/min", | |
"value": 39 | |
} | |
], | |
"temperature": [ | |
{ | |
"time": "2007-12-14T08:38:11Z", | |
"unit": "C", | |
"value": 38.1 | |
}, | |
{ | |
"time": "2007-12-14T09:39:32Z", | |
"unit": "C", | |
"value": 38 | |
} | |
] | |
}, | |
"mrn": "50239183", | |
"name": "Jon Doe", | |
"status": { | |
"diastolic_bp": 68.5, | |
"eating_status": null, | |
"heart_rate": 102.0, | |
"indicators": [ | |
"heart rate > 100", | |
"respiratory rate > 24", | |
"temperature > 37.7" | |
], | |
"mental_status": null, | |
"pulse_ox": 97.30000000000001, | |
"respiratory_rate": 39.5, | |
"stable": "No", | |
"systolic_bp": 122.0, | |
"temperature": 38.05 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment