Stream: implementers
Topic: AllergyIntolerance vs Condition
Alexander Henket (Nov 26 2019 at 17:44):
Suppose I have a peanut allergy and some kind of reaction, it is clear what that looks like in FHIR. AllergyIntolerance with an AllergyIntolerance.reaction.
Suppose I have an intolerance for radio waves [UMTS, 4G, 5G, WiFi, ...] and I have migraine attacks. Or suppose I get epileptic attacks from stroboscopic lights?
AllergyIntolerance declares that out of scope:
This resource is used to provide a single place within the health record to document a range of clinical statements about adverse reactions to substances/products
Presumably you could say we are talking about a Condition, where every manifestation of the Condition is an Observation, but those are not relatable as far as I can find. So long story short: how should radio waves/stroboscopic light effects be modeled?
Lloyd McKenzie (Nov 26 2019 at 17:47):
@Michelle (Moseman) Miller
Lloyd McKenzie (Nov 26 2019 at 17:47):
Also, what's the objective of tying the Condition to the Observation - what are you trying to get out of the linkage?
Alexander Henket (Nov 26 2019 at 18:40):
I would ike to connect conditions someone has, with manifestations thereof. This is something GPs do here on a day-to-day basis, They call that "episode-based-record-keeping" [forgive me my potentially awkward translation]. You come in with a complaint of some sort. This complaint is compared to known complaints i.e. the "problem list". If it is a known complaint, it is linked to that one, otherwise it is added to the problem list if it needs tracking of some sorts over time.
The problem list provides an overview to the GP. Problems may evolve over time e.g. from stomach ache to bowel cancer. So you have a managed chain of conditions/problems connected to S-O-A-P based encounter activities, therapies, labs etc.
But beyond GPs I would expect any specialist to be interest in if/how/how regular a condition manifests itself
Rob Hausam (Nov 27 2019 at 10:32):
Thanks for raising the issue @Alexander Henket. It sounds like the Dutch GP's are doing this the "right" way for episode-based (and problem-oriented) record keeping. That's also the way that it's been taught (at least in the Family Medicine academic centers that I'm most familiar with) in US primary care for a long time. I'm not sure how consistently that's being done now across the board in US primary care, but the notion is certainly there. And I agree that we need to be able to support this (by some means in the 80%) in FHIR. Honestly, it hadn't really registered with me that probably we don't currently support it (though it mentions manifestations, 'evidence' is targeted to "the basis of the Condition's verification status" and none of the extensions seem to quite cover it - so maybe an additional 'manifestation' element is needed?). And Condition is FMM 3, so we do potentially have the opportunity to add explicit support for this.
Yunwei Wang (Nov 27 2019 at 15:18):
Condition.category could be 'problem-list-item'.
René Spronk (Nov 28 2019 at 08:04):
I'd assume that all 'active' conditions would be on the problem list.. but apparently that's not the case?
Rob Hausam (Nov 28 2019 at 13:08):
@Michelle (Moseman) Miller?
Lloyd McKenzie (Nov 28 2019 at 15:52):
There can be multiple problem lists, each representing the interests of different practitioners
Alexander Henket (Nov 30 2019 at 17:41):
I think I'm clear on the problem list part: but how do I relate documented manifestations to them? What is it that binds an Observation of migraine to my Condition of sensitivity to stroboscopic light. And what if my migraine is made to a Condition itself? How do I relate migraine to my Condition of sensitivity to stroboscopic light?
Do I create a list out of every Condition so I can relate them through List?
Grahame Grieve (Nov 30 2019 at 18:12):
every manifestation of the Condition is an Observation, but those are not relatable as far as I can find
- Condition.evidence.detail - this condition has the osbervation as evidence
- I don't see anywhere in the specification to say that an Observation is a manifestation of a condition. You might want to take that up with #Orders and Observation WG ?
Alexander Henket (Nov 30 2019 at 20:49):
Supporting evidence / manifestations that are the basis of the Condition's verification status, such as evidence that confirmed or refuted the condition.
Aha... thanks Grahame! Although the element name is evidence which not quite fitting, the semantics of "evidence" are apparently wider
Alexander Henket (Nov 30 2019 at 20:52):
What would I take up with OO? Should the Scope of Observation include "observation of a manifestation"? I think I can infer that from this part of the scope:
Clinical Findings* such as abdominal tenderness
Grahame Grieve (Nov 30 2019 at 20:57):
well, I would think that there's at least some rational for saying, as part of an observation "this observation is a manifestation of this problem we know about" or something. Without needing to treat is as evidence (e.g. well established problem). I don't know whether OO has discussed this
Rob Hausam (Dec 01 2019 at 22:43):
I've gone back and forth a bit about whether this is a Patient Care issue (on Condition) or an OO issue (on Observation). The observation that is judged to be a manifestation of the particular problem does occur subsequent to the problem/condition itself. So that would seem to indicate that the Observation should point to the Condition. But actually I think that there is a separate step involved. The observation itself should probably stand alone - it is just what is observed, regardless of the particular problems/conditions that previously have been identified. Then there is a subsequent step involving clinical judgement that would identify and associate the observation as being a manifestation of a particular condition. So I think still that a 'manifestation' element on Condition indicating the Observation(s) that have been judged to be manifestations of the Condition may be the best way to represent this. If so, that makes it a PC issue (and I agree that the currently existing 'evidence' element probably isn't quite the right semantic for this).
Grahame Grieve (Dec 01 2019 at 23:09):
you could have 10000+ observations on Condition?
Rob Hausam (Dec 01 2019 at 23:21):
Yes, theoretically (an example could be continuous or frequent monitoring in the ICU). But I think that would more likely be observations that are performed due to a condition rather than observations that are judged to be manifestations of a condition - which are different things.
Last updated: Apr 12 2022 at 19:14 UTC