FHIR Chat · ValueSet from LOINC Panel? · terminology

Stream: terminology

Topic: ValueSet from LOINC Panel?


view this post on Zulip Bob Milius (Mar 01 2021 at 23:01):

Is it possible to create a ValueSet from a LOINC panel code using compose? for example,
57021-8 "CBC W Auto Differential panel - Blood"

view this post on Zulip Michael Lawley (Mar 02 2021 at 00:31):

There are no Panel-related properties on the code or implicit ValueSets associated with Panels that I am aware of, so I believe it is not currently possible.

view this post on Zulip Lin Zhang (Mar 02 2021 at 14:16):

There are relationships to link the panel code and its member codes in LOINC.

view this post on Zulip Chris Moesel (Mar 02 2021 at 14:44):

@Lin Zhang -- I'm not familiar enough w/ LOINC specifics to know, but are those relationships surfaced in any of the LOINC properties exposed to FHIR? See: http://hl7.org/fhir/R4/loinc.html#props

view this post on Zulip Lin Zhang (Mar 02 2021 at 23:50):

Return a LOINC panel as a FHIR questionnaire

The following examples show how you can return a LOINC panel as a FHIR questionnaire using the canonical LOINC URI pattern for questionnaires: http://loinc.org/q/{LOINC #}.

https://fhir.loinc.org/Questionnaire/?url=http://loinc.org/q/89689-4

https://fhir.loinc.org/Questionnaire/89689-4

Source:
https://loinc.org/fhir/

view this post on Zulip Lin Zhang (Mar 02 2021 at 23:52):

For your example code:

https://fhir.loinc.org/Questionnaire/?url=http://loinc.org/q/57021-8

https://fhir.loinc.org/Questionnaire/57021-8

view this post on Zulip Bob Milius (Mar 03 2021 at 01:51):

@Lin Zhang Interesting that I can get a Questionnaire! But can I create a FHIR ValueSet from a LOINC panel code?

view this post on Zulip Bob Milius (Mar 03 2021 at 02:00):

It looks like LOINC can only create ValueSets from LOINC Groups (LG) and LOINC Answer Lists (LL).

view this post on Zulip Lin Zhang (Mar 03 2021 at 03:32):

At least extensional/enumerated valuesets could be created

view this post on Zulip Lin Zhang (Mar 03 2021 at 03:40):

Maybe depend on the structure of the imported content.

view this post on Zulip Lin Zhang (Mar 03 2021 at 04:36):

Current specification on valuesets make them(their expansions) as kind-of flat lists, but LOINC panels have internal tree-like/hierarchal structures possibly with more than one level.

view this post on Zulip Lin Zhang (Mar 03 2021 at 08:04):

...

view this post on Zulip Bob Milius (Mar 03 2021 at 14:57):

Lin Zhang said:

Current specification on valuesets make them(their expansions) as kind-of flat lists, but LOINC panels have internal tree-like/hierarchal structures possibly with more than one level.

This would be a good use for the ancestor property for filtering on multi-axial-hierarchy, but that requires Part Codes (LP) instead of panel codes.

view this post on Zulip Lin Zhang (Mar 03 2021 at 15:39):

LOINC Panel memberships are somethings more like UML Aggregation relationships but not subsumption relationships.


Last updated: Apr 12 2022 at 19:14 UTC