FHIR Chat · Best place to store analysis results · implementers

Stream: implementers

Topic: Best place to store analysis results


view this post on Zulip Valeriy Shtanko (Feb 12 2019 at 11:43):

Hi!
I am new in FHIR and HAPI, so I am asking for advice in my task.
I have a set of the follows chunks as analysis results:

1: name-of-analysis | result-of-analysis | unit-of-measurement | reference-interval
...
n: name-of-analysis | result-of-analysis | unit-of-measurement | reference-interval

What is the best place to store all that data together in one place?
I thought about DiagnosticReport or Observation, but looks like they can not hold that data structure.

Thanks

view this post on Zulip Lloyd McKenzie (Feb 12 2019 at 16:12):

I'm not sure what "reference interval" is. Observation would store name of analysis in Observation.code. Results of analysis and unit of mesaurement would go in Observation.valueQuantity

view this post on Zulip Valeriy Shtanko (Feb 13 2019 at 09:21):

Thank you!


Last updated: Apr 12 2022 at 19:14 UTC