Name | Description | Type | Additional information |
---|---|---|---|
provider_unique_id |
The unique id associated with the participant as assigned by the provider's back-end systems. The provider_unique_id OR mobilehelp_device_id is required. |
string |
None. |
mobilehelp_device_id |
The MobileHelp Device ID assigned to the participant. |
string |
None. |
schedule_id |
The unique id associated with TouchPoint instance. When posting a result using a question_id, the schedule_id is required unless the question_id corresponds to a vital sign/special type question (weight, blood pressure, oxygen saturation, etc.). |
integer |
None. |
question_id |
The unique id associated with question as assigned by TouchPointCare. Either question_id OR question_type is required. |
integer |
None. |
question_type |
The type of question when importing vitals using the following format:
|
string |
None. |
result_value |
The numeric value/result of the data. Do not inlude the units (i.e. for a 150 lb weight reading, the result_value should only display 150). |
string |
Required |
result_date |
The date/time of the result. Value should be in coordinated Universal Time (UTC) in the following format: YYYY-MM-DD HH:MM:DD:SS |
date |
Required |
reading_input_type |
The type of reading gathered. Possible Values:
|
string |
None. |