STU 3 Ballot

This page is part of the FHIR Specification (v1.6.0: STU 3 Ballot 4). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4B R4 R3

4.3.1.509 Value Set http://hl7.org/fhir/ValueSet/questionnaire-item-control

This is a value set defined at http://www.hl7.org/Special/committees/patientcare .

Summary

Defining URL:http://hl7.org/fhir/ValueSet/questionnaire-item-control
Name:Questionnaire Item UI Control Codes
Definition:Starter set of user interface control/display mechanisms that might be used when rendering an item in a questionnaire.
Committee:Patient Care Work Group
OID:2.16.840.1.113883.4.642.2.509 (for OID based terminology systems)
Source ResourceXML / JSON

This value set is used in the following places:

4.3.1.509.1 Content Logical Definition


This value set includes codes from the following code systems:

 

4.3.1.509.2 Expansion

This expansion generated 11 Aug 2016


This value set contains 19 concepts

All codes from system http://hl7.org/fhir/questionnaire-item-control

CodeDisplayDefinition
groupUI controls relevant to organizing groups of questions
  listListQuestions within the group should be listed sequentially
  tableTableQuestions within the group are rows in the table with possible answers as columns
  headerHeaderThe group is to be continuously visible at the top of the questionnaire
  footerFooterThe group is to be continuously visible at the bottom of the questionnaire
textUI controls relevant to rendering questionnaire text items
  inlineIn-lineText is displayed as a paragraph in a sequential position between sibling items (default behavior)
  promptPromptText is displayed immediately below or within the answer-entry area of the containing question item (typically as a guide for what to enter)
  unitUnitText is displayed adjacent (horizontally or vertically) to the answer space for the parent question, typically to indicate a unit of measure
  lowerLower-boundText is displayed to the left of the set of answer choices or a scaling control for the parent question item to indicate the meaning of the 'lower' bound. E.g. 'Strongly diagree'
  upperUpper-boundText is displayed to the right of the set of answer choices or a scaling control for the parent question item to indicate the meaning of the 'upper' bound. E.g. 'Strongly agree'
  flyoverFly-overText is temporarily visible over top of an item if the mouse is positioned over top of the text for the containing item
  helpHelp-ButtonText is displayed in a dialog box or similar control if invoked by pushing a button or some other UI-appropriate action to request 'help' for a question, group or the questionnaire as a whole (depending what the text is nested within)
questionUI controls relevant to capturing question data
  autocompleteAuto-completeA control which provides a list of potential matches based on text entered into a control. Used for large choice sets where text-matching is an appropriate discovery mechanism.
  drop-downDrop downA control where an item (or multiple items) can be selected from a list that is only displayed when the user is editing the field.
  check-boxCheck-boxA control where choices are listed with a box beside them. The box can be toggled to select or de-select a given choice. Multiple selections may be possible.
  lookupLookupA control where editing an item spawns a separate dialog box or screen permitting a user to navigate, filter or otherwise discover an appropriate match. Useful for large choice sets where text matching is not an appropriate discovery mechanism. Such screens must generally be tuned for the specific choice list structure.
  radio-buttonRadio ButtonA control where choices are listed with a button beside them. The button can be toggled to select or de-select a given choice. Selecting one item deselects all others.
  sliderSliderA control where an axis is displayed between the high and low values and the control can be visually manipulated to select a value anywhere on the axis.
  spinnerSpinnerA control where a list of numeric or other ordered values can be scrolled through via arrows.
  text-boxText BoxA control where a user can type in their answer freely.

 

See the full registry of value sets defined as part of FHIR.


Explanation of the columns that may appear on this page:

LevelA few code lists that FHIR defines are hierarchical - each code is assigned a level. In this scheme, some codes are under other codes, and imply that the code they are under also applies
SourceThe source of the definition of the code (when the value set draws in codes defined elsewhere)
CodeThe code (used as the code in the resource instance)
DisplayThe display (used in the display element of a Coding). If there is no display, implementers should not simply display the code, but map the concept into their application
DefinitionAn explanation of the meaning of the concept
CommentsAdditional notes about how to use the code