Question Kevin Mayfield · Feb 20 MAXSTRING error on conversion to JSON in FHIR R4 DTL I'm working on FHIR project and using this code to convert an incoming request to FHIR Method OnRequest(request As HS.FHIRServer.Interop.Request, Output response As HS.FHIRServer.Interop.Response) As %Status { #dim tSC As %Status = $$$OK Try { // Process incoming request set stream = ##class(HS.SDA3.QuickStream).%OpenId(request.QuickStreamId) set bundle = ##class(HS.FHIR.DTL.vR4.Model.Resource.Bundle).FromJSON(stream,"vR4") #FHIR #HL7 #HealthShare 1 9 0 84