FHIR Chat · Loinc 2.71 with HAPI 5.5.1/5.5.2 · hapi

Stream: hapi

Topic: Loinc 2.71 with HAPI 5.5.1/5.5.2


view this post on Zulip Vivek TK (Oct 19 2021 at 16:34):

Is it possible to import Loinc terminology for version 2.71 in HAPI server 5.5.1 or 5.5.2? I was trying to import using the hapi-fhir-cli and ended up in failure. The failure is as shown:

ca.uhn.fhir.rest.server.exceptions.InternalErrorException: Failed to call access method: java.lang.IllegalArgumentException: Value exceeds maximum length (2000): 2313

at ca.uhn.fhir.rest.server.method.BaseMethodBinding.invokeServerMethod(BaseMethodBinding.java:272)

at ca.uhn.fhir.rest.server.method.OperationMethodBinding.invokeServer(OperationMethodBinding.java:332)

at ca.uhn.fhir.rest.server.method.BaseResourceReturningMethodBinding.doInvokeServer(BaseResourceReturningMethodBinding.java:326)

at ca.uhn.fhir.rest.server.method.BaseResourceReturningMethodBinding.invokeServer(BaseResourceReturningMethodBinding.java:434)

at ca.uhn.fhir.rest.server.method.OperationMethodBinding.invokeServer(OperationMethodBinding.java:307)

at ca.uhn.fhir.rest.server.RestfulServer.handleRequest(RestfulServer.java:1152)

at ca.uhn.fhir.rest.server.RestfulServer.doPost(RestfulServer.java:423)

Note: I had posted the same in HAPI FHIR Google group as well.

view this post on Zulip Vivek TK (Nov 19 2021 at 10:50):

This is now working with HAPI 5.6.0


Last updated: Apr 12 2022 at 19:14 UTC