Questions are the main source of information exchange between patients and XUND
Model definition
|
Property name |
Property type |
Property description |
|---|---|---|
|
|
string |
Question’s identifier |
|
|
string (localized HTML text) |
Text to show to patient |
|
|
boolean |
Indicator whether the question can be skipped |
|
|
boolean |
Indicator whether the question was already answered |
|
|
Defines question’s basic behavior. See type’s page for further information |
|
|
|
Defines question’s purpose in checks. It can be used to build advanced UI. See type’s page for further information |
|
|
|
Includes additional |
|
|
|
string? |
In case of TEXT type questions this regex can be used for patient-entered input client-side validation. It has value only if type is TEXT |
|
|
https://xund.atlassian.net/wiki/spaces/PUB/pages/115212784/Question#OptionList-model-definition? |
The list of selectable answers. Has value only in case of SINGLE_SELECT and EXTENDING type questions |
|
|
Information about the check’s progress |
OptionList model definition
|
Property name |
Property type |
Property description |
|---|---|---|
|
count |
number (integer) |
Count of options matching the filter |
|
values |
list of options to select |