If you want to locate a patient's record in an EHR system but you don't have a patient identifier, you can search for a patient with demographics instead. Typically, you can use this for:
- tying patient records from your system to the patient’s record in the relevant EHR;
- filling the gaps in demographics you have for a specific patient by using a few data points to locate a more comprehensive set of data; or
- searching for a patient in a large integration network like the Carequality Interoperability Framework.
Search with patient identifier or demographics?
You can use this API action with the Redox FHIR® API.
Your connection's system can return results with their own FHIR® or query-based API.
Using data on demand
What's next?
- 1Search for a patient with demographicsrequired
This table has notes about how to use parameters for this API action specifically, but it's not exhaustive. Refer to the Patient resource schema for more details.
Query parameter | Required | Notes |
---|---|---|
given | Y | When searching by demographics, you must include the patient's given name (typically first name)—along with any other demographics you want to include—for the search to be successful. |
family | Y | When searching by demographics, you must include the patient's family name (typically last name)—along with any other demographics you want to include—for the search to be successful. |
birthdate | Y | When searching by demographics, you must include the patient's date of birth—along with any other demographics you want to include—for the search to be successful. |
Depending on the EHR system, you may receive one result per search, a list of results, or no results at all.
Canada URL