The activity attributes of an assessment are recorded inside the "Activity Domain" assessment domain object.
Note
Note that the "Activity" 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 4 boolean descriptors |
Indicates which descriptors for the domain were detected (those items will have a value of true):
|
A sample "Activity Domain" assessment object is shown below:
"activity": { "comment": null, "score": 1, "descriptors": { "resisting_care": false, "prolonged_resting": false, "altered_sleep": true, "altered_routine": false } }