Stream: implementers
Topic: Querying on Logical References
Richard Kavanagh (Mar 23 2020 at 12:38):
If logical references are used in a resource (as opposed to relative, absolute or contained references). How would you query on them?
So if I had something like the following, could I query on the identifier, just like I would on a regular identifier. I don't seem to be able to get a query syntax that works.
"managingOrganization": { "identifier": { "system": "https://sample.org/Id/organization-code", "value": "XYZ123" }, "display": "Org name here" }
Lloyd McKenzie (Mar 23 2020 at 13:40):
I think we approved something for r5
Paul Church (Mar 23 2020 at 13:42):
R4 has the :identifier modifier on reference search params that turns it into a token search by that field.
Last updated: Apr 12 2022 at 19:14 UTC