FHIR Chat · vital signs Observation with statistic components · Orders and Observation WG

Stream: Orders and Observation WG

Topic: vital signs Observation with statistic components


view this post on Zulip Erik Moll (Jun 17 2021 at 08:52):

In the attached file you can find an example heart rate observation with statistical components to report min, max, average, etc. of the observed heart rate over a period of time.
When a sensor device does not report individual observations, but only this aggregate statistic summary, what would be the most interoperable manner to store this in a FHIR server?

In particular,
(1) Is it appropriate to report this as a Vital Signs Observation?
(2) Is it appropriate to use the value reported as the average also as the valueQuantity of the Observation?

heartrate-with-statistics-FHIR.json

view this post on Zulip Eric Haas (Jun 17 2021 at 16:47):

Here is how we mapped OMH to FHIR for this. Following this guidance for the FHIR Core vitals Profiles:

If a more specific code or another code system is recorded or required, implementers must support both the values (LOINC) listed below and the translated code - e.g. method specific LOINC codes, SNOMED CT concepts, system specific (local) codes.

we added the minimum coding to the code.

view this post on Zulip Eric Haas (Jun 17 2021 at 16:53):

So what you have is basically a panel of measures, which also works IMO if you don't want individually separable objects.

view this post on Zulip Erik Moll (Jun 22 2021 at 07:39):

@Eric Haas thanks for the response and the OMH reference.
What I distill is that you think it is appropriate to use extra components in a vital signs observation.
What I would find questionable is how the OMH minimum respiration rate over a period of an hour is mapped to the value of a FHIR Respiration Rate Observation, with an additional code OMH specific code. If we would do this for minimum, maximum, average, median and standard deviation, this would likely confuse clients that attempt to graph vitals. So, we proposed to use the average as the main value of the observation, and we support the others in additional components, and we repeat the average as component as well.


Last updated: Apr 12 2022 at 19:14 UTC