Stream: terminology
Topic: LOINC Part code
Eric Haas (Jan 24 2019 at 22:21):
@Daniel Vreeman is there a url to LOINC Part codes like for glucose
because this does not work:
https://s.details.loinc.org/LOINC/LP29684-5.html?sections=Comprehensive
Eric Haas (Jan 24 2019 at 22:27):
https://details.loinc.org/LOINC/LP29684-5.html
I'm pretty sure this used to work not to long ago?
Rob Hausam (Jan 24 2019 at 22:33):
You can do this http://fhir.loinc.org/CodeSystem/$lookup?system=http://loinc.org&code=2352-3
Rob Hausam (Jan 24 2019 at 22:35):
and this http://fhir.loinc.org/CodeSystem/$lookup?system=http://loinc.org&code=LP29684-5
Daniel Vreeman (Jan 24 2019 at 23:28):
Yes, the "canonical" way to reference URLs for ids assigned by LOINC is to just use the "http://loinc.org/" prefix and then the ID. (See the section "12.7 Using URIs to identify LOINC artifacts" in the LOINC User Guide). So, here's what will work for LOINC terms, parts, answer lists:
http://loinc.org/2345-7
http://loinc.org/LP29684-5
http://loinc.org/LL3140-2
We've got redirects setup that will take you to the details page for that item. On our "todo" list is to redirect to our FHIR server for requests to those URLs with the appropriate mimetype (application/fhir+xml or application/fhir+json. ) vs the HTML details page.
Eric Haas (Jan 25 2019 at 00:31):
thanks!
Last updated: Apr 12 2022 at 19:14 UTC