Get a questionnaire response by ID

get

/QuestionnaireResponse/{id}

Note: The FHIR API endpoints described below are currently pending production deployment for electronic health record (EHR) environments. Developers are welcome and encouraged to develop against the specifications in anticipation of production availability, which will be announced at a later date.

Retrieves an individual questionnaire response by the associated ID.

Request

Path Parameters
Header Parameters

There's no request body for this operation.

Back to Top

Response

200 Response

Successful retrieve response.
Body ()
Root Schema : QuestionnaireResponse
Type: object
Show Source
Nested Schema : author
(USCDI) The person who received and recorded the answers.
Match All
(USCDI) The person who received and recorded the answers.
Show Source
Nested Schema : identifier
The unique ID for this set of answers.
Match All
The unique ID for this set of answers.
Show Source
Nested Schema : item
Type: array
(USCDI) The groups and questions.
Show Source
Nested Schema : subject
(USCDI) The subject of the questions.
Match All
(USCDI) The subject of the questions.
Show Source
Nested Schema : Reference
Type: object
Show Source
Nested Schema : Identifier
Type: object
Show Source
Nested Schema : QuestionnaireResponseItem
Type: object
Show Source
Nested Schema : answer
Type: array
The responses to the question.
Show Source
Nested Schema : item
Type: array
The nested questionnaire response items.
Show Source
Nested Schema : QuestionnaireResponseAnswer
Type: object
Show Source
Nested Schema : item
Type: array
The nested groups and questions.
Show Source
Nested Schema : valueCoding
(USCDI) The single-valued answer to the question.
Match All
(USCDI) The single-valued answer to the question.
Show Source
Nested Schema : valueReference
(USCDI) The single-valued answer to the question.
Match All
(USCDI) The single-valued answer to the question.
Show Source
Nested Schema : Coding
Type: object
Show Source

Default Response

An OperationOutcome describing any error that occurred.
Body ()
Root Schema : OperationOutcome
Type: object
Show Source
Nested Schema : issue
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top