FHIR Chat · FHIR patient resource query · implementers

Stream: implementers

Topic: FHIR patient resource query


view this post on Zulip Lital Inghel (Feb 03 2022 at 09:36):

for GET [base]/Patient?identifier={system|}[code]
and for
GET [base]/Patient[id]
FHIR defines if we can ask about multiple id or identifiers in this queries?

view this post on Zulip René Spronk (Feb 03 2022 at 10:14):

Only when querying, so for the second one it'd be Patient?_id=1,2,3,4

view this post on Zulip Shamil Nizamov (Feb 03 2022 at 16:12):

There is only one logical id of the resource.
Check this - http://hl7.org/fhir/r4/search.html#standard

view this post on Zulip René Spronk (Feb 03 2022 at 16:45):

Yes, each resource has just one id. But when searching one can supply a list of ids.

view this post on Zulip Shamil Nizamov (Feb 03 2022 at 17:01):

I was reading this as - [base]/Patient/[id]


Last updated: Apr 12 2022 at 19:14 UTC