Mansi Kalra
Mansi Kalra
@jingtang10 @aditya-07 Thank you for the response. While exploring the search feature, I was able to find how to retrieve the **included** resouce successfully. ``` fhirEngine.search(ResourceType.Encounter) { filter( Encounter.TYPE, {...
@aditya-07 I faced this issue once again. There are multiple change logs, as it is an offline app. So all the changes are synced together when the conditions are met....
The issue occurs because the **resourceType** is changed to `Binary`, which should be `List`. I don't have the exact error message, as it does not happen always and i cleared...
@aditya-07 HAPI FHIR Server - R4
@aditya-07 the response is ``` response-status-code: 400 { "resourceType": "OperationOutcome", "issue": [ { "severity": "error", "code": "processing", "diagnostics": "HAPI-1272: no such path in target JSON document" } ] } ```
@aditya-07 @jingtang10 Could you give me some input as to why this occurs? This is causing a lot of issues at our end, as ours is an offline first application,...