Stream: IG creation
Topic: new qa error with latest build
Eric Haas (Jun 23 2021 at 07:26):
This week getting new qa error on all LP codes used in examples here: http://build.fhir.org/ig/HL7/US-Core/qa.html
for example:
for ...
...
"category" : [
{
"coding" : [
{
"system" : "http://loinc.org",
"code" : "LP29708-2",
"display" : "Cardiology"
}
],
"text" : "Cardiology"
}
],
...
Getting these errors and warnings...
DiagnosticReport/cardiology-report: DiagnosticReport.category[0] (l21/c8) warning [Unable to determine whether the provided codes are in the value set http://hl7.org/fhir/us/core/ValueSet/us-core-diagnosticreport-category because the value set or code system is not known to the validator]
DiagnosticReport/cardiology-report: DiagnosticReport.category[0] (l21/c8) error Wrong length index getting LOINC language code (from http://tx.fhir.org/r4)
DiagnosticReport/cardiology-report: DiagnosticReport.category[0].coding[0] (l23/c14) error Wrong length index getting LOINC language code (from http://tx.fhir.org/r4) for 'http://loinc.org#LP29708-2'
LP29708-2 is a valid LOINC code for the code system 'http://loinc.org'
Grahame Grieve (Jun 23 2021 at 07:29):
have you cleaned out your txCache? The server was returning this error transiently but should not be doing that now
Eric Haas (Jun 23 2021 at 07:52):
I cleaned out the tx-cache locally but noticed that the github repro ignores it and the autobuild still gives those same errors.
Eric Haas (Jun 23 2021 at 07:55):
here are more errors I missed from before:
for valueset-us-core-diagnosticreport-lab-codes.xml
ValueSet.where(id = 'us-core-diagnosticreport-lab-codes') error Error from server: Start index out of bounds (-52)
Eric Haas (Jun 23 2021 at 07:55):
for valueset-us-core-diagnosticreport-report-and-note-codes.xml
ValueSet.where(id = 'us-core-diagnosticreport-report-and-note-codes') error Error from server: Attempt to access invalid LOINC index at 4934540
Eric Haas (Jun 23 2021 at 07:57):
adn from valueset-us-core-diagnosticreport-report-and-note-codes.xml
:
ValueSet.where(id = 'us-core-diagnosticreport-category') error Error from server: Wrong length index getting LOINC language code
Eric Haas (Jun 23 2021 at 23:17):
@Grahame Grieve this error is still present. see above, don't think this is a caching issue.
Grahame Grieve (Jun 23 2021 at 23:18):
working on it now
Grahame Grieve (Jun 24 2021 at 06:10):
fixed
Last updated: Apr 12 2022 at 19:14 UTC