Stream: implementers
Topic: Searching for multiple resources via _id
Marshall Weekley (Nov 02 2021 at 18:18):
Should the _id parameter work for multiple ids being passed the _id search param. Example if I ran a GET at fhir/Patient?_id=1,2,3 if that valid and should I get a resource bundle containing Patient Resources id=1,id=2, and id=3.
Thank you
Michele Mottini (Nov 02 2021 at 18:22):
Yes, that should work
Yunwei Wang (Nov 02 2021 at 18:44):
If server supports multipl-or on _id parameter.
Last updated: Apr 12 2022 at 19:14 UTC