FHIR Chat · hapi-fhir-jpaserver-starter extension addition · hapi

Stream: hapi

Topic: hapi-fhir-jpaserver-starter extension addition


view this post on Zulip Vadzim Kavalkou (Oct 14 2021 at 13:28):

Hello, colleagues,

Could you please help us with the next question?

Do you have any examples how it possible to add an extension in hapi-fhir-jpa-server via application.yaml (or other solution, but with autoconfiguration would be much better)?

view this post on Zulip Joel Schneider (Oct 18 2021 at 02:44):

Is this regarding a FHIR extension? If you have a StructureDefinition for the extension, you could upload that to the server.

view this post on Zulip Vadzim Kavalkou (Oct 18 2021 at 08:06):

Joel Schneider said:

Is this regarding a FHIR extension? If you have a StructureDefinition for the extension, you could upload that to the server.

https://www.hl7.org/fhir/extension-patient-citizenship.html this one. How is it possible to add it to the server? I mean, do we have different approaches for this?

view this post on Zulip Joel Schneider (Oct 18 2021 at 18:08):

That extension looks like one of the base FHIR conformance resources. The hapi-fhir CLI tool has an upload-definitions command to load those.
https://hapifhir.io/hapi-fhir/docs/tools/hapi_fhir_cli.html

view this post on Zulip Vadzim Kavalkou (Oct 21 2021 at 09:30):

Do we have any possible solutions for doing the same during the runtime?
Define DB structure on the first run.

view this post on Zulip Gaurav Vaishnav (Jan 24 2022 at 12:43):

hi all,
i am working on hapi-fhir-jpaserver-starter project ( https://github.com/hapifhir/hapi-fhir-jpaserver-starter.git) to reduce its capabilities and make it a complete terminology server . so can anyone guide me where I can remove all other resource providers classes from hapi fhir parent project and also how can I generate capability statement that is specific to terminologies only

view this post on Zulip Patrick Werner (Jan 24 2022 at 13:35):

Vadzim Kavalkou said:

Do we have any possible solutions for doing the same during the runtime?
Define DB structure on the first run.

yes, you can add the IG you wan't to load at startup into the application.yaml (also works for fhir.core)


Last updated: Apr 12 2022 at 19:14 UTC