Purpose
This WS allows getting a list of healthcare services by legal entity.
Key points
Only authenticated and authorized user with appropriate scope can get healthcare services list.
WS returns only healthcare services related to the same legal entity as the user.
Specification
Page Properties |
---|
Link | https://ehealthmisapi1.docs.apiary.io/#reference/public.-medical-service-provider-integration-layer/healthcare-services/get-healthcare-services | Посилання на Apiary або Swagger | Resource | /api/healthcare_services | Посилання на ресурс, наприклад: /api/persons/create | Scope | healthcare_service:read | Scope для доступу | Components | ePrescription | Зазначається перелік бізнес компонентів, які використовують цей метод, наприклад: ePrescription | Microservices | API paragraph not found | Перелік мікросервісів, які використовує метод API, наприклад: Auth, ABAC | Protocol type | REST | Тип протоколу, який використовується запитом, наприклад: SOAP | REST | Request type | GET | Тип запиту API, наприклад: GET, POST, PATCH… | Sync/Async | Sync | Метод є синхронним чи асинхронним? |
|
Logic
Filter active healthcare_services:
with legal_entity_id = client_id from access token;
by search params.
Render found healthcare_services with all fields from PRM DB.
Preconditions
API paragraph not found
...