Stream: social
Topic: A way to feed medications back to EMR?
Peter L. (Feb 11 2020 at 13:37):
Hi there,
What FHIR (and CDS hooks) seem to have mainly in mind are apps that present or interpret clinical data instantly. So you can get your FHIR input, execute rules and return recommendations, but at least regarding medications, FHIR is pretty read-only.
But what if my app shows a UI that enables the clinician to make decisions about medications? For example, it can show several possible ways of modifying medications, replacing an existing one for a new one, etc, and let the doctor decide. The problem of course is that I don't what the clinician to retype or copy-paste those changes to medication order tab in the EMR - instead, I'd like a way to create orders / discontinue medications in the EMR from my app. The clinician will still need to sign them of course, but at least he doesn't need to retype them.
Is there any standard way of doing that? Or less standard that will work in Cerner / Epic? Suggestions in CDS cards are a synchronous response to a trigger, not app-initiated...
Thanks in advance!
Brendan Keeler (Feb 11 2020 at 15:25):
This should probably be in #implementers
Brendan Keeler (Feb 11 2020 at 15:26):
Although I do like the idea of medications as a social endeavour
Brendan Keeler (Feb 11 2020 at 15:26):
Your use case sounds like FHIR messaging to me
Grahame Grieve (Feb 11 2020 at 19:49):
FHIR itself is not read-only. It's just the Argonaut take on it that is focused on read-only
Lloyd McKenzie (Feb 11 2020 at 19:53):
I'd frame it as Argonaut prioritizes read-only in a phased approach that gradually introduces write (on the grounds that read-only is easier and writing some resources is easier than others)
Michele Mottini (Feb 11 2020 at 19:55):
You can write MedicationStatement back to Cerner: https://fhir.cerner.com/millennium/dstu2/medications/medication-statement/#create
Carl Anderson (Feb 11 2020 at 22:00):
TL;DR - there may be a CDS Hooks & SMART Web Messaging solution worth discussing over in #smart or #cds-hooks
I think the CDS hooks + SMART Web Messaging approach to this problem has potential. One way it could play out is: the doctor opens a patient chart and a patient-view
hook notifies a service which determines that the patient's med list could be optimized. That service returns a 'card' to the EHR which is shown to the doctor. The card could provide a smart app link that launches a SMART app capable of guiding the provider through changes to a medication list. The app could take advantage of SMART Web Messaging to manipulate a draft order set in the EHR system - so when the app is closed, it's simply up to the doctor to review and sign the order.
Last updated: Apr 12 2022 at 19:14 UTC