Stream: Medication
Topic: Representing dosage in medications with multiple active i...
Tim Blake (Nov 29 2019 at 01:17):
I’m working in a scenario where we are dealing with many medications that have multiple (I.e. 2-3) active ingredients. Whilst these medications can usually be represented using a single drug catalog code, I’ve got a question about how best to represent the dosage in this scenario.
For example:
Piperacillin 4g Tazobactam 500mg
Many clinical systems seem to store the dosage of the first active ingredient only. Some will use that and a knowledge of the ratio to automatically calculate the dosage of the second active ingredient.
My question is: what is the best practice regarding how to represent dosage in FHIR? Should I include multiple dosages, or a single dosage with some kind of ratio?
Thanks.
Richard Townley-O'Neill (Nov 29 2019 at 02:03):
Some thoughts: Dosage is dosage of an item.
If the item is in tablets, dosage can be in tablets, say 2 tablets
If the item is a liquid, dosage can be in ml of the liquid.
The complexity of the composition of the medication is in MedicationUsage.medication, which is a sibling of MedicationUsage.dosage.
Tim Blake (Dec 10 2019 at 22:13):
@Richard Townley-O'Neill Not quite sure what you're referring to with MedicationUsage?
Tim Blake (Dec 10 2019 at 22:14):
Upon further reading, isn't what I want to use the "strength" of relevant ingredients using Ratios?
Melva Peters (Dec 10 2019 at 22:22):
Strength represents the amount of the ingredient in the dosage form (for example, in your example, Piperacillin 4g). The dosage of Piperacillin that is to be given is different. My experience is that the dosage is often in text rather than structured. :( Pharmacy has a change request to add a text line to represent the dosage of the overall MedicationRequest so you could say Give 4.5g Piperacillin and 700mg Tazobactam. While you can include multiple dosage lines, there is no way to point those lines to a specific ingredient. I would encourage you to add a JIRA issue for Pharmacy to consider with your specific use case.
Tim Blake (Dec 10 2019 at 22:28):
Thanks @Melva Peters Can you please point me to where I raise a JIRA issue, as I haven't done that before. As a workaround in the mean time, would a text based compound dosage be a reasonable approach, i.e. dosage = "8g / 1000mg"?
Melva Peters (Dec 10 2019 at 22:31):
Here's the link to JIRA. https://jira.hl7.org/projects/FHIR/issues/FHIR-18445?filter=allopenissues I would suggest you could use an extension - we will be adding an attribute to MedicationRequest, Dispense and Statement that is a text field called MedicationRequest.dosagetext
Tim Blake (Dec 10 2019 at 22:34):
Thanks. But that's just a workaround. In the longer term is there a way to link dosage statements to active ingredients for complex compound medications?
Melva Peters (Dec 10 2019 at 22:35):
Yes, that's a workaround. Add the JIRA issue and join the Pharmacy WG call to ensure your requirements are met
Tim Blake (Dec 10 2019 at 22:35):
Okay, thanks.
Melva Peters (Dec 10 2019 at 22:37):
I just noticed that the name of the new attribute that has been proposed is renderedDosageInstruction rather than dosagetext.
Tim Blake (Dec 10 2019 at 22:38):
Of what type? string?
Melva Peters (Dec 10 2019 at 22:39):
Yes
Last updated: Apr 12 2022 at 19:14 UTC