{
  "resourceType" : "ValueSet",
  "id" : "HealthAppQuestionnaireQuestionItemType",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet HealthAppQuestionnaireQuestionItemType</b></p><a name=\"HealthAppQuestionnaireQuestionItemType\"> </a><a name=\"hcHealthAppQuestionnaireQuestionItemType\"> </a><ul><li>Include these codes as defined in <code>http://hl7.org/fhir/questionnaire-item-type</code><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>attachment</td><td/></tr><tr><td>choice</td><td/></tr><tr><td>open-choice</td><td/></tr><tr><td>text</td><td/></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.bfarm.de/ValueSet/HealthAppQuestionnaireQuestionItemType",
  "version" : "3.1.0-TEST",
  "name" : "HealthAppQuestionnaireQuestionItemTypeVs",
  "title" : "HealthAppQuestionnaireQuestionItemType",
  "status" : "draft",
  "date" : "2026-05-30T08:09:28+02:00",
  "publisher" : "BfArM",
  "contact" : [{
    "name" : "BfArM",
    "telecom" : [{
      "system" : "url",
      "value" : "https://www.bfarm.de"
    }]
  }],
  "description" : "ValueSet for the item type of a HealthApp questionnaire question item. Restricts QuestionnaireItemType to text, choice, open-choice, and attachment.",
  "compose" : {
    "include" : [{
      "system" : "http://hl7.org/fhir/questionnaire-item-type",
      "concept" : [{
        "code" : "attachment"
      },
      {
        "code" : "choice"
      },
      {
        "code" : "open-choice"
      },
      {
        "code" : "text"
      }]
    }]
  }
}