Stream: implementers
Topic: AllergyIntolerance status undefined
Mathew Tonkin-Henwood (Dec 01 2016 at 20:24):
Hi
In the case where an AllergyIntolerance resource is provided without a status: is it safer to assume an active status, or inactive?
We are aiming to provide a quick summary of patient allergies to a clinician, so in this case we are not displaying any inactive allergies.
Grahame Grieve (Dec 01 2016 at 20:31):
the only safe assumption is that it likely is active
Michelle (Moseman) Miller (Dec 01 2016 at 20:34):
FYI - Going forward (in STU3), there is a new invariant that says AllergyIntolerance.clinicalStatus SHALL be present if verificationStatus is not entered-in-error.
Grahame Grieve (Dec 01 2016 at 20:38):
how does that work for legacy integrators who don't have a status?
Mathew Tonkin-Henwood (Dec 01 2016 at 20:39):
Thanks for a conclusive answer. There have been many differing opinions about this.
Last updated: Apr 12 2022 at 19:14 UTC