QuestionnaireResponse.Builder | 
QuestionnaireResponse.Builder.author(Reference author) | 
 Person who received the answers to the questions in the QuestionnaireResponse and recorded them in the system. 
 | 
QuestionnaireResponse.Builder | 
QuestionnaireResponse.Builder.authored(DateTime authored) | 
 The date and/or time that this set of answers were last changed. 
 | 
QuestionnaireResponse.Builder | 
QuestionnaireResponse.Builder.basedOn(java.util.Collection<Reference> basedOn) | 
 The order, proposal or plan that is fulfilled in whole or in part by this QuestionnaireResponse. 
 | 
QuestionnaireResponse.Builder | 
QuestionnaireResponse.Builder.basedOn(Reference... basedOn) | 
 The order, proposal or plan that is fulfilled in whole or in part by this QuestionnaireResponse. 
 | 
static QuestionnaireResponse.Builder | 
QuestionnaireResponse.builder() | 
  | 
QuestionnaireResponse.Builder | 
QuestionnaireResponse.Builder.contained(java.util.Collection<Resource> contained) | 
 These resources do not have an independent existence apart from the resource that contains them - they cannot be 
 identified independently, and nor can they have their own independent transaction scope. 
 | 
QuestionnaireResponse.Builder | 
QuestionnaireResponse.Builder.contained(Resource... contained) | 
 These resources do not have an independent existence apart from the resource that contains them - they cannot be 
 identified independently, and nor can they have their own independent transaction scope. 
 | 
QuestionnaireResponse.Builder | 
QuestionnaireResponse.Builder.encounter(Reference encounter) | 
 The Encounter during which this questionnaire response was created or to which the creation of this record is tightly 
 associated. 
 | 
QuestionnaireResponse.Builder | 
QuestionnaireResponse.Builder.extension(java.util.Collection<Extension> extension) | 
 May be used to represent additional information that is not part of the basic definition of the resource. 
 | 
QuestionnaireResponse.Builder | 
QuestionnaireResponse.Builder.extension(Extension... extension) | 
 May be used to represent additional information that is not part of the basic definition of the resource. 
 | 
protected QuestionnaireResponse.Builder | 
QuestionnaireResponse.Builder.from(QuestionnaireResponse questionnaireResponse) | 
  | 
QuestionnaireResponse.Builder | 
QuestionnaireResponse.Builder.id(java.lang.String id) | 
 The logical id of the resource, as used in the URL for the resource. 
 | 
QuestionnaireResponse.Builder | 
QuestionnaireResponse.Builder.identifier(Identifier identifier) | 
 A business identifier assigned to a particular completed (or partially completed) questionnaire. 
 | 
QuestionnaireResponse.Builder | 
QuestionnaireResponse.Builder.implicitRules(Uri implicitRules) | 
 A reference to a set of rules that were followed when the resource was constructed, and which must be understood when 
 processing the content. 
 | 
QuestionnaireResponse.Builder | 
QuestionnaireResponse.Builder.item(java.util.Collection<QuestionnaireResponse.Item> item) | 
 A group or question item from the original questionnaire for which answers are provided. 
 | 
QuestionnaireResponse.Builder | 
QuestionnaireResponse.Builder.item(QuestionnaireResponse.Item... item) | 
 A group or question item from the original questionnaire for which answers are provided. 
 | 
QuestionnaireResponse.Builder | 
QuestionnaireResponse.Builder.language(Code language) | 
 The base language in which the resource is written. 
 | 
QuestionnaireResponse.Builder | 
QuestionnaireResponse.Builder.meta(Meta meta) | 
 The metadata about the resource. 
 | 
QuestionnaireResponse.Builder | 
QuestionnaireResponse.Builder.modifierExtension(java.util.Collection<Extension> modifierExtension) | 
 May be used to represent additional information that is not part of the basic definition of the resource and that 
 modifies the understanding of the element that contains it and/or the understanding of the containing element's 
 descendants. 
 | 
QuestionnaireResponse.Builder | 
QuestionnaireResponse.Builder.modifierExtension(Extension... modifierExtension) | 
 May be used to represent additional information that is not part of the basic definition of the resource and that 
 modifies the understanding of the element that contains it and/or the understanding of the containing element's 
 descendants. 
 | 
QuestionnaireResponse.Builder | 
QuestionnaireResponse.Builder.partOf(java.util.Collection<Reference> partOf) | 
 A procedure or observation that this questionnaire was performed as part of the execution of. 
 | 
QuestionnaireResponse.Builder | 
QuestionnaireResponse.Builder.partOf(Reference... partOf) | 
 A procedure or observation that this questionnaire was performed as part of the execution of. 
 | 
QuestionnaireResponse.Builder | 
QuestionnaireResponse.Builder.questionnaire(Canonical questionnaire) | 
 The Questionnaire that defines and organizes the questions for which answers are being provided. 
 | 
QuestionnaireResponse.Builder | 
QuestionnaireResponse.Builder.source(Reference source) | 
 The person who answered the questions about the subject. 
 | 
QuestionnaireResponse.Builder | 
QuestionnaireResponse.Builder.status(QuestionnaireResponseStatus status) | 
 The position of the questionnaire response within its overall lifecycle. 
 | 
QuestionnaireResponse.Builder | 
QuestionnaireResponse.Builder.subject(Reference subject) | 
 The subject of the questionnaire response. 
 | 
QuestionnaireResponse.Builder | 
QuestionnaireResponse.Builder.text(Narrative text) | 
 A human-readable narrative that contains a summary of the resource and can be used to represent the content of the 
 resource to a human. 
 | 
QuestionnaireResponse.Builder | 
QuestionnaireResponse.toBuilder() | 
  |