QuestionnaireEnableWhen
A structured set of questions intended to guide the collection of answers from end-users. Questionnaires provide detailed control over order, presentation, phraseology and grouping to allow coherent, consistent data collection.
type QuestionnaireEnableWhen implements Element {
question: String
operator: String
answerBoolean: Boolean
answerDecimal: String
answerInteger: Int
answerDate: Date
answerDateTime: Date
answerTime: String
answerString: String
answerCoding: Coding
answerQuantity: Quantity
answerReference: Reference
modifierExtension: [Extension]
extension: [Extension]
id: String
}
Fields
QuestionnaireEnableWhen.question ● String scalar
The linkId for the question whose answer (or lack of answer) governs whether this item is enabled.
QuestionnaireEnableWhen.operator ● String scalar
Specifies the criteria by which the question is enabled.
QuestionnaireEnableWhen.answerBoolean ● Boolean scalar
A value that the referenced question is tested using the specified operator in order for the item to be enabled. (choose any one of answer*, but only one)
QuestionnaireEnableWhen.answerDecimal ● String scalar
A value that the referenced question is tested using the specified operator in order for the item to be enabled. (choose any one of answer*, but only one)
QuestionnaireEnableWhen.answerInteger ● Int scalar
A value that the referenced question is tested using the specified operator in order for the item to be enabled. (choose any one of answer*, but only one)
QuestionnaireEnableWhen.answerDate ● Date scalar
A value that the referenced question is tested using the specified operator in order for the item to be enabled. (choose any one of answer*, but only one)
QuestionnaireEnableWhen.answerDateTime ● Date scalar
A value that the referenced question is tested using the specified operator in order for the item to be enabled. (choose any one of answer*, but only one)
QuestionnaireEnableWhen.answerTime ● String scalar
A value that the referenced question is tested using the specified operator in order for the item to be enabled. (choose any one of answer*, but only one)
QuestionnaireEnableWhen.answerString ● String scalar
A value that the referenced question is tested using the specified operator in order for the item to be enabled. (choose any one of answer*, but only one)
QuestionnaireEnableWhen.answerCoding ● Coding object
A value that the referenced question is tested using the specified operator in order for the item to be enabled. (choose any one of answer*, but only one)
QuestionnaireEnableWhen.answerQuantity ● Quantity object
A value that the referenced question is tested using the specified operator in order for the item to be enabled. (choose any one of answer*, but only one)
QuestionnaireEnableWhen.answerReference ● Reference object
A value that the referenced question is tested using the specified operator in order for the item to be enabled. (choose any one of answer*, but only one)
QuestionnaireEnableWhen.modifierExtension ● [Extension] list object
May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
QuestionnaireEnableWhen.extension ● [Extension] list object
May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
QuestionnaireEnableWhen.id ● String scalar
Interfaces
Element interface
Base definition for all elements in a resource. If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions
Member Of
QuestionnaireItem object