Query against all patients in a practice.
Matching
Allowed arguments are any combination of supported filters. No arguments are required. Results are returned using the pagination scheme and will be ordered by id
.
Search filters are supplied as GET arguments. A complete name and DOB search looks like this:
/api/2.0/patients/?first_name=John&last_name=Doe&dob=1986-08-21
For example, if that request returns no results, you can confidently create a new chart within that practice that will note be a duplicate, otherwise any matching patients are returned, order by id
.
Multiple matches when all criteria are supplied are very rare, but in the case that there’s more than one match we’ll allow a duplicate chart to be created via the POST
endpoint and the Elation users will have the option to resolve/merge.