Stream: questionnaire
Topic: Statement of Health (SOH)
Lin Zhang (Mar 09 2021 at 01:55):
Any hints to using Questionnaire and QuestionnaireResponse to represent a [Personal] Statement of Health (SOH) form? Thanks.
Lloyd McKenzie (Mar 09 2021 at 02:16):
What sort of hints are you looking for? A QuestionnaireResponse can say pretty much anything however you like - but the data won't be that useful for subsequent query/analysis unless you extract it and turn it into Observations, MedicationStatements or other resources.
Lin Zhang (Mar 09 2021 at 05:34):
Relationships between CodeSystem/ValueSets and Questionnaire. Are these terminology artefacts necessory for Q and QS?
And could QuestionnaireResponse exist independently without the Questionnaire?
Lloyd McKenzie (Mar 09 2021 at 14:08):
CodeSystem and ValueSet are important if you're trying to capture 'standard' codes in your questionnaire - SNOMED, ICD, drug codes, etc. ValueSets are also important if you want to have the same set of codes used to answer multiple questions.
Lloyd McKenzie (Mar 09 2021 at 14:08):
It is possible to have QuestionnaireResponses without FHIR representations of the Questionnaire, but it'll be hard to do much computable with it.
Lin Zhang (Mar 09 2021 at 14:33):
@Lloyd McKenzie Thanks a lot for your helpful explanations:blush:
Last updated: Apr 12 2022 at 19:14 UTC