This page is part of the FHIR Specification (v1.1.0: STU 3 Ballot 1). 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
This is a frozen snapshot of the FHIR specification created for the purpose of balloting the GAO implementation Guide. It includes draft changes that may be part of the future DSTU 2.1 release but further change is expected. Readers should focus solely on the GAO implementation content, and FHIR DSTU 2 for other purposes.
Definition for Value SetQuestionnaire Text Categories
<ValueSet xmlns="http://hl7.org/fhir"> <id value="questionnaire-display-category"/> <meta> <lastUpdated value="2015-12-03T09:57:31.744+11:00"/> <profile value="http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"/> </meta> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"> <h2>Questionnaire Text Categories</h2> <p>Codes defining the purpose of a Questionnaire item of type 'text'.</p> <p>This value set has an inline code system http://hl7.org/fhir/questionnaire-display-category, which defines the following codes:</p> <table class="codes"> <tr> <td> <b>Code</b> </td> <td> <b>Display</b> </td> <td> <b>Definition</b> </td> </tr> <tr> <td>instructions <a name="instructions"> </a> </td> <td>Instructions</td> <td>The text provides guidances on how to populate or use a portion of the questionnaire (or the questionnaire as a whole).</td> </tr> <tr> <td>units <a name="units"> </a> </td> <td>Units</td> <td>The text indicates the units of measure associated with the parent question.</td> </tr> <tr> <td>security <a name="security"> </a> </td> <td>Security</td> <td>The text provides guidance on how the information should be or will be handled from a security/confidentiality/access control perspective when completed</td> </tr> <tr> <td>lookup <a name="lookup"> </a> </td> <td>Lookup</td> <td>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.</td> </tr> <tr> <td>radio-button <a name="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>slider <a name="slider"> </a> </td> <td>Slider</td> <td>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.</td> </tr> <tr> <td>spinner <a name="spinner"> </a> </td> <td>Spinner</td> <td>A control where a list of numeric or other ordered values can be scrolled through via arrows.</td> </tr> <tr> <td>text-box <a name="text-box"> </a> </td> <td>Text Box</td> <td>A control where a user can type in their answer freely.</td> </tr> </table> </div> </text> <extension url="http://hl7.org/fhir/StructureDefinition/valueset-oid"> <valueUri value="urn:oid:2.16.840.1.113883.4.642.2.0"/> </extension> <url value="http://hl7.org/fhir/ValueSet/questionnaire-display-category"/> <version value="1.1.0"/> <name value="Questionnaire Text Categories"/> <status value="draft"/> <experimental value="true"/> <publisher value="HL7 International - Patient Care WG"/> <contact> <telecom> <system value="other"/> <value value="http://www.hl7.org/Special/committees/patientcare"/> </telecom> </contact> <date value="2015-12-03T09:57:31+11:00"/> <description value="Codes defining the purpose of a Questionnaire item of type 'text'."/> <codeSystem> <extension url="http://hl7.org/fhir/StructureDefinition/valueset-oid"> <valueUri value="urn:oid:2.16.840.1.113883.4.642.1.0"/> </extension> <system value="http://hl7.org/fhir/questionnaire-display-category"/> <caseSensitive value="true"/> <concept> <code value="instructions"/> <display value="Instructions"/> <definition value="The text provides guidances on how to populate or use a portion of the questionnaire (or the questionnaire as a whole)."/> </concept> <concept> <code value="units"/> <display value="Units"/> <definition value="The text indicates the units of measure associated with the parent question."/> </concept> <concept> <code value="security"/> <display value="Security"/> <definition value="The text provides guidance on how the information should be or will be handled from a security/confidentiality/access control perspective when completed"/> </concept> <concept> <code value="lookup"/> <display value="Lookup"/> <definition value="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."/> </concept> <concept> <code value="radio-button"/> <display value="Radio Button"/> <definition value="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."/> </concept> <concept> <code value="slider"/> <display value="Slider"/> <definition value="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."/> </concept> <concept> <code value="spinner"/> <display value="Spinner"/> <definition value="A control where a list of numeric or other ordered values can be scrolled through via arrows."/> </concept> <concept> <code value="text-box"/> <display value="Text Box"/> <definition value="A control where a user can type in their answer freely."/> </concept> </codeSystem> </ValueSet>
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.