Hi,
We are sending array values to "valueString" data type in Extension element like
"valueString" : ["test1" , "test2"]. FhirContext.forR5() JsonParser is not throwing any validation error as we are passing array value to scalar data type instead JsonParser is setting "valueString" element value as "test2" which is last element in the array when we construct FHIR Resource object from Json string.
Is this expected behavior? If so is there any work around to fix this issue as this issue is noticed for all data types in Extension element.
Any help would be appreciated.
Thanks,
Shobha