The device
table contains instances of health data captured on mobile devices.
Table Schema
Name |
Type
|
Description |
personid |
VARCHAR |
Internal identifier to specify a unique instance of a person. This column is used to partition data tables in the Bulk Data API and should be included on all table joins. Use personid to join to tables in other models within the Bulk Data API.
|
devicekey |
VARCHAR |
Unique identifier. Devices used to access MyFHR or any of its associated platforms.
|
platform |
VARCHAR |
The type of device used, Example values: android, iphone, web.
|
type |
VARCHAR |
The type of device used, generally corresponding to the device parser at https://github.com/faisalman/ua-parser-js. When the type is not available, the device is presumed to be a desktop.
|
visitorkey |
VARCHAR |
The visitor associated with this device. While device information stored is associated with the visitor ID, it should not be expected that every visitor has some device data associated with their visit.
|
Back to Overview of the RKStudio Model