FHIR Chat · FhirSearchQuery · implementers

Stream: implementers

Topic: FhirSearchQuery


view this post on Zulip harsh kumar (Dec 03 2016 at 06:04):

The FHIR endpoint on this server does not know how to handle GET operation[Observation] with parameters [[period]].

view this post on Zulip harsh kumar (Dec 03 2016 at 06:04):

how to solve this

view this post on Zulip harsh kumar (Dec 03 2016 at 06:30):

pls help

view this post on Zulip Stefan Lang (Dec 03 2016 at 07:45):

It is easier to answer a question if the problem is described in detail ;-)
So: which server (software, version, maybe URL, if it's a public test server)? What is the exact request you send? Is the text you posted a copy of the server's response or just your description of what happens?

view this post on Zulip harsh kumar (Dec 03 2016 at 09:48):

Its the text from the server after running the query, its a hapi-fhir (command line) server and we have been querying via curl commands. period is field within observation and we are trying to match it with a particular value.

view this post on Zulip Stefan Lang (Dec 03 2016 at 12:29):

You still missed to show the exact request you used, but I'd like to point you to the "Search Parameters" section of the Observation resource: http://hl7.org/implement/standards/fhir/observation.html (or http://build.fhir.org/observation.html for the current FHIR build).
You are probably looking for date as a search parameter instead of period. Also check the "Prefixes" section of http://build.fhir.org/search.html


Last updated: Apr 12 2022 at 19:14 UTC