FHIR Chat · Search by Identifier System and Value · implementers

Stream: implementers

Topic: Search by Identifier System and Value


view this post on Zulip Matthew Prestegaard (Nov 18 2017 at 22:34):

I have a test patient on a test fhir server: http://fhirtest.b12x.org/baseDstu3/Patient?identifier=CRID54321. The identifier is as follows:

"identifier": [ { "system": "http://www.cibmtr.org", "value": "CRID54321" } ],

However, the following search does not work: http://fhirtest.b12x.org/baseDstu3/Patient?identifier=http://www.cibmtr.org|CRID54321. Have I constructed it incorrectly?

view this post on Zulip Lloyd McKenzie (Nov 18 2017 at 23:06):

Did you escape the slashes in your identifier URL?

view this post on Zulip Matthew Prestegaard (Nov 19 2017 at 01:40):

I had inflated a hapi-fhir Patient object by reading json and then used that Patient to search. Needed to do the url encoding on the system portion of the identifier. Now it works. Thanks for sending me down the right path. First DevDays this week...I enjoyed it - especially your talk on SDC. It's intriguing for our use case.


Last updated: Apr 12 2022 at 19:14 UTC