Test Results

Each Athelas RPM test type is associated with a set of test results. Each of these are individual objects that can be queried via the 'View Test Results' endpoint. Below, you will find the parameters associated with a sample test result for each test type.

Here are how the test results appear when queried from the Athelas backend. For more information on test types, please refer to our test type documentation.

Blood Pressure Test

{
   "id": 10,
   "patient_id": 25,
   "test_type": "BLOOD_PRESSURE",
   "systolic": 120,
   "diastolic": 80,
   "units": "mmHg",
   "created_at": "2021-10-12 01:52:30.612685"
},

Weight Test

{
   "id": 11,
   "patient_id": 25,
   "test_type": "WEIGHT",
   "weight": 95,
   "units": "pounds",
   "created_at": "2021-10-12 01:52:30.612685"
}

Blood Glucose Test

{
   "id": 12,
   "patient_id": 25,
   "test_type": "GLUCOSE",
   "blood_glucose": "10",
   "units": "mmol/L",
   "created_at": "2021-10-12 01:52:30.612685"
}