Structured Data Capture
4.0.0-ballot - STU 4 ballot International flag

Structured Data Capture, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 4.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/sdc/ and changes regularly. See the Directory of published versions

CodeSystem: Entry Mode

Official URL: http://hl7.org/fhir/uv/sdc/CodeSystem/entryMode Version: 4.0.0-ballot
Standards status: Trial-use Maturity Level: 4 Computable Name: EntryMode
Other Identifiers: OID:2.16.840.1.113883.4.642.40.17.16.5

Defines mechanisms of capturing data in a QuestionnaireResponse

This Code system is referenced in the content logical definition of the following value sets:

Generated Narrative: CodeSystem entryMode

This case-sensitive code system http://hl7.org/fhir/uv/sdc/CodeSystem/entryMode defines the following codes:

CodeDisplayDefinition
sequential Sequential Top-level items are displayed one at a time and items within groups are displayed one at a time, with certain exceptions. If an item is of type 'page', then all items within the page are displayed and can be edited. If a question has child questions, the parent question (and answers) are visible while descendant questions are being edited. Once a user has progressed to view subsequent items, they can no longer return to edit or view prior items (though they might be able to see all answers once the questionnaire response has been marked 'completed' and is no longer editable). These questionnaire responses cannot be 'amended'.
prior-edit Prior Edit This behaves similar to sequential from a 'display' perspective. I.e. items are generally only displayed one at a time. However, with his mode, it is possible to navigate to prior questions and change answers. Amending completed forms is possible.
random Random All enabled questions are visible and accessible to the user. They may complete questions in any order.