FHIR IG analytics| Package | hl7.fhir.uv.xver-r3.r5 |
| Resource Type | ValueSet |
| Id | ValueSet-R3-questionnaire-item-control-for-R5.json |
| FHIR Version | R5 |
| Source | http://hl7.org/fhir/uv/xver-r3.r5/0.0.1-snapshot-2/ValueSet-R3-questionnaire-item-control-for-R5.html |
| URL | http://hl7.org/fhir/3.0/ValueSet/R3-questionnaire-item-control-for-R5 |
| Version | 0.0.1-snapshot-2 |
| Status | active |
| Date | 2025-09-01T22:35:57.541253+10:00 |
| Name | R3_questionnaire_item_control_for_R5 |
| Title | Cross-version VS for R3.Questionnaire Item UI Control Codes for use in FHIR R5 |
| Realm | uv |
| Authority | hl7 |
| Description | This cross-version ValueSet represents concepts from http://hl7.org/fhir/ValueSet/questionnaire-item-control|3.0.2 for use in FHIR R5. Concepts not present here have direct `equivalent` mappings crossing all versions from R3 to R5. |
No resources found
| CodeSystem | |
| questionnaire-item-control | Questionnaire Item UI Control Codes System |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet R3-questionnaire-item-control-for-R5
This value set expansion contains 22 concepts.
| Code | System | Display | Definition |
| list | http://hl7.org/fhir/questionnaire-item-control | List | Questions within the group should be listed sequentially |
| footer | http://hl7.org/fhir/questionnaire-item-control | Footer | The group is to be continuously visible at the bottom of the questionnaire. Footer must be a top-level item and must not be marked as repeating, but need not be the last item in a Questionnaire. There can be at most one group of type 'header' in a Questionnaire. |
| inline | http://hl7.org/fhir/questionnaire-item-control | In-line | Display item is rendered as a paragraph in a sequential position between sibling items (default behavior) |
| unit | http://hl7.org/fhir/questionnaire-item-control | Unit | Display item is rendered adjacent (horizontally or vertically) to the answer space for the parent question, typically to indicate a unit of measure. Deprecation Note - The display element of the http://hl7.org/fhir/StructureDefinition/questionnaire-unit should be used instead. |
| upper | http://hl7.org/fhir/questionnaire-item-control | Upper-bound | Display item is rendered 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' |
| help | http://hl7.org/fhir/questionnaire-item-control | Help-Button | Display item is rendered 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 display item is nested within) |
| autocomplete | http://hl7.org/fhir/questionnaire-item-control | Auto-complete | A 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. |
| check-box | http://hl7.org/fhir/questionnaire-item-control | Check-box | A 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. Commonly useful for repeating items of type constrained by answerOption, answerValueset or answerExpression, however can also be used for boolean (if the checkbox is a 3-state control that allows 'unanswered' as a possibility). |
| radio-button | http://hl7.org/fhir/questionnaire-item-control | Radio Button | A 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. Used for non-repeating items with 'closed' answerOption, answerValueset or answerExpression constraints. Can also be used for boolean so long as there is a button for 'unanswered' or it's possible to deselect all items. |
| spinner | http://hl7.org/fhir/questionnaire-item-control | Spinner | A control where a list of numeric or other ordered values can be scrolled through via arrows. |
| question | http://hl7.org/fhir/questionnaire-item-control | UI controls relevant to capturing question data | |
| table | http://hl7.org/fhir/questionnaire-item-control | Table | Questions within the group are rows in the table with possible answers as columns. Used for 'choice' questions. The questions within a group marked with this controlType SHALL provide an enumerated list of options and SHOULD refer to the same set of options, same value set or same expression. In the case of a 'sparse' table where some options aren't available for some questions, the order of the answers in the table is not defined and some rendering tools may refuse to display the group as a table. |
| header | http://hl7.org/fhir/questionnaire-item-control | Header | The group is to be continuously visible at the top of the questionnaire. Header must be a top-level item and must not be marked as repeating, but need not be the first item in the Questionnaire. There can be at most one group of type 'header' in a Questionnaire. |
| group | http://hl7.org/fhir/questionnaire-item-control | UI controls relevant to organizing groups of questions | |
| prompt | http://hl7.org/fhir/questionnaire-item-control | Prompt | Text is displayed immediately below or within the answer-entry area of the containing question item (typically as a guide for what to enter). Deprecation Note - Use the http://hl7.org/fhir/StructureDefinition/entryFormat extension instead. |
| lower | http://hl7.org/fhir/questionnaire-item-control | Lower-bound | Display item is rendered 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 disagree' |
| flyover | http://hl7.org/fhir/questionnaire-item-control | Fly-over | Display item is temporarily visible over top of an item if the mouse is positioned over top of the text for the containing item |
| text | http://hl7.org/fhir/questionnaire-item-control | ||
| drop-down | http://hl7.org/fhir/questionnaire-item-control | Drop down | A control where an item (or multiple items) can be selected from a list that is only displayed when the user is editing the field. This control is best used for small-to-medium sized lists of options that can reasonably be scanned and selected in a drop-down control. If the list of options is managed by ValueSet, the designer should be confident that the set of codes will both be fully available and appropriately sized. For larger lists, the autocomplete control is more appropriate. |
| lookup | http://hl7.org/fhir/questionnaire-item-control | Lookup | A 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. |
| slider | http://hl7.org/fhir/questionnaire-item-control | Slider | A 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. |
| text-box | http://hl7.org/fhir/questionnaire-item-control | Text Box | A control where a user can type in their answer freely. |
{
"resourceType": "ValueSet",
"id": "R3-questionnaire-item-control-for-R5",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 0
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fhir"
},
{
"extension": [
{
"url": "packageId",
"valueId": "hl7.fhir.uv.xver-r3.r5"
},
{
"url": "version",
"valueString": "0.0.1-snapshot-2"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/package-source"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use",
"_valueCode": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/3.0/ImplementationGuide/hl7.fhir.uv.xver-r3.r5"
}
]
}
}
],
"url": "http://hl7.org/fhir/3.0/ValueSet/R3-questionnaire-item-control-for-R5",
"version": "0.0.1-snapshot-2",
"name": "R3_questionnaire_item_control_for_R5",
"title": "Cross-version VS for R3.Questionnaire Item UI Control Codes for use in FHIR R5",
"status": "active",
"experimental": false,
"date": "2025-09-01T22:35:57.541253+10:00",
"publisher": "FHIR Infrastructure",
"contact": [
{
"name": "FHIR Infrastructure",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/fiwg"
}
]
}
],
"description": "This cross-version ValueSet represents concepts from http://hl7.org/fhir/ValueSet/questionnaire-item-control|3.0.2 for use in FHIR R5. Concepts not present here have direct `equivalent` mappings crossing all versions from R3 to R5.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"version": "3.0.2",
"concept": [
{
"code": "list",
"display": "List"
},
{
"code": "footer",
"display": "Footer"
},
{
"code": "inline",
"display": "In-line"
},
{
"code": "unit",
"display": "Unit"
},
{
"code": "upper",
"display": "Upper-bound"
},
{
"code": "help",
"display": "Help-Button"
},
{
"code": "autocomplete",
"display": "Auto-complete"
},
{
"code": "check-box",
"display": "Check-box"
},
{
"code": "radio-button",
"display": "Radio Button"
},
{
"code": "spinner",
"display": "Spinner"
},
{
"code": "question"
},
{
"code": "table",
"display": "Table"
},
{
"code": "header",
"display": "Header"
},
{
"code": "group"
},
{
"code": "prompt",
"display": "Prompt"
},
{
"code": "lower",
"display": "Lower-bound"
},
{
"code": "flyover",
"display": "Fly-over"
},
{
"code": "text"
},
{
"code": "drop-down",
"display": "Drop down"
},
{
"code": "lookup",
"display": "Lookup"
},
{
"code": "slider",
"display": "Slider"
},
{
"code": "text-box",
"display": "Text Box"
}
]
}
]
},
"expansion": {
"timestamp": "2025-09-01T22:35:57.541237+10:00",
"contains": [
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"version": "3.0.2",
"code": "list",
"display": "List"
},
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"version": "3.0.2",
"code": "footer",
"display": "Footer"
},
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"version": "3.0.2",
"code": "inline",
"display": "In-line"
},
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"version": "3.0.2",
"code": "unit",
"display": "Unit"
},
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"version": "3.0.2",
"code": "upper",
"display": "Upper-bound"
},
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"version": "3.0.2",
"code": "help",
"display": "Help-Button"
},
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"version": "3.0.2",
"code": "autocomplete",
"display": "Auto-complete"
},
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"version": "3.0.2",
"code": "check-box",
"display": "Check-box"
},
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"version": "3.0.2",
"code": "radio-button",
"display": "Radio Button"
},
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"version": "3.0.2",
"code": "spinner",
"display": "Spinner"
},
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"version": "3.0.2",
"code": "question"
},
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"version": "3.0.2",
"code": "table",
"display": "Table"
},
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"version": "3.0.2",
"code": "header",
"display": "Header"
},
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"version": "3.0.2",
"code": "group"
},
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"version": "3.0.2",
"code": "prompt",
"display": "Prompt"
},
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"version": "3.0.2",
"code": "lower",
"display": "Lower-bound"
},
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"version": "3.0.2",
"code": "flyover",
"display": "Fly-over"
},
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"version": "3.0.2",
"code": "text"
},
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"version": "3.0.2",
"code": "drop-down",
"display": "Drop down"
},
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"version": "3.0.2",
"code": "lookup",
"display": "Lookup"
},
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"version": "3.0.2",
"code": "slider",
"display": "Slider"
},
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"version": "3.0.2",
"code": "text-box",
"display": "Text Box"
}
]
}
}