Stream: workflow
Topic: PlanDefinition to ServiceRequest to Task (Questionnaires)
Patrick Werner (Feb 08 2019 at 14:49):
we are currently implementing an FHIR based Questionnaire reporting tool for PRO in our partner hospital. In this context we looked at workflow research resources.
Our current plan is to have several ResearchStudys, including PlanDefinitions.
If a Patient will be included in a study we create the StudySubject and ServiceRequests from the PlanDefinition.
Patrick Werner (Feb 08 2019 at 14:56):
In PlanDefinition.action i can specify Timing and a Questionnaire, in ServiceRequest i can capture the occurenceTiming, but not the Questionnaire which shall be filled by the Patient. We could solve this through an extension (or miss-use supporting info which is not an option).
As ServiceRequests are instantiating Activity or PlanDefinitions we think ServiceRequests should be able to point to Questionnaire as well.
Dave Carlson (Feb 08 2019 at 16:10):
There is a standard extension for this, https://www.hl7.org/fhir/extension-servicerequest-questionnairerequest.html
Patrick Werner (Feb 08 2019 at 16:20):
didn't see that. Thanks Dave!
Dave Carlson (Feb 08 2019 at 16:37):
:+1:
Last updated: Apr 12 2022 at 19:14 UTC