FHIR Chat · Search Patient by Passport or order National Number Identifi · implementers

Stream: implementers

Topic: Search Patient by Passport or order National Number Identifi


view this post on Zulip Xisco Cantallops (Jul 07 2017 at 12:00):

Hi . I'm Xisco and I very new in FHIR implementation.

To search a Patient by Id I use this sentence:
http://fhirtest.uhn.ca/baseDstu3/Patient?_id=152903

But. How I can search a Patient by Passport or order National Number Identification?

Thank you for your answer

view this post on Zulip Josh Mandel (Jul 07 2017 at 12:32):

Assuming that the server you're taking to has a Patient resource with the kind of identifier you want to search by (see https://www.hl7.org/fhir/identifier-registry.html for a list of defined identifier types) you can perform a search like Patient?identifier=http://hl7.org/fhir/sid/us-ssn|123 (example: finds patients with us social security number 123)

view this post on Zulip Josh Mandel (Jul 07 2017 at 12:32):

This syntax is documented at https://www.hl7.org/fhir/search.html#token


Last updated: Apr 12 2022 at 19:14 UTC