emotional_health

Get a list of emotional health of a patient

get/patients/{patient_id}/emotional_health_data

Path parameters

patient_idinteger required

Query parameters

date_sincestring
date_untilstring

Response

successful operation

associationstring nullable

association of emotional health

emotional_health_activity_typestring nullable

selected activity type of emotional health

emotional_health_datestring required

calendar date in format YYYY-MM-DD

emotional_health_timestring required

time in format hh:mm:ss

idinteger required
kindstring nullable

kind of emotional health

labelstring nullable

label of emotional health

notestring nullable

note that can be added to provide additional description Max 1024 char

sourcestring nullable

source of emotional health data

source_idstring nullable

id of emotional health from source

valencestring nullable

valence of emotional health

Example response

[
  {
    "association": "breathing",
    "emotional_health_activity_type": "breathing",
    "emotional_health_date": "2019-01-02",
    "emotional_health_time": "17:30:00",
    "kind": "breathing",
    "label": "breathing",
    "valence": "breathing"
  }
]

Changes