FHIR Chat · LOINC validation errors · genomics/committers

Stream: genomics/committers

Topic: LOINC validation errors


view this post on Zulip Jamie Jones (Sep 11 2019 at 03:16):

Seeing examples of the (presumably correct) form,
<code> <coding> <system value="http://loinc.org"/> <code value="69548-6"/> <display value="Genetic variant assessment"/> </coding> </code> <valueCodeableConcept> <coding> <system value="http://loinc.org"/> <code value="LA9633-4"/> <display value="Present"/> </coding> </valueCodeableConcept>

generating errors looking like:
None of the codes provided are in the value set http://loinc.org/vs/LL1971-2 (http://loinc.org/vs/LL1971-2, and a code from this value set is required) (codes = http://loinc.org#LA9633-4)

(note that "LA9633-4"/"Present" is in LL1971-2)

Is there another way we should be declaring the values in the example? or is there an issue in our structuredef somehow or how we are declaring the valueset in the Observation profile spreadsheet? Happening both in our 'value[x]' and in component.value[x] where they are codeable concepts, so could be an issue with how we reacted to that change...

view this post on Zulip Kevin Power (Sep 11 2019 at 03:21):

We might need to post this to another channel - like #conformance , #IG creation , or maybe #implementers ?

view this post on Zulip Kevin Power (Sep 11 2019 at 03:28):

I know @Patrick Werner asked lots of LOINC questions in some channel, but I can't seem to find them :frown:

view this post on Zulip Jamie Jones (Sep 11 2019 at 03:31):

Thanks for the links, I'll review and repost if necessary. Thinking its related to the value[x] change as it is reading 'codes' fine but not 'value' codes...

view this post on Zulip Jamie Jones (Sep 11 2019 at 16:17):

It also appears to only be an issue on 'required' bindings (no errors on extensible bindings, for example). Doing a bit more testing.

view this post on Zulip Patrick Werner (Sep 11 2019 at 17:03):

Hi, sorry for being offline: vacation, traveling for work, being sick.
I've now made it to Atlanta, attending the IG Training.

view this post on Zulip Patrick Werner (Sep 11 2019 at 17:03):

I asked the LL validation question here:
https://chat.fhir.org/#narrow/stream/179166-implementers/topic/java.20validator.20.26.20LOINC.20Answerlists

view this post on Zulip Grahame Grieve (Sep 11 2019 at 17:04):

It's on my todo list. though my todo list is grown radpily


Last updated: Apr 12 2022 at 19:14 UTC