Stream: implementers
Topic: Multiple HAPI FHIR versions
Brian Reinhold (Sep 27 2018 at 10:45):
Is it possible on an Android client to support multiple versions of HAPI FHIR? With the uploads I am doing, it was possible to support versions 2, a couple of version 3 variants using HAPI FHIR 3.1.0 (the version prior to introducing Observation.derivedFrom over Observation.related). The small changes that were needed were hacks on the generated String because the hacks were simple enough.
That becomes difficult with this latest change.
Even if I can include several models, my concern is the size. It is already BIG.
Anybody done this? How about supporting multiple versions on a PC (it has a few more resources)?
Lloyd McKenzie (Sep 27 2018 at 15:02):
@James Agnew
Last updated: Apr 12 2022 at 19:14 UTC