Fhir put Service Request

I am trying to directly put the Service Request on openELIS 3.2.0 for adding incoming orders. But i am unable to post the requst from postman. I’m getting 500 error.

2025-03-12T08:44:26.672+0300 – WARN – Class: ModuleAuthenticationInterceptor, Method: hasPermissionForUrl(), Warning:This page has no modules assigned to it
2025-03-12T08:44:26.672+0300 – WARN – Class: UserModuleServiceImpl, Method: getUserLogin, Warning:security context is not of type Secu rityContext
2025-03-12T08:44:26.675+0300 – ERROR – Class: org.openelisglobal.login.daoimpl.UserModuleServiceImpl, Method: getUserLogin, Line: 173, Message: Cannot invoke "org.springframework.security.core.context.SecurityContext.getAuthentication()" because "sc" is null

Currently OpenELIS does accept FHIR requests directly, we are in the pipeline of adding a FHIR facade layer. Currently all FHIR exchange is done through the co-resdend FHIR server that runs in paralle to OpenELIS

2 Likes