FHIR Chat · Medication administered in AllergyIntolerance · implementers

Stream: implementers

Topic: Medication administered in AllergyIntolerance


view this post on Zulip ravindra kondiparthi (Nov 20 2019 at 18:11):

Is there a recommendation to capture to medication administered information in AllergyIntolerance FHIR resource?

Thanks
Ravi

view this post on Zulip Lloyd McKenzie (Nov 20 2019 at 18:57):

Can you explain the context better - are you looking for the medication that caused a particular reaction and you want more than just the med - you also want dose or other info?

view this post on Zulip ravindra kondiparthi (Nov 20 2019 at 19:15):

I want to map the medication given(administered) for an allergic reaction.

Example: I have an allergic reaction because of peanuts(some other food) and doctor recommended to take medicine X .

is there a way to map medicine X in AllergyIntolerance resource?

Thanks
Ravo

view this post on Zulip Jean Duteau (Nov 20 2019 at 19:19):

No, but you can reference the reaction in the actual administration or order.

view this post on Zulip Jean Duteau (Nov 20 2019 at 19:21):

the MedicationRequest.reasonReference or MedicationAdministration.reasonReference can point to a Condition or Observation which would convey the actual reaction

view this post on Zulip ravindra kondiparthi (Nov 20 2019 at 19:34):

Thanks Jean!!

are their any plans to add AllergyIntolerance to MedicationAdministration.reasonReference? If not I have to use condition or observation to store allergy information..

view this post on Zulip Jose Costa Teixeira (Nov 20 2019 at 20:27):

So do you want to express "a patient should take this medication because they are allergic to peanuts"?

view this post on Zulip Jose Costa Teixeira (Nov 20 2019 at 20:30):

Or "a patient has taken this unplanned medication because there was an allergy"?

view this post on Zulip Jose Costa Teixeira (Nov 20 2019 at 20:30):

Because if you say "doctor recommended" then you have a medicationrequest.

view this post on Zulip Jean Duteau (Nov 20 2019 at 20:48):

@Jose Costa Teixeira i read it as "take medication X because of your reaction" and not necessarily because of the allergy itself.
@ravindra kondiparthi I don't think we'd add the AllergyIntolerance because I don't think the allergy would be the cause of the medrequest/admin. but the reaction should be. I do realize that there is a missing element because we currently can't point an allergy at the reaction

view this post on Zulip ravindra kondiparthi (Nov 20 2019 at 21:07):

Yes my use case is user reporting "took medication X because of allergy(can be peanuts..etc)"

view this post on Zulip Richard Townley-O'Neill (Nov 21 2019 at 03:31):

@ravindra kondiparthi
If you just want to say that the medicine was taken because of an allergy to peanuts, that can be said using reasonCode.
If you want to include the details of the allergy you will need to

  • use an extension on MedicationAdministration based on reasonReference, called something like reasonAllergy, or
  • use a Condition to hold the allergy information, and refer to it with reasonReference

I suggest you create a Jira issue to have a solution documented in R5.


Last updated: Apr 12 2022 at 19:14 UTC