Test Types
Athelas RPM Test Type Devices
Athelas RPM supports a variety of test type devices. A patient can be associated with up to 1 of each test type device. Below, you will find the details of these objects.
For example, the patient object returns a test type array. This is an array of test types the patient is signed up for.
Parameter | Description | Example |
---|---|---|
test_type | Type of test. One of [“BLOOD_PRESSURE”, “WEIGHT”, “GLUCOSE”] | BLOOD_PRESSURE |
frequency | The frequency of testing. One of “monthly, weekly” | monthly |
active | Whether or not the given test type is active (i.e. the patient should be getting reminders for this device). | true |
sim_device_id | The device id of the corresponding device. | 1982731923 |
tracking_number | The shipping tracking number. Usually fedex. | 2487687427 |
shipped_date | The date of shipment. | 2021-10-12 01:52:30.612685 |
shipping_status | What the current shipment status is. One of [ “PENDING_SHIPMENT”, “LABEL_CREATED”, “SHIPPED”, “DELIVERED” ] | PENDING_SHIPMENT |
Updated over 3 years ago