Package org.hl7.fhir

Class QuestionnaireResponseItem

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class QuestionnaireResponseItem extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
A structured set of questions and their answers. The questions are ordered and grouped into coherent subsets, corresponding to the structure of the grouping of the underlying questions.

Java class for QuestionnaireResponse.Item complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="QuestionnaireResponse.Item">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="linkId" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="text" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="subject" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
         <element name="answer" type="{http://hl7.org/fhir}QuestionnaireResponse.Answer" maxOccurs="unbounded" minOccurs="0"/>
         <element name="item" type="{http://hl7.org/fhir}QuestionnaireResponse.Item" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>