http://hl7.org/fhir/questionnaire-item-control|4.0.1

name
QuestionnaireItemUIControlCodes
package
hl7.fhir.r4.core@4.0.1
content
complete
status
draft

Questionnaire Item UI Control Codes

Starter set of user interface control/display mechanisms that might be used when rendering an item in a questionnaire.

codedisplaydefinitionhierarchy
group
UI controls relevant to organizing groups of questions...
listList
Questions within the group should be listed sequentially...
tableVertical Answer Table
Questions within the group are rows in the table with possible answers as columns. Used for 'choice...
htableHorizontal Answer Table
Questions within the group are columns in the table with possible answers as rows. Used for 'choice...
gtableGroup Table
Questions within the group are columns in the table with each group repetition as a row. Used for s...
atableAnswer Table
This table has one row - for the question. Permitted answers are columns. Used for choice question...
headerHeader
The group is to be continuously visible at the top of the questionnaire...
footerFooter
The group is to be continuously visible at the bottom of the questionnaire...
text
UI controls relevant to rendering questionnaire text items...
inlineIn-line
Text is displayed as a paragraph in a sequential position between sibling items (default behavior)...
promptPrompt
Text is displayed immediately below or within the answer-entry area of the containing question item ...
unitUnit
Text is displayed adjacent (horizontally or vertically) to the answer space for the parent question,...
lowerLower-bound
Text is displayed to the left of the set of answer choices or a scaling control for the parent quest...
upperUpper-bound
Text is displayed to the right of the set of answer choices or a scaling control for the parent ques...
flyoverFly-over
Text is temporarily visible over top of an item if the mouse is positioned over top of the text for ...
helpHelp-Button
Text is displayed in a dialog box or similar control if invoked by pushing a button or some other UI...
question
UI controls relevant to capturing question data...
autocompleteAuto-complete
A control which provides a list of potential matches based on text entered into a control. Used for...
drop-downDrop down
A control where an item (or multiple items) can be selected from a list that is only displayed when ...
check-boxCheck-box
A control where choices are listed with a box beside them. The box can be toggled to select or de-s...
lookupLookup
A control where editing an item spawns a separate dialog box or screen permitting a user to navigate...
radio-buttonRadio Button
A control where choices are listed with a button beside them. The button can be toggled to select o...
sliderSlider
A control where an axis is displayed between the high and low values and the control can be visually...
spinnerSpinner
A control where a list of numeric or other ordered values can be scrolled through via arrows....
text-boxText Box
A control where a user can type in their answer freely....