FHIR Chat · Spark FHIR Chained Searches · implementers

Stream: implementers

Topic: Spark FHIR Chained Searches


view this post on Zulip Matt Ratcliffe (Mar 31 2021 at 06:33):

Has anyone got chained searching working on the Spark FHIR server? Trying with syntax that works against others but not getting any results returned. Looking to search against location.name from a healthcare service.

view this post on Zulip Lloyd McKenzie (Mar 31 2021 at 16:28):

@Ward Weistra

view this post on Zulip Ward Weistra (Mar 31 2021 at 18:37):

I guess the only one with current knowledge on the Spark FHIR server would be @Kenneth Myhra.

view this post on Zulip Kenneth Myhra (Apr 01 2021 at 08:51):

@Matt Ratcliffe chained search parameters are supported in the Spark FHIR Server. If you are trying to search on the example data in the database I noticed that the HealthcareService with id "example" is referring a non-existent Location resource.

These two examples with chained search parameteres will each return 9 hits:
http://spark.incendi.no/fhir/Observation?subject.name=veronica
http://spark.incendi.no/fhir/Observation?subject:Patient.name=veronica


Last updated: Apr 12 2022 at 19:14 UTC