Stream: implementers
Topic: Communication.basedOn vs .partOf?
Tim Berezny (Dec 10 2018 at 18:53):
What's the difference between communication.basedOn and Communcation.partOf?
Richard Townley-O'Neill (Dec 10 2018 at 23:08):
As I read the design: if I request several letters be sent to a patient in a collection, the Communication.partOf would point to the collection and Communication.basedOn would point to the request.
Lloyd McKenzie (Dec 11 2018 at 00:03):
basedOn is the proposal, plan or order that led to the information being disclosed. partOf is the event the communication was part of - e.g. if you disclosed as "part" of counselling, it would be partOf that Procedure.
Lloyd McKenzie (Dec 11 2018 at 00:03):
partOf isn't really about collections. Collections (e.g. List, Composition) point to their members rather than vice versa
Richard Townley-O'Neill (Dec 11 2018 at 00:12):
#677 created to add clarification to spec.
Tim Berezny (Dec 11 2018 at 13:35):
I think I understand, thanks.
Last updated: Apr 12 2022 at 19:14 UTC