FHIR Chat · search on document bundles · hapi

Stream: hapi

Topic: search on document bundles


view this post on Zulip Jens Villadsen (Jul 28 2021 at 07:53):

Am I wrong or here or does HAPI not handle the chained the composition.* parameter when searching document bundles? Doing eg. https://hapi.fhir.org/baseR4/Bundle?type=document works as intended but doing eg. https://hapi.fhir.org/baseR4/Bundle?type=document&composition.status=finaldoes not return any results.

view this post on Zulip Jens Villadsen (Jul 28 2021 at 08:17):

@Patrick Werner anything you know something about?

view this post on Zulip Jens Villadsen (Jul 28 2021 at 17:43):

@James Agnew ?

view this post on Zulip Patrick Werner (Jul 29 2021 at 06:49):

Jens Villadsen said:

Patrick Werner anything you know something about?

not yet. Seems like a bug, did you file an issue?

view this post on Zulip Jens Villadsen (Jul 29 2021 at 06:49):

nope

view this post on Zulip Jens Villadsen (Jul 29 2021 at 06:53):

@Patrick Werner now reported on https://github.com/hapifhir/hapi-fhir/issues/2846

view this post on Zulip Srinivas Rupani (Jul 29 2021 at 13:04):

Hi

view this post on Zulip Srinivas Rupani (Jul 29 2021 at 13:05):

Can any one help me on hapi-fhir integration in android , getting an exception with release build and working fine in debug

view this post on Zulip Srinivas Rupani (Jul 29 2021 at 13:05):

E/AndroidRuntime: FATAL EXCEPTION: main

java.lang.IllegalStateException: Could not find the HAPI-FHIR structure JAR on the classpath for version R4. Note that as of HAPI-FHIR v0.8, a separate FHIR strcture JAR must be added to your classpath (or project pom.xml if you are using Maven)
    at ca.uhn.fhir.context.FhirContext.<init>(Unknown Source:114)
    at ca.uhn.fhir.context.FhirContext.<init>(Unknown Source:1)
    at ca.uhn.fhir.context.FhirContext.forR4(Unknown Source:4)

view this post on Zulip Joshua Reynolds (Jul 29 2021 at 21:36):

Jens Villadsen said:

I am also running into this issue right now.
Is this issue a priority or is there any way someone could point me in the right direction to try fixing it locally?

view this post on Zulip Jens Villadsen (Jul 30 2021 at 07:48):

@Joshua Reynolds if you know someone at the SmileCDR team they can probably tell you what the priority for such a bug is

view this post on Zulip Jens Villadsen (Aug 16 2021 at 19:50):

@James Agnew ?


Last updated: Apr 12 2022 at 19:14 UTC