Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QuestionnaireItemInitial

Initial value(s) for QuestionnaireItem when item is first rendered

Hierarchy

Index

Properties

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

Optional valueAttachment

valueAttachment: Attachment

Actual value for initializing the question in the form of an Attachment

Optional valueBoolean

valueBoolean: undefined | false | true

Actual value for initializing the question in the form of a boolean

Optional valueCoding

valueCoding: Coding

Actual value for initializing the question in the form of a Coding

Optional valueDate

valueDate: date

Actual value for initializing the question in the form of a date

Optional valueDateTime

valueDateTime: dateTime

Actual value for initializing the question in the form of a dateTime

Optional valueDecimal

valueDecimal: decimal

Actual value for initializing the question in the form of a decimal

Optional valueInteger

valueInteger: integer

Actual value for initializing the question in the form of an integer

Optional valueQuantity

valueQuantity: Quantity

Actual value for initializing the question in the form of a Quantity

Optional valueReference

valueReference: Reference

Actual value for initializing the question in the form of a Reference

Optional valueString

valueString: undefined | string

Actual value for initializing the question in the form of a string

Optional valueTime

valueTime: time

Actual value for initializing the question in the form of a time

Optional valueUri

valueUri: uri

Actual value for initializing the question in the form of a uri

Generated using TypeDoc