Table of Contents | ||||
---|---|---|---|---|
|
...
Page Properties | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Logic
This web service is designed to return conditions by episode_id.
Filters
Filter | Values | Type | Description | Example |
---|---|---|---|---|
patient_id | String | Patient identifier |
| |
episode_id | String | Episode identifier |
| |
code | String |
| ||
onset_date_from | String |
| ||
onset_date_to | String |
| ||
page | Number | Page number |
| |
page_size | Number | A limit on the number of objects to be returned, between 1 and 100. Default: 50 |
|
Request structure
API paragraph not foundSee on Apiary
Authorize
Request to process the request using a token in the headers
...
Check user scopes in order to perform this action (scope = 'episode:read')
Return 403 in case invalid scope(s)
Headers
Наприклад:
Content-Type:application/json
Authorization:Bearer {{access_token}}
API-key:{{secret}}
...