emotional_health

Post a new emotional health activity

post/patients/{patient_id}/emotional_health

Path parameters

patient_idinteger required

Request body

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

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 request

{
  "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"
}

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