You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to develop an app that needs to be able to point at different FHIR servers that may also be serving up different versions of the FHIR spec. We'd like to be able to handle parsing a FHIR response from a FHIR DSTU 2 and/or a FHIR DSTU3 server.
Is this possible with Swift-FHIR? I currently use cocoapods to use the 3.0 version of Swift-FHIR and realize maybe this can't be done with cocoapods but I wanted to ask here if it's technically possible to have the same app able to parse multiple versions of a FHIR response based on what version the FHIR server is.
Thanks so much for your input, it is much appreciated!
The text was updated successfully, but these errors were encountered:
We are trying to develop an app that needs to be able to point at different FHIR servers that may also be serving up different versions of the FHIR spec. We'd like to be able to handle parsing a FHIR response from a FHIR DSTU 2 and/or a FHIR DSTU3 server.
Is this possible with Swift-FHIR? I currently use cocoapods to use the 3.0 version of Swift-FHIR and realize maybe this can't be done with cocoapods but I wanted to ask here if it's technically possible to have the same app able to parse multiple versions of a FHIR response based on what version the FHIR server is.
Thanks so much for your input, it is much appreciated!
The text was updated successfully, but these errors were encountered: