Class Questionnaire.GroupComponent

All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement, Serializable, org.hl7.fhir.instance.model.api.IBase, org.hl7.fhir.instance.model.api.IBaseBackboneElement, org.hl7.fhir.instance.model.api.IBaseElement, org.hl7.fhir.instance.model.api.IBaseHasExtensions, org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
Enclosing class:
Questionnaire

public static class Questionnaire.GroupComponent extends BackboneElement implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
See Also:
Serialized Form
  • Field Details

    • linkId

      protected StringType linkId
      An identifier that is unique within the Questionnaire allowing linkage to the equivalent group in a QuestionnaireResponse resource.
    • title

      protected StringType title
      The human-readable name for this section of the questionnaire.
    • concept

      protected List<Coding> concept
      Identifies a how this group of questions is known in a particular terminology such as LOINC.
    • text

      protected StringType text
      Additional text for the group, used for display purposes.
    • required

      protected BooleanType required
      If true, indicates that the group must be present and have required questions within it answered. If false, the group may be skipped when answering the questionnaire.
    • repeats

      protected BooleanType repeats
      Whether the group may occur multiple times in the instance, containing multiple sets of answers.
    • group

      A sub-group within a group. The ordering of groups within this group is relevant.
    • question

      Set of questions within this group. The order of questions within the group is relevant.
  • Constructor Details

  • Method Details