v1

latestSwagger 2.02026-07-1362109210.4 KB
result

List patient health results

Get a list of patient health results.

get/result

Query parameters

filter[patient]string required

Filter the patient health results for a specified patient

filter[actions]string

A comma-separated list of action identifiers

filter[start_at]string dateTime

Filter results that occurred after the passed ISO date and time string

filter[end_at]string dateTime

Filter results that occurred before the passed ISO date and time string

filter[threads]string

A comma-separated list of thread identifiers

filter[created_at]string

The start (inclusive) and end (exclusive) dates are ISO date and time strings separated by ... Example for results created in November 2017 (America/New_York): filter[created_at]=2017-11-01T00:00:00-04:00..2017-12-01T00:00:00-05:00

filter[updated_at]string

The start (inclusive) and end (exclusive) dates are ISO date and time strings separated by ... Example for results updated in November 2017 (America/New_York): filter[updated_at]=2017-11-01T00:00:00-04:00..2017-12-01T00:00:00-05:00

page[number]integer

Page number

page[size]integer

Page size

page[limit]integer

Page limit

page[after]string

Page cursor

Response

OK