eHealth Infrastructure - Local Development build (v2.10.0). See the Directory of published versions
: Questionnaire Item Control - XML Representation
Raw xml | Download
<ValueSet xmlns="http://hl7.org/fhir">
<id value="ehealth-questionnaire-item-control"/>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><ul><li>Include these codes as defined in <a href="http://hl7.org/fhir/R4/codesystem-questionnaire-item-control.html"><code>http://hl7.org/fhir/questionnaire-item-control</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-questionnaire-item-control.html#questionnaire-item-control-drop-down">drop-down</a></td><td>Drop down</td><td>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.</td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-questionnaire-item-control.html#questionnaire-item-control-radio-button">radio-button</a></td><td>Radio Button</td><td>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.</td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-questionnaire-item-control.html#questionnaire-item-control-check-box">check-box</a></td><td>Check-box</td><td>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.</td></tr></table></li></ul></div>
</text>
<url value="http://ehealth.sundhed.dk/vs/questionnaire-item-control"/>
<version value="2.10.0"/>
<name value="QuestionnaireItemControl"/>
<title value="Questionnaire Item Control"/>
<status value="active"/>
<experimental value="true"/>
<date value="2021-09-10"/>
<publisher value="Systematic | Trifork"/>
<contact>
<name value="Systematic | Trifork"/>
<telecom>
<system value="url"/>
<value value="http://ehealth.sundhed.dk"/>
</telecom>
</contact>
<description value="Questionnaire Item Control value set."/>
<compose>
<include>
<system value="http://hl7.org/fhir/questionnaire-item-control"/>
<concept>
<code value="drop-down"/>
<display value="Drop down"/>
</concept>
<concept>
<code value="radio-button"/>
<display value="Radio Button"/>
</concept>
<concept>
<code value="check-box"/>
<display value="Check-box"/>
</concept>
</include>
</compose>
</ValueSet>