FHIR Chat · How to encoding double datatype Observation? · cda to fhir

Stream: cda to fhir

Topic: How to encoding double datatype Observation?


view this post on Zulip Lin Zhang (Dec 02 2020 at 07:07):

There are some lab results that have two datatype: valueString ("Negative" or "(-)") if it's negative and valueQuantity if it has positive quantity (2.5mmol/L). Thanks.

view this post on Zulip Lin Zhang (Dec 02 2020 at 14:28):

It's pretty common in some lab panels such as urine analysis.

view this post on Zulip Lin Zhang (Dec 02 2020 at 14:55):

And whether it has a quantitative value, there is always a quantitative reference range along with it.

view this post on Zulip Lloyd McKenzie (Dec 02 2020 at 15:21):

In FHIR, the 'negative' would go in Observation.interpretation

view this post on Zulip Lin Zhang (Dec 02 2020 at 23:18):

Good idea. And so we would need arbituarily create a value (0 or <= low limit of the reference range?) for the valueQuantity.

view this post on Zulip Lloyd McKenzie (Dec 03 2020 at 00:23):

You don't have to have a value

view this post on Zulip Lin Zhang (Dec 03 2020 at 03:59):

Got it. Thanks, Lloyd:blush:


Last updated: Apr 12 2022 at 19:14 UTC