FHIR Chat · Implementing simple java client · implementers

Stream: implementers

Topic: Implementing simple java client


view this post on Zulip Gonzalo Peralta (Aug 18 2020 at 19:04):

Hello community, I am trying to develop a client in java using the library hapi. My problem is that when I try to execute() the search() in a resource using the sandbox http://hapi.fhir.org/ I get stuck and the request seems never get back. the code is: bundle = client.search().forResource(Practitioner.class).returnBundle(Bundle.class).execute(); Can you guys help me?

view this post on Zulip Vassil Peytchev (Aug 18 2020 at 19:20):

Have you tried the #hapi stream? You may get a quicker answer there.


Last updated: Apr 12 2022 at 19:14 UTC