FHIR Chat · quantities · cql

Stream: cql

Topic: quantities


view this post on Zulip Erich Schulz (Jun 28 2016 at 08:06):

this looks like a bit of a bag of worms... wondering if there is a plan...

view this post on Zulip Bryn Rhodes (Jun 28 2016 at 15:43):

So, the specification says that the minimum you must do is _respect_ quantities, so that's the first step.

view this post on Zulip Bryn Rhodes (Jun 28 2016 at 15:44):

Ideally, there would be some open source library that could be leveraged to support unit calculation. I know the FHIR reference implementations have some of that too (at least the .NET one has something along those lines), but I haven't looked into it enough yet to make a specific recommendation.

view this post on Zulip Grahame Grieve (Jul 10 2016 at 22:14):

@Bryn Rhodes - catching up with old stuff there - the Java reference implementation inclues a full tested UCUM conversion suite

view this post on Zulip Erich Schulz (Jul 10 2016 at 22:55):

cool, @Grahame Grieve how does that cope with conversions dependant on the observation? (eg mM to mEq, IU to mg etc)

view this post on Zulip Grahame Grieve (Jul 11 2016 at 00:09):

as far as I know, there's no table containing the molecular weight of the analyte to the LOINC code - and activity there isn't even a single value

view this post on Zulip Erich Schulz (Jul 11 2016 at 02:39):

yeah - i'm just seeing this as a bit of a can of worms...

view this post on Zulip Bryn Rhodes (Jul 24 2017 at 07:53):

@Grahame Grieve, resurrecting this issue, are you talking about the HAPI FHIR Server reference implementation? I went looking for this the other day and all I could find was a call to a UCUM conversion service, which appears to be the one you host, is that right?

view this post on Zulip Grahame Grieve (Jul 24 2017 at 08:01):

see the package org.hl7.fhir.utilities.ucum in the build tools

view this post on Zulip Bryn Rhodes (Jul 24 2017 at 15:03):

Thanks Grahame! Is the service here (http://hl7connect.healthintersections.com.au/svc/ucum?format=text/html) still up? I keep getting timeouts trying to hit it.

view this post on Zulip Grahame Grieve (Jul 24 2017 at 15:33):

don't know. probably not


Last updated: Apr 12 2022 at 19:14 UTC