FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/ehealth-questionnaire-item-control

Packagedk.ehealth.sundhed.fhir.ig.core
TypeValueSet
Idehealth-questionnaire-item-control
FHIR VersionR4
Sourcehttp://ehealth.sundhed.dk/fhir/https://build.fhir.org/ig/fut-infrastructure/implementation-guide/ValueSet-ehealth-questionnaire-item-control.html
URLhttp://ehealth.sundhed.dk/vs/questionnaire-item-control
Version3.5.1
Statusactive
Date2021-09-10
NameQuestionnaireItemControl
TitleQuestionnaire Item Control
Realmdk
DescriptionQuestionnaire Item Control value set.

Resources that use this resource

StructureDefinition
ehealth-questionnaireehealth-questionnaire

Resources that this resource uses

CodeSystem
questionnaire-item-controlQuestionnaire Item UI Control Codes
questionnaire-item-controlQuestionnaire Item UI Control Codes System
questionnaire-item-controlQuestionnaire Item UI Control Codes System

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Værdisæt ehealth-questionnaire-item-control

  • Include these codes as defined in http://hl7.org/fhir/questionnaire-item-control
    CodeDisplayDefinition
    drop-downDrop downA control where an item (or multiple items) can be selected from a list that is only displayed when the user is editing the field. This control is best used for small-to-medium sized lists of options that can reasonably be scanned and selected in a drop-down control. If the list of options is managed by ValueSet, the designer should be confident that the set of codes will both be fully available and appropriately sized. For larger lists, the autocomplete control is more appropriate.
    radio-buttonRadio ButtonA 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. Used for non-repeating items with 'closed' answerOption, answerValueset or answerExpression constraints. Can also be used for boolean so long as there is a button for 'unanswered' or it's possible to deselect all items.
    check-boxCheck-boxA 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. Commonly useful for repeating items of type constrained by answerOption, answerValueset or answerExpression, however can also be used for boolean (if the checkbox is a 3-state control that allows 'unanswered' as a possibility).
    sliderSliderA 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.

Source

{
  "resourceType": "ValueSet",
  "id": "ehealth-questionnaire-item-control",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ehealth.sundhed.dk/vs/questionnaire-item-control",
  "version": "3.5.1",
  "name": "QuestionnaireItemControl",
  "title": "Questionnaire Item Control",
  "status": "active",
  "experimental": true,
  "date": "2021-09-10",
  "publisher": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
  "contact": [
    {
      "name": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
      "telecom": [
        {
          "system": "url",
          "value": "http://ehealth.sundhed.dk"
        }
      ]
    }
  ],
  "description": "Questionnaire Item Control value set.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/questionnaire-item-control",
        "concept": [
          {
            "code": "drop-down",
            "display": "Drop down"
          },
          {
            "code": "radio-button",
            "display": "Radio Button"
          },
          {
            "code": "check-box",
            "display": "Check-box"
          },
          {
            "code": "slider",
            "display": "Slider"
          }
        ]
      }
    ]
  }
}