Package org.hl7.fhir

Class QuestionnaireResponseAnswer

java.lang.Object
org.hl7.fhir.Element
org.hl7.fhir.BackboneElement
org.hl7.fhir.QuestionnaireResponseAnswer
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class QuestionnaireResponseAnswer 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.Answer complex type.

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

 <complexType name="QuestionnaireResponse.Answer">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <choice minOccurs="0">
           <element name="valueBoolean" type="{http://hl7.org/fhir}boolean"/>
           <element name="valueDecimal" type="{http://hl7.org/fhir}decimal"/>
           <element name="valueInteger" type="{http://hl7.org/fhir}integer"/>
           <element name="valueDate" type="{http://hl7.org/fhir}date"/>
           <element name="valueDateTime" type="{http://hl7.org/fhir}dateTime"/>
           <element name="valueInstant" type="{http://hl7.org/fhir}instant"/>
           <element name="valueTime" type="{http://hl7.org/fhir}time"/>
           <element name="valueString" type="{http://hl7.org/fhir}string"/>
           <element name="valueUri" type="{http://hl7.org/fhir}uri"/>
           <element name="valueAttachment" type="{http://hl7.org/fhir}Attachment"/>
           <element name="valueCoding" type="{http://hl7.org/fhir}Coding"/>
           <element name="valueQuantity" type="{http://hl7.org/fhir}Quantity"/>
           <element name="valueReference" type="{http://hl7.org/fhir}Reference"/>
         </choice>
         <element name="item" type="{http://hl7.org/fhir}QuestionnaireResponse.Item" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • valueBoolean

      protected Boolean valueBoolean
    • valueDecimal

      protected Decimal valueDecimal
    • valueInteger

      protected Integer valueInteger
    • valueDate

      protected Date valueDate
    • valueDateTime

      protected DateTime valueDateTime
    • valueInstant

      protected Instant valueInstant
    • valueTime

      protected Time valueTime
    • valueString

      protected String valueString
    • valueUri

      protected Uri valueUri
    • valueAttachment

      protected Attachment valueAttachment
    • valueCoding

      protected Coding valueCoding
    • valueQuantity

      protected Quantity valueQuantity
    • valueReference

      protected Reference valueReference
    • item

  • Constructor Details

    • QuestionnaireResponseAnswer

      public QuestionnaireResponseAnswer()
  • Method Details