PrasannaHegde1
PrasannaHegde1
**Describe the bug** The schema tool DB size report contains some strange negative values(-159) for row counts. **Environment** Which version of IBM FHIR Server? 5.0.0-SNAPSHOT **To Reproduce** Steps to reproduce...
**Describe the bug** The string parameter value should be truncated before persisting to the database. The size of string columns in the search tables(_str_values) is limited to 1024 bytes. **Environment**...
**Describe the bug** Instead of cleaning up existing query parameters in the request URI through String.replace(), We should be building an object that represents the request URI, then rendering that...
**Describe the bug** The search operation outcome issues are currently being added to two different components : FHIRSearchContext and MultiResourceResult. To prepare the final search response Bundle, only the FHIRSearchContext...
…e is OperationOutcome Signed-off-by: PrasannaHegde1
Signed-off-by: PrasannaHegde1
Signed-off-by: PrasannaHegde1
…ate deployable Signed-off-by: PrasannaHegde1
**Describe the bug** Currently for binary resources there is no special support for the securityContext element. With https://github.com/linuxforhealth/fhir/issues/3716 , we now issue a warning (or an error if validateSecurityContext=true) when...
**Describe the bug** Support adding warning messages to Operation Outcome If there are any validation failures in the interceptor and a warning message needs to be passed back with the...