FHIR Chat · Error while getting Patients from Server · implementers

Stream: implementers

Topic: Error while getting Patients from Server


view this post on Zulip Karimulla (Sep 26 2019 at 10:33):

Hi,

I am trying to get list of Patients from Server.

I am getting error like this.

{
issue = (
{
code = invalid;
details = {
text = "at least one of _id, identifier, name, family, given, birthdate, phone, email, address-postalcode, or -pageContext must be provided";
};
severity = error;
}
);
resourceType = OperationOutcome;
})

Someone help me this issue

Thanks in Advance.

view this post on Zulip James Agnew (Sep 26 2019 at 11:41):

are you sending at least one of the things listed in the error message?

view this post on Zulip Karimulla (Sep 26 2019 at 12:20):

no I am not sending any parameters.

I am trying to connect serener sandbox.

view this post on Zulip Michele Mottini (Sep 26 2019 at 12:36):

You have to specify at least one of those search parameters

view this post on Zulip Lloyd McKenzie (Sep 28 2019 at 00:43):

Some servers may impose rules about searching and require the presence of filters - to prevent fishing, for performance reasons or other reasons


Last updated: Apr 12 2022 at 19:14 UTC