FHIR Chat · FHIR Message and/or FHIR Document · implementers

Stream: implementers

Topic: FHIR Message and/or FHIR Document


view this post on Zulip Kevin Mayfield (Feb 29 2020 at 07:09):

I'm reviewing some existing and proposed interfaces for patient referrals/handovers.
Roughly the existing (urgent care) is HL7v3 message and CDA document
The proposed (emergency care) is FHIR Message and FHIR Document.

The common model (as FHIR) is ServiceRequest, Patient, Encounter, Practitioner, Organisation and a Letter (Composition). Both the message and clinical documents interactions are supporting workflow and would want to suggest standardisation on one style.
One thought would be to use FHIR Messaging focused on ServiceRequest with the supportingInformation being a FHIR Document. This puts the focus on the Referral/Service Request, some of the interactions won't contain supportingInformation (no clinical document) plus it decouples the core message from the letter.

Q. Would the common resources (Patient, Encounter, etc) be duplicated. Once in the FHIR Message bundle and again in the FHIR Document Bundle OR can I do this inline (so no separate FHIR Document Bundle).

I tempted to go with inline (no FHIR Document). It would be desirable to support FHIR Documents, I like the linking to structured resources but I'm not seeing this done in practice.

view this post on Zulip Lloyd McKenzie (Feb 29 2020 at 15:05):

The simplest would be a message pointing to your document where the semantics of the message communicates that you're seeking fulfillment of the ServiceRequest in a known section within the document. The document Bundle must contain everything the sections point to - so anything you extract from the document for inclusion in the message bundle will have to be duplicated. (And anything duplicated has a potential for being inconsistent.)

view this post on Zulip Kevin Mayfield (Feb 29 2020 at 16:48):

I'm seeing the base interaction as having ServiceRequest with the document optional (and document could be pdf or other resource such as questionnaireResponse).
I need to check if we are actually using FHIR document or cda 'section points to', I suspect it's being used for html only. In that case could I ignore fhir document and just use composition?

view this post on Zulip Kevin Mayfield (Feb 29 2020 at 16:51):

Note: we've asked for structured FHIR or cda documents but in practice this isnt being utilised.

view this post on Zulip Lloyd McKenzie (Feb 29 2020 at 17:09):

You could ignore Composition and just use DocumentReference...

view this post on Zulip Kevin Mayfield (Mar 01 2020 at 07:52):

I'd prefer composition, I want to support a path to FHIR document (and supporting doc repositories) and if done right it's a minor manipulation of the bundle to get that.

However if I accept duplication, this may become nicely decoupled. The core referral messages are decoupled from the document.
So the core of the emergency to urgent referral MESSAGES are the same as the emergency to ED. It's the document that changes plus this allows using rest in place of messaging.

view this post on Zulip Lloyd McKenzie (Mar 01 2020 at 15:58):

If you send a Composition outside a Bundle, you wouldn't be able to count on receiving systems enacting FHIR document behaviour, though I suppose the message event code could tell them to...

view this post on Zulip Kevin Mayfield (Mar 01 2020 at 16:27):

Need to research if that is needed. I think the critical issue is getting the two separate views points: message (mostly devs) and document (mostly clinical) to follow the same hymn sheet rather than quite decoupled.

view this post on Zulip Lloyd McKenzie (Mar 01 2020 at 17:09):

Most things in FHIR that clinicians think of as being documents shouldn't actually be FHIR documents. Documents are really for things that are expected to be frozen snapshots and that need to tell a story. Referral letters is one place where this might be needed. But the referral management process after the initial letter won't typically involve documents at all.

view this post on Zulip Lloyd McKenzie (Mar 02 2020 at 22:23):

If you send a Composition outside a Bundle, you wouldn't be able to count on receiving systems enacting FHIR document behaviour, though I suppose the message event code could tell them to...

view this post on Zulip Kevin Mayfield (Mar 03 2020 at 18:00):

Looking a bit further having the two with duplication, seems a small price to pay for flexibility. The core message works on its own, as does the document.
Plus it’s only a small change to support different handover/referral scenarios with different document contents.


Last updated: Apr 12 2022 at 19:14 UTC