FHIR Chat · Custom FHIR Resources using HAPI FHIR Java Library · implementers

Stream: implementers

Topic: Custom FHIR Resources using HAPI FHIR Java Library


view this post on Zulip Shankar (Mar 20 2019 at 06:27):

Hi we have the requirement to define custom resources in addition to standard resources. How can we ensure HAPI FHIR Java library understands custom structure definitions and then create new custom resource instances. any pointers on this is highly appreciated. thanks.

view this post on Zulip Lloyd McKenzie (Mar 20 2019 at 07:01):

@James Agnew

view this post on Zulip Lloyd McKenzie (Mar 20 2019 at 07:01):

(Note that using custom resources means that that aspect of your system - and any resources that reference the custom resources - would not be FHIR conformant.)

view this post on Zulip Jens Villadsen (Mar 20 2019 at 08:36):

Check out the http://hapifhir.io/doc_custom_structures.html section

view this post on Zulip nicola (RIO/SS) (Mar 20 2019 at 08:54):

Or try aidbox - https://docs.aidbox.app/tutorials/getting-started-with-custom-resources :)

view this post on Zulip Georg Fette (Mar 20 2019 at 09:33):

here ist a repository in which HAPI-Java-classes are created from StructureDefinitions: https://gitlab2.informatik.uni-wuerzburg.de/gef18bg/archetype_2_structuredef

view this post on Zulip Jens Villadsen (Mar 20 2019 at 10:22):

@Georg Fette does your generator also support extensions and slicing?

view this post on Zulip Jens Villadsen (Mar 20 2019 at 10:24):

@nicola (RIO/SS) (this part is awesome!: https://docs.aidbox.app/tutorials/compartments )

view this post on Zulip Georg Fette (Mar 20 2019 at 10:26):

no, it is not very sophisticated, but it suits our needs in our project

view this post on Zulip James Agnew (Mar 20 2019 at 10:52):

Whoa, that is neat @Georg Fette .


Last updated: Apr 12 2022 at 19:14 UTC