FHIR Chat · Prescription to be picked up at the pharmacy by the patient · implementers

Stream: implementers

Topic: Prescription to be picked up at the pharmacy by the patient


view this post on Zulip Martin Grundberg (Jan 29 2019 at 15:12):

I was looking at how to support prescriptions made by e.g. a GP or a clinician at an OP clinic, but where the drugs will be picked up by the patient at the pharmacy and later self-administered by the patient in their home or similar. The prescriber can indicate that the patient is allowed to pick up the same medicine several times at the pharmacy. Later, when the patient has used up their medicines, and are not allowed to pick up anymore at the pharmacy, they will normally call the GP who will renew the same prescription and allow for the patient to pick up more at the pharmacy. It doesnt only have to be medicines, it could also be appliances.

I assume this is still a MedicationRequest.

Question
How should we distinguish these prescriptions from ones that are administered by staff at the hospital settings?

I have looked a bit, and here are at least what I have found...
*Use MedicationRequest.category=discharge? It somewhat seems to fit the requirement ("Includes requests for medications created when the patient is being released from a facility"), and the other categories are not suitable for this use case.

*Use MedicationRequest.performer, by referencing a patient you could indicate that this drug will be administered by the patient. But that can happen in an IP setting as well, so this doesnt feel correct.

Does the use case make sense?

Thanks!

view this post on Zulip Melva Peters (Jan 29 2019 at 15:37):

You're right, this is a MedicationRequest. There is a MedicationRequest.category exemplar valueset that includes "community" - Includes requests for medications to be administered or consumed by the patient in their home (this would include long term care or nursing homes, hospices, etc.) as well as "inpatient" (Includes requests for medications to be administered or consumed in an inpatient or acute care setting) or "Outpatient" (Includes requests for medications to be administered or consumed in an outpatient setting (for example, Emergency Department, Outpatient Clinic, Outpatient Surgery, Doctor's office)). This value set is exemplar only so you can change it. I would have said that "community" is appropriate for your use case.

I think category is the right attribute for this use case. You could use performer, but if the performer changes, it doesn't feel right.

view this post on Zulip Martin Grundberg (Jan 29 2019 at 15:45):

I had a look at community and didnt think it was appropriate for the use case, but reading the definition again it does sound right! Thanks!

view this post on Zulip Brendan Keeler (Mar 07 2019 at 17:17):

Oh, interesting. There isn't a Swedish national standard for e-prescriptions and associated transactions as it stands? Or is it just that it doesn't cover refill requests


Last updated: Apr 12 2022 at 19:14 UTC