Advertisement
hasancse1991

Untitled

Mar 23rd, 2020
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.42 KB | None | 0 0
  1. [
  2.     {
  3.         "timeline_item_type": "measurement_task",
  4.         "mtype": "blood_pressure",
  5.         "task_id": 2001,
  6.         "start_date": "2020-02-01T10:00:00.000000Z",
  7.         "due_date": "2020-02-01T12:00:00.000000Z",
  8.         "end_date": "2020-02-01T12:10:00.000000Z",
  9.         "is_done": true,
  10.         "is_missed": true,
  11.         "measurements": [
  12.             {
  13.                 "mid": 1,
  14.                 "ctime": "2020-02-01T10:30:01.000000Z",
  15.                 "alert_level": "GREEN",
  16.                 "values": {
  17.                     "component": [
  18.                         {
  19.                             "code": {
  20.                                 "coding": [
  21.                                     {
  22.                                         "code": "systolic"
  23.                                     }
  24.                                 ]
  25.                             },
  26.                             "valueQuantity": {
  27.                                 "value": 149.64389162882992,
  28.                                 "unit": "mmHg"
  29.                             }
  30.                         },
  31.                         {
  32.                             "code": {
  33.                                 "coding": [
  34.                                     {
  35.                                         "code": "diastolic"
  36.                                     }
  37.                                 ]
  38.                             },
  39.                             "valueQuantity": {
  40.                                 "value": 106.78179536808875,
  41.                                 "unit": "mmHg"
  42.                             }
  43.                         }
  44.                     ],
  45.                     "notes": [
  46.                         {
  47.                             "time": "2020-02-01 08:41:02.365846",
  48.                             "text": "This is a comment/annotation"
  49.                         }
  50.                     ]
  51.                 }
  52.             },
  53.             {
  54.                 "mid": 2,
  55.                 "ctime": "2020-02-01T11:30:02.000000Z",
  56.                 "alert_level": "RED",
  57.                 "values": {
  58.                     "code": {
  59.                         "coding": [
  60.                             {
  61.                                 "code": "blood_glucose"
  62.                             }
  63.                         ]
  64.                     },
  65.                     "valueQuantity": {
  66.                         "value": 11.863299622639252,
  67.                         "unit": "mmol/L"
  68.                     }
  69.                 }
  70.             }
  71.         ]
  72.     },
  73.     {
  74.         "timeline_item_type": "measurement_task",
  75.         "mtype": "pulse",
  76.         "task_id": 2002,
  77.         "start_date": "2020-02-01T00:00:00.000000Z",
  78.         "due_date": "2020-02-01T20:00:00.000000Z",
  79.         "end_date": "2020-02-01T20:10:00.000000Z",
  80.         "is_done": true,
  81.         "is_missed": true,
  82.         "measurements": [
  83.             {
  84.                 "mid": 3,
  85.                 "ctime": "2020-02-01T12:00:00.000000Z",
  86.                 "values": {
  87.                     "code": {
  88.                         "coding": [
  89.                             {
  90.                                 "code": "pulse"
  91.                             }
  92.                         ]
  93.                     },
  94.                     "valueQuantity": {
  95.                         "value": 66.73308218457154,
  96.                         "unit": "BPM"
  97.                     }
  98.                 },
  99.                 "alert_level": null
  100.             }
  101.         ]
  102.     }
  103. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement