Stream: implementers
Topic: Adding usage data to QuestionnaireResponse
Matthew Steer (Sep 27 2019 at 12:38):
We provide digital forms for patients to fill in at home, then we provide the responses in a FHIR API as QuestionnaireResponses for our healthcare provider clients to ingest. We want to enrich the data with information about the usage of our forms. For example: when was the form sent to the patient, when was the due date for responding, when did the patient respond, did they complete their response or give up, etc.
I am trying to decide whether it is reasonable to treat the process of sending a digital form to a patient and getting their response as a special kind of "Encounter" (and so capturing these data points in that resource, with the QuestionnaireResponse linked), or whether it is more sensible to just add Extensions to QuestionnaireResponse to capture these extra data points.
I'd really appreciate any other views on this, thanks.
Lloyd McKenzie (Sep 28 2019 at 01:49):
See stream:questionnaire topic:Adding+usage+data+to+QResponses
Last updated: Apr 12 2022 at 19:14 UTC