Stream: Orders and Observation WG
Topic: ObservationDefinition with customText in absolute Interval
Jorge Yero (May 23 2019 at 20:37):
We have a ObservationDefinition
with multiple qualifiedInterval
, one reference
and other absolute
. We want to set a custom text when the value of an Observation
is out of absolute
range, where can we storage that message?
Lloyd McKenzie (May 23 2019 at 20:48):
@Eric Haas ?
Yassiel Oliva (May 28 2019 at 11:50):
@Lloyd McKenzie Any idea on this one? Maybe we have to use an extension
Lloyd McKenzie (May 28 2019 at 13:08):
My leaning would be Observation.interpretation.text
Yassiel Oliva (May 28 2019 at 15:22):
yes, but we need to have defined that to a higher level so we can pull the value from the ObservationDefinition
when the corresponding observation meet that condition
Lloyd McKenzie (May 28 2019 at 15:32):
It's a text field, so you could put both.
Last updated: Apr 12 2022 at 19:14 UTC