FHIR Chat · RDE^O25 to FHIR · v2 to FHIR

Stream: v2 to FHIR

Topic: RDE^O25 to FHIR


view this post on Zulip gauri raut (Dec 28 2021 at 06:51):

Hi,
I am working on RDE^O25 to FHIR mapping. As per hl7, RDE^25 replicates the standard RDE message with a different trigger event code to indicate the specific use case of a refill authorization request. Considering this, mapping would remain exactly same as that of the RDE^O11 with different intent. But I am not able to see intent "refill" on FHIR side. Any guidance on how to proceed with the mappings is highly appreciated.

Also RXE.16, RXE.17 and RXE.18 provides details of refill, but unsure about where this information can be mapped on FHIR side as MedicationRequest do not have any designated fields for refill request. Rather just have numberOfRepeatsAllowed which is mapped with RXE.12(Number Of Refills)

view this post on Zulip John Silva (Dec 28 2021 at 18:20):

Is it possible that this should be mapped to MedicationDispense instead of MedicationRequest? https://hl7.org/fhir/r4/medicationdispense.html

view this post on Zulip gauri raut (Dec 29 2021 at 05:56):

Hi @John Silva , As per my understanding , MedicationDespense covers the supply of medications to a patient whereas RDE message communicates the pharmacy or treatment application's encoding of the pharmacy/treatment order. The medication dispense is the result of a pharmacy system responding to a medication order. I am not sure if it a right choice to map it with MedicationDespense.
Also, how shall we notify that it is a Refill request in MedicationDespense?

view this post on Zulip Jose Costa Teixeira (Dec 31 2021 at 08:37):

The only viable resource for this is MedicationRequest (as it's the only request). I would expect we need a new value for intent=refill @Jean Duteau

view this post on Zulip René Spronk (Dec 31 2021 at 10:24):

Purely given the analogy between Intent (in fhir) and moodcode (in v3) it seems likely this is not intent. Perhaps category ?

view this post on Zulip Vassil Peytchev (Dec 31 2021 at 16:27):

As far as I understand, the strict meaning of refill it a that you have a single prescription, with which the patient can get multiple fills over a period of time. I think this can be properly represented by a single MedicationRequest, and a Task for each refill.

If, instead, there is a new prescription for each fill, only then you need a new MedicationRequest.

view this post on Zulip gauri raut (Jan 13 2022 at 08:32):

@Vassil Peytchev If we represent Task for each refill, we would still need intent = refill in Task which is currently not available,
image.png

view this post on Zulip Vassil Peytchev (Jan 13 2022 at 13:53):

Task.code is where the purpose of the Task would be, and you can define a code for refill there.

view this post on Zulip Lloyd McKenzie (Jan 13 2022 at 18:58):

intent would indicate whether you're planning a refill, proposing a refill or ordering a refill

view this post on Zulip gauri raut (Jan 17 2022 at 09:56):

Got it. Thank you @Vassil Peytchev @Lloyd McKenzie


Last updated: Apr 12 2022 at 19:14 UTC