FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/entryMode

Packagehl7.fhir.uv.sdc
TypeCodeSystem
IdentryMode
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/sdc/https://build.fhir.org/ig/HL7/sdc/CodeSystem-entryMode.html
URLhttp://hl7.org/fhir/uv/sdc/CodeSystem/entryMode
Version4.0.0-ballot
Statusactive
Date2025-07-14T18:38:59+00:00
NameEntryModeCodes
TitleEntry Mode
Realmuv
Authorityhl7
DescriptionDefines mechanisms of capturing data in a QuestionnaireResponse
Contentcomplete

Resources that use this resource

ValueSet
entryModeQuestionnaire Entry Mode
entryModeQuestionnaire Entry Mode

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem entryMode

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

CodeDisplayDefinition
sequential SequentialTop-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 EditThis 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 RandomAll enabled questions are visible and accessible to the user. They may complete questions in any order.

Source

{
  "resourceType": "CodeSystem",
  "id": "entryMode",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 4,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/sdc/ImplementationGuide/hl7.fhir.uv.sdc"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/sdc/ImplementationGuide/hl7.fhir.uv.sdc"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/uv/sdc/CodeSystem/entryMode",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.17.16.5"
    }
  ],
  "version": "4.0.0-ballot",
  "name": "EntryModeCodes",
  "title": "Entry Mode",
  "status": "active",
  "experimental": false,
  "date": "2025-07-14T18:38:59+00:00",
  "publisher": "HL7 International / FHIR Infrastructure",
  "contact": [
    {
      "name": "HL7 International / FHIR Infrastructure",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "Defines mechanisms of capturing data in a QuestionnaireResponse",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "sequential",
      "display": "Sequential",
      "definition": "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'."
    },
    {
      "code": "prior-edit",
      "display": "Prior Edit",
      "definition": "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."
    },
    {
      "code": "random",
      "display": "Random",
      "definition": "All enabled questions are visible and accessible to the user.  They may complete questions in any order."
    }
  ]
}