PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.sdc@2.7.0
    http://hl7.org/fhir/uv/sdc/CodeSystem/entryMode
{
  "description": "Defines mechanisms of capturing data in a QuestionnaireResponse",
  "_filename": "CodeSystem-entryMode.json",
  "package_name": "hl7.fhir.uv.sdc",
  "date": "2019-03-27T07:28:05+11:00",
  "publisher": null,
  "content": "complete",
  "name": "EntryMode",
  "type": null,
  "experimental": null,
  "resourceType": "CodeSystem",
  "title": "Entry Mode",
  "package_version": "2.7.0",
  "status": "draft",
  "id": "f68afa49-3c79-4d20-83ff-553400aebf74",
  "kind": null,
  "url": "http://hl7.org/fhir/uv/sdc/CodeSystem/entryMode",
  "concept": [ {
    "code": "sequential",
    "display": "Questions are displayed one at a time.  Previous questions and submitted answers cannot be viewed or edited."
  }, {
    "code": "prior-edit",
    "display": "Questions are only displayed once prior questions have been answered (or if optional, skipped).  Previously answered questions are available for viewing and potentially editing"
  }, {
    "code": "random",
    "display": "All enabled questions are visible and accessible to the user.  They may complete questions in any order."
  } ],
  "version": "2.7.0"
}