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

name
QuestionnaireItemType
package
hl7.fhir.r4.examples@4.0.1
content
complete
status
draft
date
2019-10-31 22:29:23.0

QuestionnaireItemType

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

codedisplaydefinitionhierarchy
groupGroup
An item with no direct answer but should have at least one child item....
displayDisplay
Text for display that will not capture an answer or have child items....
questionQuestion
An item that defines a specific answer to be captured, and which may have child items. (the answer p...
booleanBoolean
Question with a yes/no answer (valueBoolean)....
decimalDecimal
Question with is a real number answer (valueDecimal)....
integerInteger
Question with an integer answer (valueInteger)....
dateDate
Question with a date answer (valueDate)....
dateTimeDate Time
Question with a date and time answer (valueDateTime)....
timeTime
Question with a time (hour:minute:second) answer independent of date. (valueTime)....
stringString
Question with a short (few words to short sentence) free-text entry answer (valueString)....
textText
Question with a long (potentially multi-paragraph) free-text entry answer (valueString)....
urlUrl
Question with a URL (website, FTP site, etc.) answer (valueUri)....
choiceChoice
Question with a Coding drawn from a list of possible answers (specified in either the answerOption p...
open-choiceOpen Choice
Answer is a Coding drawn from a list of possible answers (as with the choice type) or a free-text en...
attachmentAttachment
Question with binary content such as an image, PDF, etc. as an answer (valueAttachment)....
referenceReference
Question with a reference to another resource (practitioner, organization, etc.) as an answer (value...
quantityQuantity
Question with a combination of a numeric value and unit, potentially with a comparator (<, >, etc.) ...