Skip to content

Find Patients

Request

Returns all patients to which the clinician has access to

Security
sessionToken
Query
mrnstring
birthDatestring
workspaceIdstring

The identifier of the workspace

workspaceIdTypestring

The type of the workspace identifier

Enum:"clinicId""ehrSourceId"
offsetinteger, >= 0
limitinteger, >= 1
Default:10
curl -i -X GET \
  'https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/patients?mrn=string&birthDate=string&workspaceId=string&workspaceIdType=clinicId&offset=0&limit=10' \
  -H 'x-tidepool-session-token: YOUR_API_KEY_HERE'

Responses

OK

Bodyapplication/json
Array [
patientobject(Patient)required
clinicobject(Clinic)required

Clinic

]
Response
[ { "patient": {}, "clinic": {} } ]