Stream: implementers
Topic: QuestionnaireResponse & Questionnaire Relation
Mohsen Jafari (Jul 21 2021 at 07:00):
How can I relate a QuestionnaireResponse to a Questionnaire? Should I use the "questionnaire" attribute of QuestionnaireResponse to do so? If so, what should I put in this attribute?
Mohsen Jafari (Jul 21 2021 at 12:15):
Is there anyone to answer my question?
Lloyd McKenzie (Jul 21 2021 at 14:54):
Speed of answers tends to be based on who's awake - all responses are from volunteers...
QuestionnaireResponse.questionnaire has a data type of 'canonical'. Details about how canonical references work can be found here: http://build.fhir.org/references.html#canonical
Brian Postlethwaite (Jul 22 2021 at 01:51):
So that means the QuestionnaireReapinse.questionnaire fuel is populated with the value from the Questionnaire.url field (and optionally appending the Questionnaire.version field to it)
In the way as described in the link Lloyd provided above.
Last updated: Apr 12 2022 at 19:14 UTC