description: 'Indicates how questions within the questionnaire should be presented to the end-user. Specifically, differentiates whether the questions should be displayed one-at-a-time with no ability to adjust prior entries; one-at-a-time or continuously expanding where all questions up to the current question can be looked at and edited, or random, where all questions can be seen and the questions can be filled out in any order desired.\n\nWhen the entryMode is one that will prohibit the user from going back to edit preceding questions, the form filler must ensure that the answer meets all validation constraints (cardinality, length, etc.) prior to allowing the user to progress to subsequent items. However, when the entryMode allows editing prior items, then form fillers SHOULD allow a user to move on and answer subsequent items, with the recognition that they''ll eventually have to go back to make corrections before the QuestionnaireResponse can transition to a status of ''complete''.\n\nNote: if the only objective is to ensure that certain future questions/groups aren''t turned on until/unless specific previous items are satisfactorily completed, this should be accomplished using [enableWhen](behavior.html#enableWhen) or [enableWhenExpression](behavior.html#enableWhenExpression).' package_name: hl7.fhir.uv.sdc derivation: constraint name: EntryMode type: Extension elements: extension: {index: 0} url: pattern: {type: Uri, value: 'http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-entryMode'} index: 1 value: choices: [valueCode] index: 3 valueCode: {type: code, choiceOf: value, index: 4} package_version: 4.0.0-ballot extensions: {} class: extension kind: complex-type url: http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-entryMode base: http://hl7.org/fhir/StructureDefinition/Extension version: 4.0.0-ballot