QuestionnaireItemUsageMode
public enum QuestionnaireItemUsageMode: String
Identifies the modes of usage of a questionnaire that should enable a particular questionnaire item
URL: http://hl7.org/fhir/questionnaire-usage-mode ValueSet: http://hl7.org/fhir/ValueSet/questionnaire-usage-mode
-
Render the item regardless of usage mode
Declaration
Swift
case captureDisplay = "capture-display"
-
Render the item only when capturing data
Declaration
Swift
case capture = "capture"
-
Render the item only when displaying a completed form
Declaration
Swift
case display = "display"
-
Render the item only when displaying a completed form and the item has been answered (or has child items that have been answered)
Declaration
Swift
case displayNonEmpty = "display-non-empty"
-
Render the item when capturing data or when displaying a completed form and the item has been answered (or has child items that have been answered)
Declaration
Swift
case captureDisplayNonEmpty = "capture-display-non-empty"