The body attributes of an assessment are recorded inside the "Body Domain" assessment domain object.
Note that the "Body" domain object is part of the "Assessment Data" object - see Managing Assessments
V2 Item
|
Type
|
Description
|
---|---|---|
score | Mandatory integer |
The number of descriptors that were detected for the domain. Will equal the sum of the descriptors set to true in the domain. |
comment | Optional String | A comment on the assessment of the domain |
descriptors |
Mandatory Object containing 6 boolean descriptors |
Indicates which descriptors for the domain were detected (those items will have a value of true):
|
A sample "Body Domain" assessment object is shown below:
"body": {
"comment": "Sweating was really noticeable today",
"score": 2,
"descriptors": {
"profuse_sweating": true,
"pale_flushed": false,
"feverish_cold": false,
"rapid_breathing": false,
"painful_injuries": false,
"painful_conditions": true
}
}