Stream: implementers
Topic: Medication overview
Jose Costa Teixeira (Mar 23 2021 at 11:26):
A few years ago we had some short discussion about a patient's medication overview, and how to group the different medications. At the time the answer was CarePlan. But I'm looking at CarePlan, and I want to clarify some details
Jose Costa Teixeira (Mar 23 2021 at 11:37):
a Medication(Usage) can be in status "intended" - where does that go? CarePlan.activity.plannedActivity or CarePlan.activity.performedActivity?
If it is in plannedActivity, when it evolves to status not-done, does the same resource go to CarePlan.performedActivity?
John Moehrke (Mar 23 2021 at 12:34):
I understand the method is not to have a central object group the things involved, but rather to have all the things involved pointing at the same central object. Hence why many resources have a .basedOn element.
Jose Costa Teixeira (Mar 23 2021 at 13:12):
Simple scenario: The patient has 2 medications for treatment of a given condition (gastritis): PPI and NSAID.
So we have a protocol (planDefinition) that says "PPI for 3 days, then NSAID". Then this plandefinition gets instanciated for that treatment.
Then:
- They plan to take them both (2 MedRequests + ???)
- Then they go to the pharmacy and start taking he PPI (2 Dispenses + ??? ).
- 3 days later they can start taking the NSAID. But they decide not to ( ???).
- Then they go to the GP and say that they didn't take the PPI (???)
I need a treatment identifier for each line, that allows me to track the Medication as it goes from Planned to Dispensed, to taken).
Lloyd McKenzie (Mar 23 2021 at 13:22):
MedicationUsage is supposed to be an event, so it should always be under performed. If you want to talk about what's planned, that should be MedicationRequest
Jose Costa Teixeira (Mar 23 2021 at 19:48):
Right. A medication starts as a medrequest, then becomes a medUsage. Where do I put the common identifier for the treatment?
Jose Costa Teixeira (Mar 23 2021 at 19:50):
In the carePlan itself, right?
Jose Costa Teixeira (Mar 23 2021 at 19:50):
so for my scenario, I have 1 careplan for PPI and another carePlan for NSAID
Jose Costa Teixeira (Mar 23 2021 at 21:41):
what I still need is a place (a single place) to put the MedicationUsage to represent the summary of the medication - start/end, dosage, drug..
Jose Costa Teixeira (Mar 23 2021 at 22:07):
@Oliver Egger you also have the notion of "medication treatment" but I think you use a medstatement directly to represent the treatment, right? I'm inclined to follow that approach as well
Lloyd McKenzie (Mar 23 2021 at 22:39):
CarePlan.activity.id I guess?
Jose Costa Teixeira (Mar 24 2021 at 06:55):
I can just use the careplan.id, because I need a careplan for each medication line.
Jose Costa Teixeira (Mar 24 2021 at 06:58):
The challenge I have is where to put that medication line's dosage, start/end, type...
Jose Costa Teixeira (Mar 24 2021 at 06:59):
I could use those as discrete elements in the activitydetail, but I only have it for plannedActivity, which means that after the activity is actually ongoing, i'd have to abandon that?
Jose Costa Teixeira (Mar 24 2021 at 07:00):
and I would like to use a dosage datatype instead of the different elements of dailyamount and quantity.
Jose Costa Teixeira (Mar 24 2021 at 07:02):
@Michelle (Moseman) Miller @Emma Jones shouldn't CarePlan use Dosage datatype?
Oliver Egger (Mar 24 2021 at 07:03):
yes, there was discussion if to use MedicationRequest or MedicationStatement and we settled on MedicationStatement (which will be renamed in R4B to MedicationUsage)
Jose Costa Teixeira (Mar 24 2021 at 07:06):
Ideally, i'd just use a MedicationStatement in the activity detail under a careplan, and in that Statement I keep the product, the dosage etc.
Jose Costa Teixeira (Mar 24 2021 at 07:06):
Thanks @Oliver Egger
Jose Costa Teixeira (Mar 24 2021 at 07:08):
I think the semantics of MedicationStatement become a bit more flexible here: it means an event "someone has declared that this patient should be or has been taking this drug in this regimen".
Lloyd McKenzie (Mar 24 2021 at 12:54):
MedicationStatement is a reflection of the patient's declaration of "what's happening". It's not a reflection of what should happen. Sometimes the "what's happening" is a future-oriented statement. E.g. "I'm going to start taking my meds next week when I'm back from my trip". But it's still a reflection of patient action. Sometimes it's inferred. E.g. "We know patient was prescribed or dispensed X, so we'll assume in our summary that they're on it". But it's always documentation about "what is". If you want to talk express "what should be", you need to use MedicationRequest. That's the resource that reflects what's prescribed or what the care coordinator intends to happen.
Lloyd McKenzie (Mar 24 2021 at 12:55):
So, from a CarePlan perspective, you'd have MedicationRequest that would document what dose they're supposed to be taking and MedicationStatement reflecting what dose they are taking (or, sometimes, expect to be taking).
Jose Costa Teixeira (Mar 24 2021 at 16:16):
What I am looking is a single placeholder for that, without having to switch between resources.
Jose Costa Teixeira (Mar 24 2021 at 16:17):
(I can do this slightly abusing the resources, or making an extension, but I think it's better to discuss here to see if there is a better way).
@Lloyd McKenzie Knowin that difference between the resources, I am basically looking at a way to define a medication treatment that may or not have started
Lloyd McKenzie (Mar 24 2021 at 16:50):
You wouldn't have a single resource for anything else - "I plan to do these lab tests" vs. "I have done these lab tests" would be distinct resources. So would "I plan to make a referral" vs. "Here's the result of the referral". Why should medications be different?
Lloyd McKenzie (Mar 24 2021 at 16:51):
You're free to just use CarePlan.activity, but it won't give you much detail. If you need dosage details about both what was (or will be) ordered and what's actually being taken, you're going to need distinct resources.
Jose Costa Teixeira (Mar 24 2021 at 17:11):
there is a notion (which is what I'm trying to exchange) which is:
"from this moment on, this person is on this treatment" or "this person was on this treatment".
In some cases, the treatment is defined (à la CarePlan), and then prescriptions are issued to support that - for example psychiatric treatments, or other long-term medication usage.
Jose Costa Teixeira (Mar 24 2021 at 17:11):
in some other cases we are just catching up with existing treatments.
Jose Costa Teixeira (Mar 24 2021 at 17:11):
And a treatment has a dosage, a product, a duration...
Lloyd McKenzie (Mar 24 2021 at 17:15):
That sounds like MedicationRequest to me - it's describing what's supposed to be happening.
Jose Costa Teixeira (Mar 24 2021 at 17:27):
correct, except for those where we are just catching up and say "you have been taking this drug without prescription? Good, we will add you to your treatment plan, and from now on we will issue prescriptions"
Lloyd McKenzie (Mar 24 2021 at 17:38):
MedicationRequest doesn't have to be about prescriptions - anything that's proposed or planned can be a MedicationRequest - even if it hasn't been (and might never be) prescribed.
Jose Costa Teixeira (Mar 24 2021 at 17:51):
Yes, my point is that the last example I gave does not start with a prescription. it starts with a statement.
Jose Costa Teixeira (Mar 24 2021 at 17:52):
Above those 2 cases (planned medication vs catching up) I want a "treatment"
Jose Costa Teixeira (Mar 24 2021 at 17:52):
I'll finish my logical model and bring it up
Lloyd McKenzie (Mar 24 2021 at 17:55):
If you're using CarePlan, then you're talking about "intended treatment" (as well as tracking the 'actual'). You might start with "what's happening now", but as soon as you stick it into CarePlan, it's about "what do you intend to happen"
Jose Costa Teixeira (Mar 24 2021 at 17:59):
CarePlan can also be used for stuff that happened already, right?
Lloyd McKenzie (Mar 24 2021 at 18:25):
Only as tracked against the 'plan'. There's no ability to talk about activities except in the context of CarePlan.activity - which is about a 'planned' activity. Within that, you can link to "what's planned" or "what's happened" or both.
Jose Costa Teixeira (Mar 24 2021 at 18:28):
That would shatter my hopes of using careplan to track medication treatment..
Lloyd McKenzie (Mar 24 2021 at 18:31):
Not really understanding why?
Jay Lyle (Mar 24 2021 at 22:14):
Pharmacy is working on some med list guidelines.
Jose Costa Teixeira (Mar 24 2021 at 22:49):
I read them. These are discussions from IHE and Belgium, who have requirements that are similar to the Swiss implementation
Jose Costa Teixeira (Mar 24 2021 at 22:54):
Lloyd McKenzie said:
Not really understanding why?
if the careplan can only represent things that were planned, this prevents me from using carePlan to represent the medication that started a few weeks ago but now is properly prescribed etc.
Jose Costa Teixeira (Mar 24 2021 at 22:54):
right?
Lloyd McKenzie (Mar 25 2021 at 00:46):
You can put stuff into the plan today that's been happening for a while. What you can't do is put stuff in the plan that isn't planned "as of now"
Jay Lyle (Mar 26 2021 at 20:34):
@Jose Costa Teixeira You can state an intention with a Request, or a description with a Statement. I'm not sure I understand what requirement is being supported by plugging them together in a CarePlan (rather than with basedOn).
(In the DAM we are trying to address people reviewing the planned activities and negotiating and signing off, but that's not in 4.)
Are you suggesting that the CarePlan is the way you'd associate a Request & Statement for which the Statement precedes the Request?
@Lloyd McKenzie , where do we get the idea you can't retrospectively put in activities that were planned previously? This wouldn't be a case for Linkage, would it?
Perhaps we could bring this up on the careplan call.
Lloyd McKenzie (Mar 26 2021 at 20:50):
I'm saying you can put in activities, even if they weren't planned previously (they just happened to get executed). But from the point you put them in the CarePlan, they're planned from that point forward. You can't have a CarePlan that lists something that isn't (as of now) 'planned'. Though you could have a plan that says "we plan for them to stop taking this" with a current activity that shows them taking it and perhaps an extension that indicates that the patient has communicated they have no intention of ever stopping.
Jose Costa Teixeira (Mar 28 2021 at 09:39):
Jay Lyle said:
Jose Costa Teixeira You can state an intention with a Request, or a description with a Statement. I'm not sure I understand what requirement is being supported by plugging them together in a CarePlan (rather than with basedOn).
Are you suggesting that the CarePlan is the way you'd associate a Request & Statement for which the Statement precedes the Request?
Yes, and a Dispense when the Dispense precedes the Request
Jose Costa Teixeira (Mar 28 2021 at 21:18):
I need to send the overview of a patient's medication in a summary form.
Jose Costa Teixeira (Mar 28 2021 at 21:21):
and i'd like to have a "treatment" represented in a consistent way, whether it is resulting from a prior plan, or just a statement of prior usage
Jose Costa Teixeira (Mar 28 2021 at 21:23):
e.g. patient says they are on PPIs for 2 months now, that creates a "treatment" entry. Physician enters it into their system.
Jose Costa Teixeira (Mar 28 2021 at 21:23):
then a physician sees that and decides to prescribe a change to the treatment.
Jose Costa Teixeira (Mar 28 2021 at 21:25):
the first part I have a MedUsage for "PPI 20mg 2x a day before meals when needed" Then I have a MedRequest for "PPI 40 mg 2x day", intent=plan
Jose Costa Teixeira (Mar 28 2021 at 21:26):
but I want a consistent way to show to another GP that "this treatment was 20 mg 2x/day, now the same treatment has evolved to 40 mg 2x/day"
Richard Townley-O'Neill (Mar 29 2021 at 07:30):
Does chaining MedicationRequests with priorPrescription work? Create one MedicationRequest for the 20mg and a second for the 40mg pointing back to the 20mg one. Each change of dose for the treatment is a new node in the chain.
Jose Costa Teixeira (Mar 29 2021 at 07:58):
I don't see this as a chain - doing this as a chain gets really confusing in terms of managing status when we add dispenses and verbal changes to the mix.
Jose Costa Teixeira (Mar 29 2021 at 07:59):
IMO the solution is close to what you suggest, but the "plan" has to be an "umbrella" artifact.
Jose Costa Teixeira (Mar 29 2021 at 08:06):
I could add a MedRequest as a placeholder for all medication (even those as reported via a MedStatement), but that also has the same semantic inconsistency, right? that is no longer planned, we are just writing down what the patient had
Jose Costa Teixeira (Mar 29 2021 at 08:06):
i.e. if I were to do a MedRequest/Plan as that placeholder/overview, I'd think it makes more sense to use a MedStatement for that purpose.
Lloyd McKenzie (Mar 29 2021 at 14:21):
priorPrescription is used when you're doing renewals. It says the new one replaces the old one - it wouldn't drive chaining. If you want a set of orders with timing constraints between them, you need to look at RequestGroup
Jose Costa Teixeira (Mar 29 2021 at 16:02):
I'm not focusing on the chaining of requests. I just want one vehicle for "Medication Treatment", that contains how the medication was (planned to be) taken.
Jose Costa Teixeira (Mar 29 2021 at 16:02):
a single "umbrella" description of medication.
Jose Costa Teixeira (Mar 29 2021 at 16:03):
I understand this not to be standard, so I don't mind extending. But I don't want to make assumptions that break the intended purpose of the resources.
Lloyd McKenzie (Mar 29 2021 at 16:09):
MedicationRequest allows you to express "planned to be". MedicationStatement allows you to express what's actually happening.
Russell Leftwich (Mar 29 2021 at 16:21):
The difference between what was planned and what the individual is currently taking is an important patient safety issue. When there is a medication change and a new medication is substituted or a dose is changed (ie the plan is changed), the MedicationRequest does not get cancelled or updated. This is particularly true when the patient is in their usual environment: at home.
Jose Costa Teixeira (Mar 29 2021 at 16:39):
I want to exchange a medication overview. In our current standard and in another implementation, that is one object. It is "basedOn" the prescriptions, the statements, the dispenses. But it is not a plan (unless we extend the meaning of the word "plan")
Jose Costa Teixeira (Mar 29 2021 at 16:53):
Russell Leftwich said:
The difference between what was planned and what the individual is currently taking is an important patient safety issue. When there is a medication change and a new medication is substituted or a dose is changed (ie the plan is changed), the MedicationRequest does not get cancelled or updated. This is particularly true when the patient is in their usual environment: at home.
Yes, that is one example of what I want to achieve.
A patient is reported to be taking a PPI, 20 mg bid. This is a Statement. After seeing the physician, the physician says "I didn't know that, but keep taking it, but now take 2 capsules = 40 mg" - This is now a Plan.
What I'm after is - what is the artifact that changes? where is the common "thing" that started as a Statement and now is continued with a proper Plan? That is what I am calling a Treatment. Perhaps this "treatment" is just an ID, no more details.
Lloyd McKenzie (Mar 29 2021 at 17:20):
There's no mechanism in FHIR that lets you convey both "what is planned" and "what is happening" with a single FHIR resource (for medications or for anything else).
Jose Costa Teixeira (Mar 29 2021 at 17:22):
actually, it's more "what is planned for this treatment" and "what is happening for this treatment" - and I'm just looking for the treatment itself. Perhaps I only have the treatment id (activityId)
Christof Gessner (Mar 29 2021 at 18:38):
@Jose Costa Teixeira see somewhat related discussion in #Medication/Status values in MedStat...
Jose Costa Teixeira (Mar 30 2021 at 07:57):
@Christof Gessner It's only partially related.
What I am looking for is a way to express "this is the medication that a patient is/will be/has been taken in April", regardless of whether we are in March, April, or in May. And something that can keep its role of "umbrella" summary, regardless of whether there has been a prescription and dispense meanwhile.
The concept is somwhat similar to the IHE PCC concept 1.3.6.1.4.1.19376.1.5.3.1.3.19, - which I actually always found intrinsically ambiguous, so maybe I should just resist temptation.
Russell Leftwich (Mar 30 2021 at 11:45):
Medication reconciliation is not a problem new to FHIR. The "what is happening" is a reconciled medication list. It is both what is happening and the plan until someone changes it. It is a List of simultaneous MedicationStatements. Representing it separately as activities seems redundant.
Jose Costa Teixeira (Mar 30 2021 at 15:13):
could be a reconciled list, but also a list as input for reconciliation. Besides that, @Russell Leftwich it is what we have in IHE PCC, and according to me, it maps to MedicationStatements; but I am not sure I have the correct understanding.
Jose Costa Teixeira (Mar 30 2021 at 15:14):
MedicationUsage has as scope:
- the recording of an intake medication list upon admission to hospital
- the summarization of a patient's "active medications" in a patient profile
Stephen Chu (Apr 02 2021 at 02:05):
(deleted)
Stephen Chu (Apr 02 2021 at 02:08):
Jose Costa Teixeira said:
could be a reconciled list, but also a list as input for reconciliation. Besides that, Russell Leftwich it is what we have in IHE PCC, and according to me, it maps to MedicationStatements; but I am not sure I have the correct understanding.
Stephen Chu1:05 PM
@Jose Costa Teixeira the medication review and reconciliation process happens when the patient is admitted to the hospital, before the patient is discharged, and also periodically within the community/primary care settings (for patients with chronic conditions). The inputs to the process includes: any known medication lists (which may have been previously reconciled or unreconciled). The output will be a single reconciled medication list.
Stephen Chu (Apr 02 2021 at 02:10):
Jose Costa Teixeira said:
MedicationUsage has as scope:
- the recording of an intake medication list upon admission to hospital
- the summarization of a patient's "active medications" in a patient profile
@Jose Costa Teixeira As for the scope of the MedicationUsage: Bullet point 1 - need to include "at discharge from the hospital". Bullet point 2 - the concept of "active medication" is problematic. This concept can lead to exclusion of discontinued medication where the washout period of a medication (e.g. many psychotropic medications) is still in effect. So it will be useful (and clinically safer) to replace it with "relevant medication" in a patient's profile
Jose Costa Teixeira (Apr 02 2021 at 08:17):
Yes, and that is exactly the discussion I am trying to avoid. I want one vehicle for medication summary, whether it is active, recent, relevant,...
Jose Costa Teixeira (Apr 02 2021 at 13:17):
So my doubt point is:
The MedUsage resource says that it can be used as a line in a patient's medication summary. But I understand that "summary" may include things that are past, ongoing or planned.
Jame Dang (Apr 05 2021 at 10:34):
Hi @Jose Costa Teixeira : I'm working with Regimen and I think the Regimen can be presented by PlanDefinition resource, is that true ?
Jose Costa Teixeira (Apr 05 2021 at 10:38):
PlanDefinition can represent treatment protocols that are not for any specific patient.
Jose Costa Teixeira (Apr 05 2021 at 10:38):
In the medication overview, I am interested in the patient's plans.
Jame Dang (Apr 05 2021 at 10:40):
Yes. So I think the PlanDefinition is most suitable for the Regimen because that is general guide for treatment, not using for specific patient
Jame Dang (Apr 05 2021 at 10:41):
For example : we can have the regimen using for treatment of Chronic decease like diabetes
Jame Dang (Apr 05 2021 at 10:42):
The careplan is used for each patient, I think that
Jame Dang (Apr 05 2021 at 10:43):
I'm sorry maybe I'm in wrong topic? Is there any topic about the PlanDefinition?
Jose Costa Teixeira (Apr 05 2021 at 11:14):
Now there is :) (a topic for that)
Jose Costa Teixeira (Apr 05 2021 at 11:16):
What I am looking for is a way to say "this treatment line is for amlodipine every day" (independently that is starting with a plan, a prescription, or a statement by the patient - we never know what comes first)
Lloyd McKenzie (Apr 05 2021 at 16:03):
If you want to convey both "what's happening" as well as "what's supposed to be happening", you need two resources. That's true for medications, observations, procedures, and anything else in FHIR.
Jose Costa Teixeira (Apr 05 2021 at 20:50):
so, in the medicationusage scope http://build.fhir.org/medicationusage.html#scope ,
the sentence "the summarization of a patient's "active medications" in a patient profile" should be clarified to express it is only past medications?
Jose Costa Teixeira (Apr 05 2021 at 20:51):
or that this includes past and ongoing, but never future?
Jose Costa Teixeira (Apr 05 2021 at 20:52):
and from the moment that something goes from "planned" to "ongoing", the user interface needs to look at the other esource?
Jose Costa Teixeira (Apr 05 2021 at 20:53):
(I think I could handle that, but it does deviate from my understanding of the Swiss implementation which is our reference, and it is in production, I believe)
Jose Costa Teixeira (Apr 05 2021 at 20:55):
(note that this discsusion is to see if there is a common base to do these things. I expect this to be an IHE profile. At this moment I imagine at least 2 ways to address the issue, so I want to be sure there's some alignment before I take either)
Hugh Glover (Apr 06 2021 at 11:32):
There is a Vulcan connectathon track looking at Real World Data and they have chosen to look at concurrent medication as a key problem to resolve. This means taking medication data from the EHR (potentially several different EHRs) and reconciling it all together into a single source of "truth". In practice the "truth" will be a reflection of a judgement call performed by a process of some sort - this might be purely algorithmic, or it may be a human mediated interpretation. Either way the input to this process is a mess of Medication Requests, Dispenses, Administrations and Statements - the output should be a set of Medication Statements since they are effectively assertions about what the process believes the patient has received.
@Jose Costa Teixeira this isn't exactly the same as the problem you are looking at, but it has some obvious parallels.
Jose Costa Teixeira (Apr 06 2021 at 12:45):
Right. This thread is about the output being a set of Medication Statements - is that also true when the patient says "i'm planned to do this, maybe someday i'll do it" or when the physician says "this patient is /may be advised to start that medication before they turn 12" ?
Hugh Glover (Apr 06 2021 at 14:21):
In both those cases there is some suggestion that a medication may be taken. If that medication is Aspirin or Chloramphenecol Eye Drops a clinician would probably ignore it, but if it were Methotrexate they would be very interested because it has lifetime effects. It is the interpretation that matters and the interpretation could be expressed as a medication statement. Who makes the statement is important. I think this is the same for your attempt to thread together a series of medication related resources in a care plan,
Jose Costa Teixeira (Apr 06 2021 at 22:36):
This should be agnostic of clinical interpretations. My understanding of the discussion in this thread is that the use of medStatement is not consensual
Jose Costa Teixeira (Apr 06 2021 at 22:37):
I.e. we'd only use the statement for past meds
Peter Jordan (Apr 06 2021 at 23:07):
Jose Costa Teixeira said:
This should be agnostic of clinical interpretations. My understanding of the discussion in this thread is that the use of medStatement is not consensual
I'd look at this another way. We should be examining as many of the use cases for Medication Statements as possible, not taking a 'one size fits all' approach.
Christof Gessner (Apr 06 2021 at 23:17):
Maybe off-topic, but from the work on vaccination I learned about ImmunizationEvaluation and ImmunizationRecommendation resources: Looking retrospectively on a set of "Administrations", then suggesting a next "Request". Maybe something to apply to Medications (towards re-adjustment of a "plan"?)
Jose Costa Teixeira (Apr 07 2021 at 06:22):
Peter Jordan said:
I'd look at this another way. We should be examining as many of the use cases for Medication Statements as possible, not taking a 'one size fits all' approach.
I don't understand. I'm starting with the assumption that there are many - too many - "use cases" for medication list.
So I think we need to remove the "what the physician wants to see" and "what the physician wants to include" because those are not things we can standardize in a given system, let alone in an international standard
Jose Costa Teixeira (Apr 07 2021 at 06:24):
so it's not a "one shoe size fits all" but more "shoe factory, because people have different feet size and preferences and environments and habits and...."
Jose Costa Teixeira (Apr 07 2021 at 06:28):
Christof Gessner said:
Maybe off-topic, but from the work on vaccination I learned about ImmunizationEvaluation and ImmunizationRecommendation resources: Looking retrospectively on a set of "Administrations", then suggesting a next "Request". Maybe something to apply to Medications (towards re-adjustment of a "plan"?)
Yes. The one point that I'm looking for here is the use of a MedicationStatement as a common summary of this: when we increase the dose of a treatment (the notion of "treatment" does not exist in FHIR), where do you capture this in a summary form? I'd prefer the answer to be "in a MedStatement", rather than "it depends on whether the medication is still planned or presumed ongoing/past"
Melva Peters (Apr 07 2021 at 13:54):
@Peter Jordan The Pharmacy Work Group has a project under way to develop guidance for Medication Lists - we don't believe there is a single approach to creating a medication list. You have to consider the context of use and it might involve multiple resources and not just a single resource.
Jose Costa Teixeira (Apr 07 2021 at 15:34):
@Melva Peters I want to use the resources as they are in the guidance so far. The sentence "the summarization of a patient's "active medications" that is in the medicationUsage scope - is that sentence correct? Does it apply to a specific definition of active? Does it overlap with other resources?
Peter Jordan (Apr 07 2021 at 20:40):
@Melva Peters - yes, there are many contexts of use, from both provider and consumer perspectives. Some require transactional views, others summaries and current state views.
@Jose Costa Teixeira IMO, excluding specific requirements because they cannot be standardized is the wrong approach. The solution has to be sufficiently flexible to cater for what a clinician 'wants to see' or 'wants to include', in ALL countries, otherwise it will not be fit for purpose.
Jose Costa Teixeira (Apr 07 2021 at 20:41):
@Peter Jordan that is not the way I mean it.
Jose Costa Teixeira (Apr 07 2021 at 20:43):
What I mean is: here's a power plug. it doesn't matter - if you are using it for a toaster or a heater or a fan. There have been too many discussions about whether it is better to plug a fan or a toaster. What I say is that such a discussions is only useful to determine the boundaries.
Jose Costa Teixeira (Apr 07 2021 at 20:45):
And 10 years ago we started a discussion that designing a power plug just for lamps or fans is silly
Jose Costa Teixeira (Apr 07 2021 at 20:46):
I had a smaller question and it still remains open. (I'm used to this discussion spreading quickly so I need to keep focus)
Jose Costa Teixeira (Apr 07 2021 at 20:47):
For reference, I am trying to do something along the lines of IHE's PML profile but better
Lloyd McKenzie (Apr 08 2021 at 02:08):
When talking about 'active' medications, there are two different meanings for active - what is the patient supposed to be on (represented with MedicationRequest) and what is the patient actually taking (represented using MedicationStatement/MedicationUsage). If you've got a well-defined definition of what you want for 'active', then you can get away with one resource or the other. If you need both perspectives, you'll have to use both resources.
Peter Jordan (Apr 08 2021 at 03:36):
Agreed @Lloyd McKenzie . In practice, particularly for community provider systems, it's far easier to determine the status of a request than the usage. In many cases, a MedicationStatement.status will be Unknown ("The state of the medication use is not currently known.") as, without direct evidence or consumer input, it's not safe to assume that any given medication is being taken or taken in accordance with instructions.
Jose Costa Teixeira (Apr 08 2021 at 06:25):
There are more definitions for active.
As there are more definitions of "a medication" - is Paracetamol tablets and Paracetamol effervescent tablets one medication...? That variance is why I need to have a "treatment summary".
Jose Costa Teixeira (Apr 08 2021 at 06:28):
If patient is prescribed Paracetamol 1g tabs but changes to 1 g effervescent tabs (or other change), it may be considered still as the same treatment. To transmit that treatment, it doesn't matter whether the patient has started taking the meds or not.
Jose Costa Teixeira (Apr 08 2021 at 06:31):
@Peter Jordan the purpose is not trying to standardize what is not possible to standardize, because indeed this needs to be valid for all countries for all use cases. This is why I leave the "definition of what is active" to the side - there will never be a cosnensus there. What we have to do is a mechanism that allows us to support those variants.
Jose Costa Teixeira (Apr 08 2021 at 06:33):
I think i will just follow the swiss who have thought this well and implemented this, and use MedStatement for the interpreted summary of a mediction treatment (planned, planned and presumed started, or just started). The actual truth will be in the medication details (prescription, plan, dispense, admins etc)
Lloyd McKenzie (Apr 08 2021 at 14:55):
Take a look at the planned changes to MedicationUsage - concepts like "stopped", "on hold", etc. have all been dropped from MedicationUsage. It essentially just captures "taking" and "not-taking" (with some qualifiers for whether or not they're taking as directed or not). If you choose the MedicationStatement path, be sure that you're comfortable with that as an eventual direction.
Peter Jordan (Apr 08 2021 at 22:29):
Lloyd McKenzie said:
If you choose the MedicationStatement path, be sure that you're comfortable with that as an eventual direction.
Hmm. For those of us implementing IPS, that is the only path and if the ONC/GDHP target of 20 national implementations of IPS by the end of 2022 is met...
Julian Sass (Nov 11 2021 at 15:32):
Melva Peters said:
Peter Jordan The Pharmacy Work Group has a project under way to develop guidance for Medication Lists - we don't believe there is a single approach to creating a medication list. You have to consider the context of use and it might involve multiple resources and not just a single resource.
We're looking for guidance on medication lists. Our use case is the list of medications a patient is taking on admission to a hospital and on discharge. Currently we're using the List resource with code medications
from http://terminology.hl7.org/CodeSystem/list-example-use-codes but the 'on admission' and 'on discharge' qualifiers are missing. Has anyone done something similar?
Jose Costa Teixeira (Nov 11 2021 at 19:03):
I'm not sure about List. The list of medications retains authorship, consistency, context - so better a Composition
Jose Costa Teixeira (Nov 11 2021 at 19:05):
We're half way to document a rather comprehensive Medication Record - it's rather big because, well, this problem is never simple.
Jose Costa Teixeira (Nov 11 2021 at 19:12):
But if you can scope it down and you're just after the Composition/List of MedStatements in admission and discharge, you can make your own codes. I don't think the code medications is supposed to be precise enough.
Jose Costa Teixeira (Nov 11 2021 at 19:14):
there might be variations on the definition of "meds patient is taking on admission" , in which case your code will be only your code.
Julian Sass (Nov 12 2021 at 09:23):
Jose Costa Teixeira said:
I'm not sure about List. The list of medications retains authorship, consistency, context - so better a Composition
That's right. But you could organize medications in a List and have that List inside a Composition.
But if you can scope it down and you're just after the Composition/List of MedStatements in admission and discharge, you can make your own codes. I don't think the code medications is supposed to be precise enough.
Yes, will probably do this to add that extra bit of information.
Lloyd McKenzie (Nov 15 2021 at 06:31):
@Jose Costa Teixeira I don't understand that statement. A list of meds on admission is definitely intended to be handled by List with no need for Composition at all. Lists also have authorship and consistency and context. Composition seems way too heavy to use in this circumstance.
Last updated: Apr 12 2022 at 19:14 UTC