Stream: implementers
Topic: Observation $stats
Craig McClendon (Feb 15 2018 at 15:13):
The Observation $stats operation doesn't provide guidance on how to handle dissimilar units in Observations. A simple case might be blood glucose Observations collected in mmol/L and mg/dl. Choices would be to convert one to the other (which do you pick), return an error, or return separate statistics grouped by the units present in the data being analyzed. Thoughts?
Eric Haas (Feb 15 2018 at 17:22):
I based on how you ask for the data implicit in the code. Some test server will automatically convert based on the code when searching . Should probably explain that behavior in this operation. as well Also FYI IU don't think these operations are really FMM5 yet.
Grahame Grieve (Feb 15 2018 at 20:31):
sure aren't. has anyone but me implemented it? As for the question, I base it on canonical units
Last updated: Apr 12 2022 at 19:14 UTC