draft
content: complete
1 value set

QuestionnaireItemType

http://hl7.org/fhir/item-type

Distinguishes groups from questions and display text and indicates data type for questions.

Official spec

Concepts (17)

CodeDisplayDefinition
groupGroupAn item with no direct answer but should have at least one child item.
displayDisplayText for display that will not capture an answer or have child items.
questionQuestionAn item that defines a specific answer to be captured, and which may have child items. (the answer provided in the QuestionnaireResponse should be of the defined datatype).
booleanBooleanQuestion with a yes/no answer (valueBoolean).
decimalDecimalQuestion with is a real number answer (valueDecimal).
integerIntegerQuestion with an integer answer (valueInteger).
dateDateQuestion with a date answer (valueDate).
dateTimeDate TimeQuestion with a date and time answer (valueDateTime).
timeTimeQuestion with a time (hour:minute:second) answer independent of date. (valueTime).
stringStringQuestion with a short (few words to short sentence) free-text entry answer (valueString).
textTextQuestion with a long (potentially multi-paragraph) free-text entry answer (valueString).
urlUrlQuestion with a URL (website, FTP site, etc.) answer (valueUri).
choiceChoiceQuestion 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).
open-choiceOpen ChoiceAnswer 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).
attachmentAttachmentQuestion with binary content such as an image, PDF, etc. as an answer (valueAttachment).
referenceReferenceQuestion with a reference to another resource (practitioner, organization, etc.) as an answer (valueReference).
quantityQuantityQuestion with a combination of a numeric value and unit, potentially with a comparator (<, >, etc.) as an answer. (valueQuantity) There is an extension 'http://hl7.org/fhir/StructureDefinition/questionnaire-unit' that can be used to define what unit should be captured (or the unit that has a ucum conversion from the provided unit).

Used by value sets