Created
May 12, 2021 12:08
-
-
Save joelgarciajr84/f885ed89a2974631bf4db2ae73b026b8 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
{ | |
"patient_data": { | |
"id": 964649461164164, | |
"name": "Marsellus Wallace", | |
"age": 55 | |
}, | |
"date_range": { | |
"from": "2020-10-20", | |
"to": "2020-10-22" | |
}, | |
"metrics": [ | |
{ | |
"metric_id": 1, | |
"datetime": "2020-10-20 17:07:21", | |
"blood_pressure": 75, | |
"o2_saturation": 155, | |
"fc": 175 | |
}, | |
{ | |
"metric_id": 2, | |
"datetime": "2020-06-21 06:05:57", | |
"blood_pressure": 139, | |
"o2_saturation": 115, | |
"fc": 91 | |
}, | |
{ | |
"metric_id": 3, | |
"datetime": "2020-08-06 18:57:42", | |
"blood_pressure": 85, | |
"o2_saturation": 111, | |
"fc": 133 | |
}, | |
{ | |
"metric_id": 4, | |
"datetime": "2020-10-30 11:56:27", | |
"blood_pressure": 95, | |
"o2_saturation": 106, | |
"fc": 156 | |
}, | |
{ | |
"metric_id": 5, | |
"datetime": "2020-12-04 20:21:17", | |
"blood_pressure": 96, | |
"o2_saturation": 194, | |
"fc": 94 | |
}, | |
{ | |
"metric_id": 6, | |
"datetime": "2020-09-07 21:52:17", | |
"blood_pressure": 88, | |
"o2_saturation": 143, | |
"fc": 56 | |
}, | |
{ | |
"metric_id": 7, | |
"datetime": "2020-06-11 02:42:38", | |
"blood_pressure": 144, | |
"o2_saturation": 115, | |
"fc": 74 | |
}, | |
{ | |
"metric_id": 8, | |
"datetime": "2020-07-06 15:35:39", | |
"blood_pressure": 159, | |
"o2_saturation": 103, | |
"fc": 194 | |
}, | |
{ | |
"metric_id": 9, | |
"datetime": "2021-04-22 14:36:20", | |
"blood_pressure": 106, | |
"o2_saturation": 194, | |
"fc": 165 | |
}, | |
{ | |
"metric_id": 10, | |
"datetime": "2021-03-01 02:00:27", | |
"blood_pressure": 200, | |
"o2_saturation": 62, | |
"fc": 55 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment