interface QuestionnaireItem {
    _answerValueSet?: Element;
    _definition?: Element;
    _enableBehavior?: Element;
    _linkId?: Element;
    _maxLength?: Element;
    _prefix?: Element;
    _readOnly?: Element;
    _repeats?: Element;
    _required?: Element;
    _text?: Element;
    _type?: Element;
    answerOption?: QuestionnaireItemAnswerOption[];
    answerValueSet?: canonical;
    code?: Coding[];
    definition?: uri;
    enableBehavior?: code;
    enableWhen?: QuestionnaireItemEnableWhen[];
    extension?: Extension[];
    id?: id;
    initial?: QuestionnaireItemInitial[];
    item?: QuestionnaireItem[];
    linkId: string;
    maxLength?: integer;
    modifierExtension?: Extension[];
    prefix?: string;
    readOnly?: boolean;
    repeats?: boolean;
    required?: boolean;
    text?: string;
    type: code;
}

Properties

_answerValueSet?: Element

Valueset containing permitted answers

_definition?: Element

ElementDefinition - details for the item

_enableBehavior?: Element

all | any

_linkId?: Element

Unique id for item in questionnaire

_maxLength?: Element

No more than this many characters

_prefix?: Element

E.g. "1(a)", "2.5.3"

_readOnly?: Element

Don't allow human editing

_repeats?: Element

Whether the item may repeat

_required?: Element

Whether the item must be included in data results

_text?: Element

Primary text for the item

_type?: Element

group | display | boolean | decimal | integer | date | dateTime +

Permitted answer

answerValueSet?: canonical

Valueset containing permitted answers

code?: Coding[]

Corresponding concept for this item in a terminology

definition?: uri

ElementDefinition - details for the item

enableBehavior?: code

all | any

Only allow data when

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

Initial value(s) when item is first rendered

Nested questionnaire items

linkId: string

Unique id for item in questionnaire

maxLength?: integer

No more than this many characters

modifierExtension?: Extension[]

Extensions that cannot be ignored even if unrecognized

prefix?: string

E.g. "1(a)", "2.5.3"

readOnly?: boolean

Don't allow human editing

repeats?: boolean

Whether the item may repeat

required?: boolean

Whether the item must be included in data results

text?: string

Primary text for the item

type: code

group | display | boolean | decimal | integer | date | dateTime +