You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm importing Beglgium's AllergyIntolerance IG like this in the application.yaml file:
(I'm also importing the Belgian Core IG, not in the image)
After a while I should expect all of my ValueSet to be expanded, but BeCausativeAgent says "FAILED TO EXPAND":
And this is the error I get:
2025-01-08T18:58:15.046+01:00 ERROR 41236 --- [ler-clustered-1] ca.uhn.fhir.jpa.term.TermReadSvcImpl : Failed to pre-expand ValueSet with URL[https://www.ehealth.fgov.be/standards/fhir/allergy/ValueSet/be-causativeagent]: HAPI-0888: org.hl7.fhir.common.hapi.validation.support.InMemoryTerminologyServerValidationSupport$ExpansionCouldNotBeCompletedInternallyException: HAPI-0702: Unable to expand ValueSet because CodeSystem could not be found: http://snomed.info/sct|http://snomed.info/sct/11000172109
ca.uhn.fhir.rest.server.exceptions.InternalErrorException: HAPI-0888: org.hl7.fhir.common.hapi.validation.support.InMemoryTerminologyServerValidationSupport$ExpansionCouldNotBeCompletedInternallyException: HAPI-0702: Unable to expand ValueSet because CodeSystem could not be found: http://snomed.info/sct|http://snomed.info/sct/11000172109
at ca.uhn.fhir.jpa.term.TermReadSvcImpl.expandValueSetHandleIncludeOrExclude(TermReadSvcImpl.java:1051)
at ca.uhn.fhir.jpa.term.TermReadSvcImpl.lambda$doExpandValueSet$2(TermReadSvcImpl.java:934)
at org.springframework.transaction.support.TransactionOperations.lambda$executeWithoutResult$0(TransactionOperations.java:68)
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140)
at org.springframework.transaction.support.TransactionOperations.executeWithoutResult(TransactionOperations.java:67)
at ca.uhn.fhir.jpa.term.TermReadSvcImpl.doExpandValueSet(TermReadSvcImpl.java:934)
at ca.uhn.fhir.jpa.term.TermReadSvcImpl.expandValueSet(TermReadSvcImpl.java:896)
at ca.uhn.fhir.jpa.term.TermReadSvcImpl.preExpandDeferredValueSetsToTerminologyTables(TermReadSvcImpl.java:2461)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:355)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:716)
at ca.uhn.fhir.jpa.term.TermReadSvcImpl$$SpringCGLIB$$0.preExpandDeferredValueSetsToTerminologyTables(<generated>)
at ca.uhn.fhir.jpa.term.TermReadSvcImpl$Job.execute(TermReadSvcImpl.java:3226)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
Is there a correct way of importing this kind of ValueSet? Is HAPI compatible with this kind of ValueSet?
Thanks,
Marcelo
The text was updated successfully, but these errors were encountered:
Hello,
I'm currently investigating compatibility between the hapi-fhir-jpaserver-starter and Belgium's IGs but I'm currently having problems with this specific ValueSet: https://www.ehealth.fgov.be/standards/fhir/allergy/ValueSet-be-causativeagent.html
The ValueSet looks like this:
It should take the values from 2 subsets found in the latest SNOMED CT Belgian Edition (http://snomed.info/sct/11000172109):
I'm importing Beglgium's AllergyIntolerance IG like this in the application.yaml file:
(I'm also importing the Belgian Core IG, not in the image)
After a while I should expect all of my ValueSet to be expanded, but BeCausativeAgent says "FAILED TO EXPAND":
And this is the error I get:
Is there a correct way of importing this kind of ValueSet? Is HAPI compatible with this kind of ValueSet?
Thanks,
Marcelo
The text was updated successfully, but these errors were encountered: