Purpose
This WS allows getting a list of healthcare services by legal entity.
...
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 | ePrescriptionHealthcare services | Зазначається перелік бізнес компонентів, які використовують цей метод, наприклад: 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.
...