...
Page Properties |
---|
|
Link | https://ehealthmedicaleventsapi.docs.apiary.io/#reference/medical-events/patient-summary/get-clinical-impressions | Посилання на Apiary або Swagger | Resource | /api/patients/{{patient_id}}/summary/clinical_impressions | Посилання на ресурс, наприклад: /api/persons/create | Scope | patient_summary:read
| Scope для доступу | Components | | Зазначається перелік бізнес компонентів, які використовують цей метод, наприклад: ePrescription | Microservices | | Перелік мікросервісів, які використовує метод API, наприклад: Auth, ABAC | Protocol type | | Тип протоколу, який використовується запитом, наприклад: SOAP | REST | Request type | GET | Тип запиту API, наприклад: GET, POST, PATCH… | Sync/Async | | Метод є синхронним чи асинхронним? | Public/Private/Internal | | Потрібно зазначити тип методу за ступенем доступності |
|
Configuration
Parameter | Type | Description | Value |
---|
SUMMARY_CLINICAL_IMPRESSIONS_ALLOWED | LIST | List of restricted clinical impressions codes Example: "109006" | TBD |
...
Filter | Values | Type | Description | Example |
---|
patient_id | | String | MPI identifier of the patient | 7c3da506-804d-4550-8993-bf17f9ee0402
|
encounter_id | | String | identifier of the encounter in Clinical impression | 7c3da506-804d-4550-8993-bf17f9ee0400
|
episode_id | | String | | f48d1b6c-a021-4d6a-a5a4-aee93e152ecc
|
code | | String | Clinical impression's code | insulin_1
|
status | | String | Clinical impression's status | completed
|
page | | Number | Page number | 2
|
page_size | | Number | A limit on the number of objects to be returned, between 1 and 100. Default: 50 | 50
|
Request structure
API paragraph not foundSee on Apiary
Authorize
Request to process the request using a token in the headers
...