QuestionnaireEnableWhenCreateInput
No description
input QuestionnaireEnableWhenCreateInput {
question: String!
operator: String!
answerBoolean: Boolean
answerDecimal: String
answerInteger: Int
answerDate: Date
answerDateTime: Date
answerTime: String
answerString: String
answerCoding: CodingCreateInput
answerQuantity: QuantityCreateInput
answerReference: ReferenceCreateInput
modifierExtension: [FhirExtensionCreateInput!]
extension: [FhirExtensionCreateInput!]
id: String
}
Fields
QuestionnaireEnableWhenCreateInput.question ● String! non-null scalar
The linkId for the question whose answer (or lack of answer) governs whether this item is enabled.
QuestionnaireEnableWhenCreateInput.operator ● String! non-null scalar
Specifies the criteria by which the question is enabled.
QuestionnaireEnableWhenCreateInput.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)
QuestionnaireEnableWhenCreateInput.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)
QuestionnaireEnableWhenCreateInput.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)
QuestionnaireEnableWhenCreateInput.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)
QuestionnaireEnableWhenCreateInput.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)
QuestionnaireEnableWhenCreateInput.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)
QuestionnaireEnableWhenCreateInput.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)
QuestionnaireEnableWhenCreateInput.answerCoding ● CodingCreateInput input
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)
QuestionnaireEnableWhenCreateInput.answerQuantity ● QuantityCreateInput input
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)
QuestionnaireEnableWhenCreateInput.answerReference ● ReferenceCreateInput input
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)
QuestionnaireEnableWhenCreateInput.modifierExtension ● [FhirExtensionCreateInput!] list input
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).
QuestionnaireEnableWhenCreateInput.extension ● [FhirExtensionCreateInput!] list input
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.
QuestionnaireEnableWhenCreateInput.id ● String scalar
null