How to filter patients. It uses Metriport’s filter/search criteria
based on the main properties of a Patient: first name, last name, date of birth, ID, external ID,
facility ID, facility name, and additional identifiers.One can combine fields as needed, for example:
john or doe will return all patients with the first and/or last name equal to john or doe.
john -doe will return all patients with the first and/or last name equal to john but without any
doe either on first or last names.
john 2000 will return all patients with the first and/or last name equal to john and born in the
year 2000.
2000-02-03 will return all patients born on 2020-02-03.
ABCD1234 will return all patients with that external ID.
Date of birth should follow the format ISO 8601 (YYYY-MM-DD), but partial values are accepted (YYYY,
YYYY-MM)
A map containing additional external identifiers. If the patient is created or mapped in Metriport through one of
our EHR apps - this property will be populated with the ID from the EHR, and included
within the webhook payloads.
The Patient's gender at birth, can be one of M or F or O or U. Use O (other) when the patient's gender is known but it is not M or F, i.e intersex or hermaphroditic.
Use U (unknown) when the patient's gender is not known.