This page is part of the FHIR Specification (v1.0.0: DSTU 2 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Definition for Value SetQuestionnaire Question UI Control Codes
{ "resourceType": "ValueSet", "id": "questionnaire-question-control", "meta": { "lastUpdated": "2015-09-01T14:38:48.206+10:00", "profile": [ "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" ] }, "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid", "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.428" } ], "url": "http://hl7.org/fhir/ValueSet/questionnaire-question-control", "version": "1.0.0", "name": "Questionnaire Question UI Control Codes", "status": "draft", "experimental": true, "publisher": "HL7 International - Patient Care WG", "contact": [ { "telecom": [ { "system": "other", "value": "http://www.hl7.org/Special/committees/patientcare" } ] } ], "date": "2015-09-01T14:38:48+10:00", "description": "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": "urn:oid:2.16.840.1.113883.4.642.1.428" } ], "system": "http://hl7.org/fhir/questionnaire-question-control", "caseSensitive": true, "concept": [ { "code": "autocomplete", "display": "Auto-complete", "definition": "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" }, { "code": "drop-down", "display": "Drop down", "definition": "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" }, { "code": "check-box", "display": "Check-box", "definition": "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" }, { "code": "lookup", "display": "Lookup", "definition": "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" }, { "code": "radio-button", "display": "Radio Button", "definition": "A control where choices are listed with a button beside them. The box can be toggled to select or de-select a given choice. Selecting one item deselects all others" }, { "code": "slider", "display": "Slider", "definition": "A control where an axis is displayed between the high and low values and the control can be visiually manipulated to select a value anywhere on the axis" }, { "code": "spinner", "display": "Spinner", "definition": "A control where a list of numeric or other ordered values can be scrolled through via arrows" }, { "code": "text-box", "display": "Text Box", "definition": "A control where a user can type in their answer freely" } ] } }
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.