Skip to content
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

Support Units Of Measure codes #27

Open
lp opened this issue Mar 14, 2024 · 1 comment
Open

Support Units Of Measure codes #27

lp opened this issue Mar 14, 2024 · 1 comment
Assignees

Comments

@lp
Copy link
Contributor

lp commented Mar 14, 2024

add support for http://unitsofmeasure.org

@biximilien
Copy link
Member

@lp UCUM codes are built into HAPI FHIR conformance resources we do not need to ingest these codes - the list is technically infinite and HAPI already knows how to lookup the UCUM codes:

GET http://localhost:8080/fhir/CodeSystem/$lookup?system=http://unitsofmeasure.org&code=ng/L

{
  "resourceType": "Parameters",
  "parameter": [ {
    "name": "display",
    "valueString": "(nanogram) / (liter)"
  }, {
    "name": "abstract",
    "valueBoolean": false
  } ]
}

I believe we can close this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants