-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add missing UCUM units #59
Comments
@keilw , I want to introduce you to a GlobalMentor developer @magnonasc. I'm going over the UCUM tasks right now. If you want you can assign this issue to him. |
@garretwilson @magnonasc Thanks y lot for helping out with this. |
|
Please feel free to add quantities you are feel better suited than |
Sure, thank you! |
#59: Added missing units and updated number of units in test
I use the UCUM system in the context of FHIR which is a standard for health care data exchange. FHIR defines a ValueSet of UCUM units which are used in the medical domain. Not all of this units are parseable by this implementation. Today I had especially the request for What can I do to get more of the units in FHIR interest into this implementation? |
Back in August I was experimenting with the UCUM implementation and found
that the UCUM [drp] "drop" (a volume) was also not supported.
However, this was not one of a group of units just commented out in the
implementation, I think it was missing completely.
There is a set of functional tests for UCUM that we could look to validate
against? https://ucum.org/trac/wiki/FunctionalTests
…On Wed, 21 Oct 2020 at 18:13, Alexander Kiel ***@***.***> wrote:
I use the UCUM system in the context of FHIR
<https://www.hl7.org/fhir/index.html> which is a standard for health care
data exchange. FHIR defines a ValueSet of UCUM units
<https://www.hl7.org/fhir/valueset-ucum-units.html> which are used in the
medical domain. Not all of this units are parseable by this implementation.
Today I had especially the request for 10*3/uL (samply/blaze#232
<samply/blaze#232>) with is defined as
"Thousands Per MicroLiter". Is the form 10*3 really defined in UCUM? I'm
not sure.
What can I do to get more of the units in FHIR interest into this
implementation?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#59 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHE4YD63Q5QRJLZHC2Y7ELSL4JD3ANCNFSM4DDU6NIA>
.
--
Regards,
Chris
|
Thanks for the input, we also had #173 but there was no feedback about retesting it after many units have been added to the latest SNAPSHOT already. Maybe you could give it a try instead. For very healthcare specific units that are not covered by UCUM we could use the Domain Health module and define what's necessary there. |
59: Add missing UCUM units Task-Url: unitsofmeasurement/uom-systems#59
Hi, be willing to contribute if someone can give a rundown of what needs to be added? thx |
At the moment at least
are missing from the
UCUM
system.The text was updated successfully, but these errors were encountered: