Question Kevin Mayfield · Nov 6 Loading FHIR Packages (or Data) into FHIR Repository I have a quite complex FHIR Implementation Guide (IG) which is based on several other FHIR IGs. It's likely the versions of IGs conflict with each other.From what I understand, I would need to load in all the other FHIR IG's first? I don't actually need FHIR profiles to be in our FHIR Repository - I'm just after terminology and the examples for our test system.Is it possible to load a FHIR IG just as data? (I think I mean here, ignore the FHIR profiles and dependencies between them) #FHIR #InterSystems IRIS for Health 0 3 0 46
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 157