FHIR Chat · How do I start with HAPI server · hapi

Stream: hapi

Topic: How do I start with HAPI server


view this post on Zulip Yunwei Wang (Jun 13 2019 at 23:50):

Hi, I have not used HAPI before. I am wondering if there is an instruction / cook book about how to setup a HAPI server?

view this post on Zulip James Agnew (Jun 18 2019 at 16:52):

Are you looking to build a facade on an existing backend, or you want to set up a dedicated HAPI FHIR DB and server?

Assuming it's the latter, the JPA Starter project is probably the right place to start: https://github.com/hapifhir/hapi-fhir-jpaserver-starter

view this post on Zulip Srinivas Konchada (Jun 18 2019 at 20:32):

Hello James, can you also post the link for facade please. Thank you

view this post on Zulip James Agnew (Jun 19 2019 at 02:28):

Probably this documentation: http://hapifhir.io/doc_rest_server.html is the best starting point.

There is a sample starter project here: https://github.com/FirelyTeam/fhirstarters/tree/master/java/hapi-fhirstarters-rest-server-skeleton

view this post on Zulip Yunwei Wang (Jun 30 2019 at 22:27):

@James Agnew Thanks. The starter project is what I need. I want to build a dev server (possibly on AWS EC2) and play on it. Thanks.


Last updated: Apr 12 2022 at 19:14 UTC