Stream: hapi
Topic: How to relate QuestionnaireResponse to Questionnaire
Mohsen Jafari (Jan 04 2022 at 10:22):
Hi guys,
I'm going to relate a QuestionnaireResponse to its Questionnaire using the questionnaire element but I don't know how should I do this in Java. Is there anyone who could help me in this regard?
Lin Zhang (Jan 04 2022 at 12:26):
See http://hl7.org/fhir/questionnaireresponse-definitions.html#Questionnaire
Its value's DataType is canonical(Questionnaire).
Brian Postlethwaite (Jan 04 2022 at 19:53):
Which means the value in the questionnaire.url field goes into the QuestionnaireResponse.questionnaire field (optionally with the Q.version field appended)
Last updated: Apr 12 2022 at 19:14 UTC