Stream: implementers
Topic: java validator & LOINC Answerlists
Patrick Werner (Jun 18 2019 at 13:37):
Currently the java validator validates LOINC concepts but can't validate LOINC Answerlist items. Are there plans to add this functionality.?
Lloyd McKenzie (Jun 18 2019 at 16:59):
@Grahame Grieve ?
Rob Hausam (Jun 18 2019 at 17:17):
The tx.fhir.org server terminology content updates used by the validator are in the process of becoming one of my tasks under contract with HL7. It makes sense to me that the LOINC answer list content should be included and I'm not aware of a reason why it couldn't be. So unless Grahame has a different take for some reason, I think that's something that we could add in an LOINC update that could be done relatively soon.
Grahame Grieve (Jun 18 2019 at 17:53):
I thought it did validate answer lists. What specifically fails?
Rob Hausam (Jun 18 2019 at 18:00):
I'll try to check what's working and what (if anything) isn't.
Grahame Grieve (Jun 18 2019 at 18:01):
k thx. The LOINC importer brings in answerlists, and I have them validating ok for the IG publisher....
Patrick Werner (Aug 12 2019 at 15:09):
the IG publisher still fails with Loinc AnswerLists
Patrick Werner (Aug 12 2019 at 15:36):
http://build.fhir.org/ig/HL7/genomics-reporting/qa.html
Rob Hausam (Aug 13 2019 at 13:49):
I didn't get back to looking at that earlier, but I'll see if I can investigate it further now (since it should be working).
Patrick Werner (Aug 20 2019 at 11:05):
The issue seems to be fixed, thanks @Rob Hausam @Grahame Grieve
We now have three LOINC issues left in our IG:
92822-6, 93044-6 and 92822-6 are failing while being validated in the IG build process:
The code "93044-6" is not valid in the system http://loinc.org; The code provided (http://loinc.org#93044-6) is not valid in the value set All codes known to the system for 'http://loinc.org#93044-6'
Rob Hausam (Aug 20 2019 at 14:17):
@Patrick Werner Both codes that you listed (92822-6 is included twice) are supported by tx.fhir.org, so they shouldn't be failing that way in the build. Maybe you need to clear your LOINC txCache file (or just clear those particular entries)? If that doesn't work, let us know.
Rob Hausam (Aug 20 2019 at 14:25):
tx.fhir.org now supports LOINC 2.66 (the latest)
Patrick Werner (Aug 20 2019 at 19:48):
thanks @Rob Hausam after deleting the cache we don't get warnings on these concepts anymore. But now the "ValueSet http://loinc.org/vs/LL1971-2 not found" warnings are back, perhaps i overlooked them the last time i checked.
Grahame Grieve (Sep 02 2019 at 03:49):
fixed next release
Patrick Werner (Sep 02 2019 at 14:56):
thanks :thumbs_up:
Last updated: Apr 12 2022 at 19:14 UTC