{
  "resourceType": "CodeSystem",
  "id": "symptom-checker-questionnaire-item-type",
  "url": "https://duodecim.fi/fhir/stu3/CodeSystem/symptom-checker-questionnaire-item-type",
  "version": "1.0",
  "name": "SymptomCheckerQuestionnaireItemType",
  "title": "Code System Expanded Questionnaire Item Types",
  "status": "active",
  "experimental": false,
  "date": "2020-02-26",
  "publisher": "Kustannus Oy Duodecim",
  "description": "Expanded item types to use for Symptom Checker Questionnaires.",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "feedback",
      "display": "feedback",
      "definition": "Feedback type. An item that should be shown to the user with increased visual priority."
    },
    {
      "code": "subtitle",
      "display": "subtitle",
      "definition": "Subtitle type. An item used for dividing up long groups of questions."
    },
    {
      "code": "terminus",
      "display": "terminus",
      "definition": "Terminating feedback type. If this item type is displayed, it will display urgent information to the user and the form is to be considered finished."
    }
  ]
}