Path
Questionnaire.item
Id
Questionnaire.item
Type
Cardinality
0 - *
Definition
A particular question, question grouping or display text that is part of the questionnaire.
Comment
The content of the questionnaire is constructed from an ordered, hierarchical collection of items.
Constraint
All FHIR elements must have a @value or children
Group items must have nested items when Questionanire is complete
Groups should have items
Display items cannot have child items
Display items cannot have a "code" asserted
A question cannot have both answerOption and answerValueSet
Only coding, decimal, integer, date, dateTime, time, string or quantity items can have answerOption or answerValueSet
Required and repeat aren't permitted for display items
Initial values can't be specified for groups or display items
Read-only can't be specified for "display" items
Maximum length can only be declared for simple question types
If one or more answerOption is present, initial cannot be present. Use answerOption.initialSelected instead
If there are more than one enableWhen, enableBehavior must be specified
Can only have multiple initial values for repeating items
Can only have answerConstraint if answerOption or answerValueSet are present. (This is a warning because extensions may serve the same purpose)