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

: Entry Mode - XML Representation

Page standards status: Trial-use Maturity Level: 4

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="entryMode"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem entryMode</b></p><a name="entryMode"> </a><a name="hcentryMode"> </a><a name="entryMode-en-US"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/sdc/CodeSystem/entryMode</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style="white-space:nowrap">sequential<a name="entryMode-sequential"> </a></td><td>Sequential</td><td>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'.</td></tr><tr><td style="white-space:nowrap">prior-edit<a name="entryMode-prior-edit"> </a></td><td>Prior Edit</td><td>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.</td></tr><tr><td style="white-space:nowrap">random<a name="entryMode-random"> </a></td><td>Random</td><td>All enabled questions are visible and accessible to the user.  They may complete questions in any order.</td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="fhir"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="4">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom">
        <valueCanonical
                        value="http://hl7.org/fhir/uv/sdc/ImplementationGuide/hl7.fhir.uv.sdc"/>
      </extension>
    </valueInteger>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="trial-use">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom">
        <valueCanonical
                        value="http://hl7.org/fhir/uv/sdc/ImplementationGuide/hl7.fhir.uv.sdc"/>
      </extension>
    </valueCode>
  </extension>
  <url value="http://hl7.org/fhir/uv/sdc/CodeSystem/entryMode"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.40.17.16.5"/>
  </identifier>
  <version value="4.0.0-ballot"/>
  <name value="EntryMode"/>
  <title value="Entry Mode"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2024-12-22T03:48:38+00:00"/>
  <publisher value="HL7 International / FHIR Infrastructure"/>
  <contact>
    <name value="HL7 International / FHIR Infrastructure"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/fiwg"/>
    </telecom>
  </contact>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/fiwg"/>
    </telecom>
  </contact>
  <description
               value="Defines mechanisms of capturing data in a QuestionnaireResponse"/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="3"/>
  <concept>
    <code value="sequential"/>
    <display value="Sequential"/>
    <definition
                value="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'."/>
  </concept>
  <concept>
    <code value="prior-edit"/>
    <display value="Prior Edit"/>
    <definition
                value="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."/>
  </concept>
  <concept>
    <code value="random"/>
    <display value="Random"/>
    <definition
                value="All enabled questions are visible and accessible to the user.  They may complete questions in any order."/>
  </concept>
</CodeSystem>