Stream: implementers
Topic: Error while getting Patients from Server
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.
James Agnew (Sep 26 2019 at 11:41):
are you sending at least one of the things listed in the error message?
Karimulla (Sep 26 2019 at 12:20):
no I am not sending any parameters.
I am trying to connect serener sandbox.
Michele Mottini (Sep 26 2019 at 12:36):
You have to specify at least one of those search parameters
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