Extensions for Using Data Elements from FHIR DSTU2 in FHIR R4B
0.1.0 - STU International flag

Extensions for Using Data Elements from FHIR DSTU2 in FHIR R4B - Downloaded Version null See the Directory of published versions

CodeSystem: questionnaire-question-control

Official URL: http://hl7.org/fhir/questionnaire-question-control Version: 1.0.2
Standards status: Trial-use Maturity Level: 0 Computable Name: questionnaire-question-control

This Code system is referenced in the content logical definition of the following value sets:

Properties

This code system defines the following properties for its concepts

NameCodeURIType
status status http://hl7.org/fhir/concept-properties#status code
Inactive inactive http://hl7.org/fhir/concept-properties#inactive boolean
effectiveDate effectiveDate http://hl7.org/fhir/concept-properties#effectiveDate dateTime
deprecationDate deprecationDate http://hl7.org/fhir/concept-properties#deprecationDate dateTime
retirementDate retirementDate http://hl7.org/fhir/concept-properties#retirementDate dateTime
Not Selectable notSelectable http://hl7.org/fhir/concept-properties#notSelectable boolean
Parent parent http://hl7.org/fhir/concept-properties#parent code
Child child http://hl7.org/fhir/concept-properties#child code
partOf partOf http://hl7.org/fhir/concept-properties#partOf code
synonym synonym http://hl7.org/fhir/concept-properties#synonym code
comment comment http://hl7.org/fhir/concept-properties#comment string
itemWeight itemWeight http://hl7.org/fhir/concept-properties#itemWeight decimal

Concepts

This case-sensitive code system http://hl7.org/fhir/questionnaire-question-control defines the following codes:

CodeDisplayDefinition
autocomplete 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.
drop-down 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.
check-box 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.
lookup 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.
radio-button 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.
slider 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.
spinner Spinner A control where a list of numeric or other ordered values can be scrolled through via arrows.
text-box Text Box A control where a user can type in their answer freely.