Enum Questionnaire.QuestionnaireItemType

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      ATTACHMENT
      Question with binary content such as an image, PDF, etc.
      BOOLEAN
      Question with a yes/no answer (valueBoolean).
      CHOICE
      Question with a Coding drawn from a list of possible answers (specified in either the answerOption property, or via the valueset referenced in the answerValueSet property) as an answer (valueCoding).
      DATE
      Question with a date answer (valueDate).
      DATETIME
      Question with a date and time answer (valueDateTime).
      DECIMAL
      Question with is a real number answer (valueDecimal).
      DISPLAY
      Text for display that will not capture an answer or have child items.
      GROUP
      An item with no direct answer but should have at least one child item.
      INTEGER
      Question with an integer answer (valueInteger).
      NULL
      added to help the parsers with the generic types
      OPENCHOICE
      Answer is a Coding drawn from a list of possible answers (as with the choice type) or a free-text entry in a string (valueCoding or valueString).
      QUANTITY
      Question with a combination of a numeric value and unit, potentially with a comparator (<, >, etc.) as an answer.
      QUESTION
      An item that defines a specific answer to be captured, and which may have child items.
      REFERENCE
      Question with a reference to another resource (practitioner, organization, etc.) as an answer (valueReference).
      STRING
      Question with a short (few words to short sentence) free-text entry answer (valueString).
      TEXT
      Question with a long (potentially multi-paragraph) free-text entry answer (valueString).
      TIME
      Question with a time (hour:minute:second) answer independent of date.
      URL
      Question with a URL (website, FTP site, etc.) answer (valueUri).