FHIR Chat · Medication Reconciliation · implementers

Stream: implementers

Topic: Medication Reconciliation


view this post on Zulip Chad Albert (Jul 07 2016 at 20:47):

Good day. I was wondering if anyone's seen or done anything with extensions for medication reconciliation??

view this post on Zulip David Hay (Jul 07 2016 at 21:55):

some thoughts here: https://fhirblog.com/2013/10/31/representing-a-patients-list-of-medications-in-fhir/ (a bit dated tho...)

view this post on Zulip Brian Postlethwaite (Jul 08 2016 at 06:19):

I think it might be time to revisit this one, and comment on the current state of this.
Or an update to the article. :)

view this post on Zulip David Hay (Jul 08 2016 at 06:31):

yes, a new post is needed! I'll put it on the list :)

view this post on Zulip David Teirney (Dec 06 2016 at 09:19):

What is the appropriate content to revisit here? We're working with some vendors who provide medication reconciliation solutions and we're looking to understand what the appropriate FHIR API is to have that information written to and then exposed from our FHIR server. Current Resource Lists looks like the right area to be investigating (https://www.hl7.org/fhir/lifecycle.html#current). Are we on the right track there?

view this post on Zulip Michelle (Moseman) Miller (Dec 06 2016 at 15:06):

We've implemented MedicationStatement, which addresses a subset of the Medication Reconciliation workflow. For example....

1. Capture the patient’s current medication list (typically a nursing workflow).
We've implemented MedicationStatement for this part of the workflow. A MedicationStatement can be created to represent a patient-reported over-the-counter medication, a patient-reported medication that was prescribed by another provider (using a different system), as well as statements of compliance (e.g. taking as prescribed or not) for prescriptions/medications previously ordered within our system.

2. At each change of venue, compare and update the patient’s medication list (typically a physician workflow).
The FHIR List resource seems reasonable to convey a historical snapshot of the medication list at each change of venue, along with who took what actions on each order, but we haven't actually implemented List yet. Some of the US-based MU use cases (such as retrieving the current list) can be met via MedicationStatement alone.

3.Communicate the list, which could consist of generating a report to give to the patient or receiving provider (for transfers). We haven't implemented any queries to retrieve those reports.


Last updated: Apr 12 2022 at 19:14 UTC