View patients

Query Params
string
required

Used to scope the request to the specified institution

int32
required

Used to scope the request to the specified location

string

Patient name

string

Patient email

string

Patient phone number

date

Patient date of birth. Must be a parseable date string, recommended formats is YYYY-MM-DD

boolean
string

Unique patient id from the EMR

date-time

Only return messages created since specified date. Must be a parseable Date, recommended formats are YYYY-MM-DD or YYYY-MM-DDThh:mm:ss+0000

boolean
Defaults to false

Include new patients with an upcoming appointment in the result set. Patients with the attribute new_patient=true are patients that do not fully exist in the EMR so cannot be used to book appointments. When the patient record is officially created (and read by us) in the EMR, record associations will be created and any new_patient records are deleted. Default value is false

boolean

Specify if you want to filter non_patients. In case of true: return only non_patients. In case of false: Result does not include non_patients. In case of null: do not set filter/return any

boolean

Specify if you want to filter to patients that can have forms inserted into their patient file. In case of true: Return only patients that can have forms inserted into their patient file. In case of false or nil: do not filter

boolean
Defaults to false

Only returns patients belonging to the specified location, rather than searching across the EHR system

include[]
array of strings

Resources to be included in the response

include[]
string
Defaults to name

Optional comma-separated string of fields to sort on. Include a leading dash for descending order.

Available fields:

  • name
  • -name
  • created_at
  • -created_at
date

Include appointments starting from this date

date

Include appointments up to this date

int32
Defaults to 1

Page number. Starts with page 1

int32
Defaults to 5

Number of results to return per page. Defaults is 5 per page and Max 300 per page

Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/vnd.Nexhealth+json;version=2