FHIR Chat · Representing Dose · Medication

Stream: Medication

Topic: Representing Dose


view this post on Zulip Carmela Couderc (Mar 04 2021 at 15:54):

Representing dose in MedicationAdministration.dosage or MedicationRequest.dosageInstruction
(both reference Dosage datatype)
Reviewed 2 examples:
https://www.hl7.org/fhir/medicationadministration0310.html This example demonstrates dose as a simpleQuantity with UOM drawn from UCUM. The medication code is an NDC code.
https://www.hl7.org/fhir/medicationadministration0306.html This example demonstrates dose as a simpleQuantity with UOM drawn from v3-orderableDrugForm. The medication code is a SNOMED code.

The guidance for datatype Quantity has this text: If the unit can be coded in UCUM and a code is provided, it SHOULD be a UCUM code. If a UCUM unit is provided in the code, then a canonical value can be generated for purposes of comparison between quantities.

When evaluating a MedicationAdministration resource, how would an implementation know that a dose is represented as some multiple of the strength for the requested medication (10 mg) vs: a reference to the dose form (e.g. 2 tab)? Is the intent to find this information from the MedicationAdministration reference to Medication.ingredient.strength which is a ratio?

Use case: transmitting cumulative dose information to a registry

view this post on Zulip Jean Duteau (Mar 04 2021 at 16:18):

Hmm, we probably should make the 0306 example just not have a code. Or use the "{}" notation, i.e. {TAB} which implies the unity unit.

That aside, there isn't an easy answer to your question. We had this problem in v3 implementations and we will still have it in FHIR. It totally depends on your data and whether you can determine the amount of medicine in one unit of the Medication. Strangely enough, I just saw this yesterday where my mother's prescription was changed from 100mg to 150mg. It turns out that the medication she was prescribed comes in 100mg tablets, so the pharmacist had to turn the dosage on the request of 150 mg into 1.5 tablets. I don't know if there would be anything other than the name of the drug that would have allowed that transformation. The Medication resource isn't going to normally have strengths because the Medication.code would identify the manufactured product, so there wouldn't be any need for other information. You'd need to consult your drug knowledge base and hopefully it would have the amount of drug provided. If it just provided strengths as ratios of ingredients, then you'd be out of luck since you wouldn't know if the tablet was a 100mg, 250mg, or 400mg tablet since the strength ratios would be the same.

view this post on Zulip Carmela Couderc (Mar 09 2021 at 13:18):

@John Moehrke FYI

view this post on Zulip John Moehrke (Mar 09 2021 at 14:03):

@Carmela Couderc i am guessing you intended to draw the attention of a different John than I... right?


Last updated: Apr 12 2022 at 19:14 UTC