eHealth Infrastructure
2.3.0 - release

eHealth Infrastructure - Local Development build (v2.3.0). See the Directory of published versions

: Questionnaire Item Control - JSON Representation

Active as of 2021-09-10

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "ehealth-questionnaire-item-control",
  "text" : {
    "status" : "extensions",
    "div" : "<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>"
  },
  "url" : "http://ehealth.sundhed.dk/vs/questionnaire-item-control",
  "version" : "2.3.0",
  "name" : "QuestionnaireItemControl",
  "title" : "Questionnaire Item Control",
  "status" : "active",
  "experimental" : true,
  "date" : "2021-09-10",
  "publisher" : "Systematic | Trifork",
  "contact" : [
    {
      "name" : "Systematic | Trifork",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://ehealth.sundhed.dk"
        }
      ]
    }
  ],
  "description" : "Questionnaire Item Control value set.",
  "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"
          }
        ]
      }
    ]
  }
}