FHIR Chat · Document Recipients - Primary & Tracker · implementers

Stream: implementers

Topic: Document Recipients - Primary & Tracker


view this post on Zulip Dave Barnet (Jan 26 2017 at 14:41):

Apologies if this has been asked before (I did do a search but found nothing to answer my question). In CDA we defined document recipients as either primary recipients (PRCP), or trackers (TRC). We used the interaction identifier (an interaction identifier for primary recipients and one for copy recipients) to indicate the responsibilities for a copy recipient and primary recipient. These responsibilities varied from use case to use case. So in CDA we had the ability to 1) add a (structured) distribution list to a document 2) say who was a primary recipient, and who was a tracker 3) indicate the responsibilities for a primary recipient and for a copy recipient. What/where is the equivalent in FHIR in relation to document exchange?

view this post on Zulip John Moehrke (Jan 26 2017 at 15:45):

That would be elements of the container or transport; not the document... right? The document would be statements of facts, the container or transport would be about the communication responsibilities... See DocumentManifest, or Attachment, or Communication; and for transport MessageHeader and Bundle.

view this post on Zulip Lloyd McKenzie (Jan 27 2017 at 23:11):

@Dave Barnet You might also look at OperationDefinition and Task. And in fact, the whole STU 3 section on "workflow". Documents, in and of themselves, aren't actionable. No one, upon picking up and reading a document, should get out their scalpel or start counting pills. If you want to instruct someone to "do something", that must be managed through some context external to the document - and FHIR provides lots of choices. (Of the options John listed, only Communication and MessageHeader really allow the notion of differentiating recipient and only MessageHeader allows the implication of an action to be taken upon receipt. Workflow will provide other choices.


Last updated: Apr 12 2022 at 19:14 UTC