HAPI FHIR 1.1
July 13, 2015 - HAPI FHIR 1.1 Released - HAPI 1.1 has been released! As always, you can see the complete list of what has changed by consulting the changelog, and the download page has information on where to get it.
HAPI FHIR 1.1 is the first release with support for the HL7.org "reference implementation"
structures. This is an exciting development for us, as it means the beginning of
our move to bring the two Java implementations of FHIR together into one library.
As a part of this harmonization, we have made a few minor API changes. Specifically,
a few methods that previously returned
IResource
or
IdDt
will now return parent interfaces of these classes:
IBaseResource
and
IIdType
respectively.
Existing code can simply cast to IResource and IdDt as these classes are still in use, but
new code may wish to take advantage of the new "RI" structures. During the next development
cycle we will be integrating features from the HL7.org Java FHIR packages into HAPI, such as the
instance/profile validator and the narrative generator.
See the HAPI DSTU2 documentation page for more information.