Hi,
I have questions about how to represent the relationship between ServiceRequest and CarePlan.
For example, suppose I create a new CarePlan with 4 ServiceRequests.
Now, I need to add a new ServiceRequest to the CarePlan. Can I use any options below?
-
I get a CarePlan, add the ServiceRequest reference in activity field and update the CarePlan.
-
I include the CarePlan reference in the basedOn field of ServiceRequest and save it.
I’m having a doubt if both options have the same meaning.
I saw this text below in the specification but I still have doubts about it.
Requests that are pointed to by a CarePlan using this element should not point to this CarePlan using the “basedOn” element. i.e. Requests that are part of a CarePlan are not “based on” the CarePlan.
Reading this text I think that a ServiceRequest “basedOn” CarePlan it is not part of the same CarePlan.
So what does “basedOn” represent clinically in this context?
Thanks!