...
The above QuestionnaireResponse resource is in JSON format and adheres to the FHIR R4 standard. The FHIR QuestionnaireResponse resource spec can be found here. Key information it contains includes:
em | Description | Where is this defined? |
---|---|---|
questionnaire | A ID referring to the associated Questionnaire resource, in the format: <questionnaire_id>|<version> | Created from the URL and version fields of the associated Questionnaire resource |
item | The answers provided by the patient to the questions they answered | Created based on the patient’s answers. linkId links the answers to the questions on the Questionnaire resource |
rule-description | A formula detailing how a score was calculated | This is set by PKB when the questionnaire is built |
status | The status of the QuestionnaireResponse resource | This changes depending on whether the patient has submitted their questionnaire or whether it is in draft |
basedOn | A reference to the ServiceRequest generated when the questionnaire request is sent | Generated when the ServiceRequest is created. |
subject | A reference to the Patient resource of the patient answering the questionnaire | Generated based on the patient that the questionnaire was sent to |