FHIR Chat · eLearning Workflow · implementers

Stream: implementers

Topic: eLearning Workflow


view this post on Zulip Taylor Stein (Sep 09 2021 at 23:42):

Hello,

My team is developing an eLearning platform in which a practitioner can assign an educational video to a patient. I would love some feedback on our draft implementation flow:

-A library of videos would be stored as ActivityDefinition resources
-Practitioner assigns to patient by logging into the system, selecting the patient, video from library, sets due date, and clicks "send"
-At this point, a Communication resource is created based on the ActivityDefinition
-A Task resource is also created with the patient as the performer and the Communication resource as the Input (or should it be the focus?)

Is this an appropriate way of setting this up? Do we need a Request resource in this flow?

One thing to keep in mind is that this system/flow will also be used to assign other things to patient to do like:
-Complete a questionnaire
-Sign a document
-Review a pricing sheet
-Etc....

Thanks for your help!

view this post on Zulip Carl Silva (Sep 20 2021 at 02:18):

-A Task resource is also created with the patient as the performer and the Communication resource as the Input (or should it be the focus?)

do you have an example of a fhir api create task?

view this post on Zulip Lloyd McKenzie (Sep 20 2021 at 02:59):

What's the purpose of the Communication resource if you've already assigned a Task?

view this post on Zulip Carl Silva (Sep 20 2021 at 03:03):

What's the purpose of the Communication resource if you've already assigned a Task?

we transcribe patient calls into the task. so the purpose could be a refill request, billing question, appointment request, etc.

view this post on Zulip Lloyd McKenzie (Sep 20 2021 at 04:42):

Task alone can solicit a refill, request an appointment, request answer to a question. Are you saying that you receive an 'email' and then store that as a Communication before generating one or more Tasks that correspond to the 'ask(s)' within the email?


Last updated: Apr 12 2022 at 19:14 UTC