Written by

Question Bing Chen · Mar 17, 2025

trying to convert SDA to FHIR get an error

This question originally appeared in the comments of the post: Error on FHIR resource publish through Process to FHIR repository
 

Hi Prasanth, I'm trying to convert SDA to FHIR and receiving the same error you mentioned above (ERROR #5770: Object open failed because 'ServiceIdIdx' key value of '' was not found) - how did you resolve your error?

Comments

Prasanth Annamreddy · Jan 20, 2024

Hi Bing,

I have defined the SessionApplication property for "HS.FHIRServer.API.Data.Request" object 

Set request.SessionApplication="/csp/healthshare/<namespace>/fhir/r4".

BaseURL looks not referring ServiceIdIdx value. After I debug my code, added the command and tried. It worked for me. 

0