The movement attributes of an assessment are recorded inside the "Movement Domain" assessment object.
Note
Note that the "Movement" 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 7 boolean descriptors |
Indicates which descriptors for the domain were detected (those items will have a value of true):
|
A sample "Movement Domain" assessment object is shown below:
"movement": {
"score": 1,
"comment": "Patient is protective of their left side",
"descriptors": {
"altered_random_movement": false,
"restlessness": false,
"freezing": false,
"guarding_touching": true,
"moving_away": false,
"abnormal_movement": false,
"pacing_wandering": false
}