Lists all Patients receiving care.
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.YYYY-MM-DD
), but partial values are accepted (YYYY
,
YYYY-MM
)