DSTU2

This page is part of the FHIR Specification (v1.0.2: DSTU 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Valueset-questionnaire-question-control.xml

Raw XML (canonical form)

Definition for Value SetQuestionnaire Question UI Control Codes

<ValueSet xmlns="http://hl7.org/fhir">
  <id value="questionnaire-question-control"/>
  <meta>
    <lastUpdated value="2015-10-24T07:41:03.495+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 Question UI Control Codes</h2>
      <p>Starter set of user interface controls that might be used when capturing data from Questionnaire
         questions.</p>
      <p>This value set has an inline code system http://hl7.org/fhir/questionnaire-question-control,
         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>autocomplete
            <a name="autocomplete"> </a>
          </td>
          <td>Auto-complete</td>
          <td>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.</td>
        </tr>
        <tr>
          <td>drop-down
            <a name="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>check-box
            <a name="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>
        <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.428"/>
  </extension>
  <url value="http://hl7.org/fhir/ValueSet/questionnaire-question-control"/>
  <version value="1.0.2"/>
  <name value="Questionnaire Question UI Control Codes"/>
  <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-10-24T07:41:03+11:00"/>
  <description value="Starter set of user interface controls that might be used when capturing data from Questionnaire
   questions."/>
  <codeSystem>
    <extension url="http://hl7.org/fhir/StructureDefinition/valueset-oid">
      <valueUri value="urn:oid:2.16.840.1.113883.4.642.1.428"/>
    </extension>
    <system value="http://hl7.org/fhir/questionnaire-question-control"/>
    <caseSensitive value="true"/>
    <concept>
      <code value="autocomplete"/>
      <display value="Auto-complete"/>
      <definition value="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."/>
    </concept>
    <concept>
      <code value="drop-down"/>
      <display value="Drop down"/>
      <definition value="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."/>
    </concept>
    <concept>
      <code value="check-box"/>
      <display value="Check-box"/>
      <definition value="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."/>
    </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.