Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QuestionnaireItemEnableWhen

An object that specifies conditions, under which data should be allowed in a QuestionnaireItem

Hierarchy

Index

Properties

Optional answerBoolean

answerBoolean: undefined | false | true

Value for question comparison based on operator in the form of a boolean

Optional answerCoding

answerCoding: Coding

Value for question comparison based on operator in the form of a Coding

Optional answerDate

answerDate: date

Value for question comparison based on operator in the form of a date

Optional answerDateTime

answerDateTime: dateTime

Value for question comparison based on operator in the form of a dateTime

Optional answerDecimal

answerDecimal: decimal

Value for question comparison based on operator in the form of a decimal

Optional answerInteger

answerInteger: integer

Value for question comparison based on operator in the form of an integer

Optional answerQuantity

answerQuantity: Quantity

Value for question comparison based on operator in the form of a Quantity

Optional answerReference

answerReference: Reference

Value for question comparison based on operator in the form of a Reference

Optional answerString

answerString: undefined | string

Value for question comparison based on operator in the form of a string

Optional answerTime

answerTime: time

Value for question comparison based on operator in the form of a time

Optional extension

extension: Extension[]

Additional Content defined by implementations

Optional id

id: undefined | string

xml:id (or equivalent in JSON)

Optional modifierExtension

modifierExtension: Extension[]

Extensions that cannot be ignored if unrecognized

operator

operator: code

Specifies the criteria by which the question is enabled.

question

question: string

Question that determines whether item is enabled

Generated using TypeDoc