Skip to content

Instantly share code, notes, and snippets.

@rajvansia
Created January 1, 2018 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rajvansia/10c272697c07316554c4f7690bf4954d to your computer and use it in GitHub Desktop.
Save rajvansia/10c272697c07316554c4f7690bf4954d to your computer and use it in GitHub Desktop.
{
"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