v1

latestOpenAPI 3.1.02026-07-24447622848.7 KB
Patients

List Patients

Returns a list of patient

get/api/2.0/patients/

Query parameters

dobstring date
first_namestring
group_idstring
insurance_companyinteger
insurance_planinteger
last_modified__gtstring date-time
last_modified__gtestring date-time
last_modified__ltstring date-time
last_modified__ltestring date-time
last_namestring
limitinteger

Number of results to return per page.

masterinteger
master_patientinteger
member_idstring
offsetinteger

The initial index from which to return the results.

order_bystring

Which field to use when ordering the results.

phone_numberstring
practicenumber[]

Multiple values may be separated by commas.

sexstring

Response

countinteger
nextstring uri nullable
previousstring uri nullable

Example response

{
  "count": 123,
  "next": "http://api.example.org/accounts/?offset=400&limit=100",
  "previous": "http://api.example.org/accounts/?offset=200&limit=100"
}