FHIR Chat · Querying on Logical References · implementers

Stream: implementers

Topic: Querying on Logical References


view this post on Zulip 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"
    }

view this post on Zulip Lloyd McKenzie (Mar 23 2020 at 13:40):

I think we approved something for r5

view this post on Zulip 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