Stream: implementers
Topic: MedicationAdministration PartOf Usage
Leonie Bedford (Oct 04 2021 at 12:08):
Hi
After some advice of how people have modelled status changes on infusion items ? (if anyone has?)
An infusion item is a one where each dose (typically an injectable liquid) is administered to a patient over an extended period of time. Only when the infusion is ended is the event considered to be finished. This is unlike other common administrations, such as for oral tablets where the event is considered as and finished (and started as a single action) immediately as the dose is swallowed. Generally infusions can be distinctly recorded as begun and then completed as two separate actions with separate timestamps. In addition there are various other actions that are supported, such as change of infusion rate, pause infusion, resume infusion, complete infusion.
We would like to record these changes and are thinking about using the PartOf element to capture this
id PartOf Status effectiveDateTime
600000054903 stopped (Stop) 2021-09-30 14:13
INF-600000010428 600000054903 in progress (Began) 30/09/2021 14:13
INF-600000010429 600000054903 in progress (Change Flow) 30/09/2021 14:24
INF-600000010431 600000054903 On Hold (Pause) 30/09/2021 14:41
Has anyone else had to model something similar/used part Of within Med Admin ?
Lloyd McKenzie (Oct 04 2021 at 14:23):
Normally each adjustment is treated as a distinct MedicationAdministration. I.e. There'd be one 'administration' from start to rate change, one from rate change to on-hold, and one from off-hold to completion. If you wanted to group them, I guess you could - with no details about rate.
Jose Costa Teixeira (Oct 04 2021 at 16:25):
@Leonie Bedford yes, IHE MMA has done that analysis some time ago
Jose Costa Teixeira (Oct 04 2021 at 16:26):
https://www.ihe.net/uploadedFiles/Documents/Pharmacy/IHE_Pharm_Suppl_MMA.pdf#page=20
Jose Costa Teixeira (Oct 04 2021 at 16:27):
starting from point-in time administrations, to more interesting change of flow rate, change in saline bags, etc.
Jose Costa Teixeira (Oct 04 2021 at 16:29):
The approach taken is like @Lloyd McKenzie suggests - you can send the detailed administration intervals as well as a overall administration. The details contain lot numbers, detailed rates, etc. The overall administration (of which the others are a partOf) contains a summary (total amount administered, start time, end time)
Jose Costa Teixeira (Oct 04 2021 at 18:34):
@Leonie Bedford IHE is going to republish this as a proper FHIR IG, and I would be happy to hear feedback
Last updated: Apr 12 2022 at 19:14 UTC