---
type: "search-params"
title: "QuestionnaireResponse Search Parameters"
resource: "QuestionnaireResponse"
---
# QuestionnaireResponse Search Parameters
## author
**Description:** The author of the questionnaire response
**Type:** reference
**Expression:** QuestionnaireResponse.author
**Path:** QuestionnaireResponse.author
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/QuestionnaireResponse-author
## authored
**Description:** When the questionnaire response was last changed
**Type:** date
**Expression:** QuestionnaireResponse.authored
**Path:** QuestionnaireResponse.authored
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/QuestionnaireResponse-authored
## based-on
**Description:** Plan/proposal/order fulfilled by this questionnaire response
**Type:** reference
**Expression:** QuestionnaireResponse.basedOn
**Path:** QuestionnaireResponse.basedOn
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/QuestionnaireResponse-based-on
## encounter
**Description:** Encounter associated with the questionnaire response
**Type:** reference
**Expression:** QuestionnaireResponse.encounter
**Path:** QuestionnaireResponse.encounter
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/QuestionnaireResponse-encounter
## identifier
**Description:** The unique identifier for the questionnaire response
**Type:** token
**Expression:** QuestionnaireResponse.identifier
**Path:** QuestionnaireResponse.identifier
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/QuestionnaireResponse-identifier
## part-of
**Description:** Procedure or observation this questionnaire response was performed as a part of
**Type:** reference
**Expression:** QuestionnaireResponse.partOf
**Path:** QuestionnaireResponse.partOf
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/QuestionnaireResponse-part-of
## patient
**Description:** The patient that is the subject of the questionnaire response
**Type:** reference
**Expression:** QuestionnaireResponse.subject.where(resolve() is Patient)
**Path:** QuestionnaireResponse.subject
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/QuestionnaireResponse-patient
## questionnaire
**Description:** The questionnaire the answers are provided for
**Type:** reference
**Expression:** QuestionnaireResponse.questionnaire
**Path:** QuestionnaireResponse.questionnaire
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/QuestionnaireResponse-questionnaire
## source
**Description:** The individual providing the information reflected in the questionnaire response
**Type:** reference
**Expression:** QuestionnaireResponse.source
**Path:** QuestionnaireResponse.source
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/QuestionnaireResponse-source
## status
**Description:** The status of the questionnaire response
**Type:** token
**Expression:** QuestionnaireResponse.status
**Path:** QuestionnaireResponse.status
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/QuestionnaireResponse-status
## subject
**Description:** The subject of the questionnaire response
**Type:** reference
**Expression:** QuestionnaireResponse.subject
**Path:** QuestionnaireResponse.subject
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/QuestionnaireResponse-subject
## item-subject
**Description:** Allows searching for QuestionnaireResponses by item value where the item has isSubject=true
**Type:** reference
**Expression:** QuestionnaireResponse.repeat(item.combine(item.answer.item)).where(extension('http://hl7.org/fhir/StructureDefinition/questionnaireresponse-isSubject').exists()).answer.value.ofType(Reference)
**Standards Status:** normative
**URL:** http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-item-subject
## linkid
**Description:** Question linkIds found within the response
**Type:** token
**Expression:** QuestionnaireResponse.repeat(item.combine(item.answer.item)).linkId
**Path:** QuestionnaireResponse.item.linkId
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/QuestionnaireResponse-linkid
## answer-concept
**Description:** Question answers of type coding or boolean found within the response. (Primarily for use as part of other composite search parameters.) Refer to [questionnaireresponse.html#searching](searching guidance) on the resource page for considerations on the use of this parameter.
**Type:** token
**Expression:** QuestionnaireResponse.repeat(item.combine(item.answer.item)).answer.value.ofType(boolean) | QuestionnaireResponse.repeat(item.combine(item.answer.item)).answer.value.ofType(Coding)
**Path:** QuestionnaireResponse.item.answer.valueBoolean, QuestionnaireResponse.item.answer.valueCoding
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/QuestionnaireResponse-answer-concept
## answer-date
**Description:** Question answers of type date or dateTime found within the response. (Primarily for use as part of other composite search parameters.) Refer to [questionnaireresponse.html#searching](searching guidance) on the resource page for considerations on the use of this parameter.
**Type:** date
**Expression:** QuestionnaireResponse.repeat(item.combine(item.answer.item)).answer.value.ofType(date) | QuestionnaireResponse.repeat(item.combine(item.answer.item)).answer.value.ofType(dateTime)
**Path:** QuestionnaireResponse.item.answer.valueDate, QuestionnaireResponse.item.answer.valueDateTime
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/QuestionnaireResponse-answer-date
## answer-number
**Description:** Question answers of type integer or decimal found within the response. (Primarily for use as part of other composite search parameters.) Refer to [questionnaireresponse.html#searching](searching guidance) on the resource page for considerations on the use of this parameter.
**Type:** number
**Expression:** QuestionnaireResponse.repeat(item.combine(item.answer.item)).answer.value.ofType(integer) | QuestionnaireResponse.repeat(item.combine(item.answer.item)).answer.value.ofType(decimal)
**Path:** QuestionnaireResponse.item.answer.valueInteger, QuestionnaireResponse.item.answer.valueDecimal
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/QuestionnaireResponse-answer-number
## answer-quantity
**Description:** Question answers of type quantity found within the response. (Primarily for use as part of other composite search parameters.) Refer to [questionnaireresponse.html#searching](searching guidance) on the resource page for considerations on the use of this parameter.
**Type:** quantity
**Expression:** QuestionnaireResponse.repeat(item.combine(item.answer.item)).answer.value.ofType(Quantity)
**Path:** QuestionnaireResponse.item.answer.valueSimpleQuantity
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/QuestionnaireResponse-answer-quantity
## answer-reference
**Description:** Question answers of type reference found within the response. (Primarily for use as part of other composite search parameters.) Refer to [questionnaireresponse.html#searching](searching guidance) on the resource page for considerations on the use of this parameter.
**Type:** reference
**Expression:** QuestionnaireResponse.repeat(item.combine(item.answer.item)).answer.value.ofType(Reference)
**Path:** QuestionnaireResponse.item.answer.valueReference
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/QuestionnaireResponse-answer-reference
## answer-string
**Description:** Question answers of type string found within the response. (Primarily for use as part of other composite search parameters.) Refer to [questionnaireresponse.html#searching](searching guidance) on the resource page for considerations on the use of this parameter.
**Type:** string
**Expression:** QuestionnaireResponse.repeat(item.combine(item.answer.item)).answer.value.ofType(string)
**Path:** QuestionnaireResponse.item.answer.valueString
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/QuestionnaireResponse-answer-string
## item-concept
**Description:** Question with items having the specified linkId and answers of type boolean or coding found within the response. (Primarily for use as part of other composite search parameters.) Refer to [questionnaireresponse.html#searching](searching guidance) on the resource page for considerations on the use of this parameter.
**Type:** composite
**Expression:** QuestionnaireResponse
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/QuestionnaireResponse-item-concept
## item-date
**Description:** Question with items having the specified linkId and answers of type date or dateTime found within the response. (Primarily for use as part of other composite search parameters.) Refer to [questionnaireresponse.html#searching](searching guidance) on the resource page for considerations on the use of this parameter.
**Type:** composite
**Expression:** QuestionnaireResponse
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/QuestionnaireResponse-item-date
## item-number
**Description:** Question with items having the specified linkId and answers of type integer or decimal found within the response. (Primarily for use as part of other composite search parameters.) Refer to [questionnaireresponse.html#searching](searching guidance) on the resource page for considerations on the use of this parameter.
**Type:** composite
**Expression:** QuestionnaireResponse
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/QuestionnaireResponse-item-number
## item-quantity
**Description:** Question with items having the specified linkId and answers of type quantity found within the response. (Primarily for use as part of other composite search parameters.) Refer to [questionnaireresponse.html#searching](searching guidance) on the resource page for considerations on the use of this parameter.
**Type:** composite
**Expression:** QuestionnaireResponse
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/QuestionnaireResponse-item-quantity
## item-reference
**Description:** Question with items having the specified linkId and answers of type reference found within the response. (Primarily for use as part of other composite search parameters.) Refer to [questionnaireresponse.html#searching](searching guidance) on the resource page for considerations on the use of this parameter.
**Type:** composite
**Expression:** QuestionnaireResponse
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/QuestionnaireResponse-item-reference
## item-string
**Description:** Question with items having the specified linkId and answers of type string found within the response. (Primarily for use as part of other composite search parameters.) Refer to [questionnaireresponse.html#searching](searching guidance) on the resource page for considerations on the use of this parameter.
**Type:** composite
**Expression:** QuestionnaireResponse
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/QuestionnaireResponse-item-string
## item-uri
**Description:** Question with items having the specified linkId and answers of type uri found within the response. (Primarily for use as part of other composite search parameters.) Refer to [questionnaireresponse.html#searching](searching guidance) on the resource page for considerations on the use of this parameter.
**Type:** composite
**Expression:** QuestionnaireResponse
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/QuestionnaireResponse-item-uri