Stream: workflow
Topic: task.focus
René Spronk (Oct 20 2018 at 10:10):
How is task.focus different from task.basedOn? Non-request based tasks, one would guess, what would be a good example of that ?
Lloyd McKenzie (Oct 20 2018 at 12:33):
Focus is what is to be fulfilled or manipulated. BasedOn is the order that resulted in the task being created. For example "I'm asking you to stop prescription xyz on the basis of this decision support recommendation
René Spronk (Oct 20 2018 at 14:13):
in which case focus would be prescription_xyz, and BasedOn would not be populated ?
Jose Costa Teixeira (Oct 20 2018 at 15:02):
basedOn would be the decision support recommendation
René Spronk (Oct 21 2018 at 07:37):
The DecisionSupport recommendation as a ServiceRequest in proposal or plan intent? I don't quite see how one would capture this in ServiceRequest but with the right vocabularies it probably can be done.
René Spronk (Oct 21 2018 at 08:38):
..basedOn can be to (ANY). (the initial example I'm working on is laboratory, hence my erroneous assumption that it'd have to be a ServiceRequest).
Jose Costa Teixeira (Oct 21 2018 at 15:41):
yes, in your example, the basedOn could be a serviceRequest, or a medicationRequest...
Lloyd McKenzie (Oct 21 2018 at 22:40):
basedOn is expected to be another Request resource.
Last updated: Apr 12 2022 at 19:14 UTC