Searches for a Patient previously created in Metriport, based on demographic data. Returns a 404 if the patient is not found.
"John,Jonathan"
& "John Jonathan"
- these
would translate to ["John", "Jonathan"]
.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.Address
objects, representing the Patient's current and/or previous addresses. May
be empty.Contact
objects, representing the Patient's current and/or previous contact information. May be empty.YYYY-MM-DD
as per ISO 8601.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.