You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Next i want to get hierarchy/questions for the code 57698-3 using an API..how i can get ?
i also want to search with term on LOINC terminology url like "filter=lipids" same like in snomed url [http://localhost:8080/fhir/ValueSet/$expand?url=http://snomed.info/sct?fhir_vs=ecl/<<763158003&filter=Aspirin]
Please help..
The text was updated successfully, but these errors were encountered:
When we talk about about hierarchy in SNOMED CT, we're always talking about a parent-child/subtype relationship. The relationship between a panel and its questions is more like a "contains" relationship. I'm just looking up how LOINC themselves approach this. Did you look at their FHIR server? They've a test instance available if you apply for a free username/password. See https://loinc.org/news/loincs-new-fhir-server-provides-programmatic-access-to-loinc-content/
Sorry @babysarojini, this is way deeper into how LOINC works with FHIR, than it is a SNOMED question. I'll tag @kaicode in case he'd like to add anything.
That first example LOINC code lookup returns many properties. Some of those may be relevant.
There is a guide for LOINC FHIR here: https://loinc.org/fhir/
Much of that functionality is supported by Snowstorm, but not all.
Snowstorm supports searching over any CodeSystem type using an implicit ValueSet using {code-system-url}?fhir_vs.
For example: ValueSet/$expand?url=http://loinc.org?fhir_vs&filter=lipids.
Hi,
After uploading the LOINC Terminology i am able to get details of particular code with below API
Eg: 57698-3 is for Lipid panel with direct LDL - Serum or Plasma
http://144.76.65.203:8080/fhir/CodeSystem/$lookup?system=http://loinc.org&code=57698-3 (i am getting details of code)
Please help..
The text was updated successfully, but these errors were encountered: