/
Declaration verification
ЕСОЗ - публічна документація
Declaration verification
Process diagram
Step | Description |
---|---|
Get pending declarations | External system call E-Health.IL to get all declarations in status Pending. |
GET_DeclarationList | Apiary: service description Query parameters: status=pending_verification legal_entity_id={ID} URL example: api/declarations?legal_entity_id={ID}status=pending_verification Response format: |
Choose appropriated declaration | External system starts to processing any element from declaration list received in previous step. |
Get declaration_request details by id | System call E-Health.IL to get specific declaration from previous step. |
GET_Declaration_Request | Apiary: service description Query parameters: id={declaration_request_id} URL example: /api/declaration_requests/{id} Response format: |
Get content by ID | Call GCS services to download the document by URL |
GET_MediaStorageContent | |
Verification | User conducts declaration verification according to internal rules, and make decision. |
Update declaration status to Verification Passed | Call web-service PATH_Declaration to send verification result "ACTIVE". |
Update declaration status to Verification Rejected | Call web-service PATH_Declaration to send verification result "REJECTED". |
PATCH_Declaration |
, multiple selections available,
Related content
Terminate declarations by employee or person
Terminate declarations by employee or person
Read with this
Get Declaration Details by ID (Internal. NHS Admin)
Get Declaration Details by ID (Internal. NHS Admin)
More like this
Процеси роботи з ручною верифікацією пацієнта
Процеси роботи з ручною верифікацією пацієнта
Read with this
Технічні вимоги/Тестова програма
Технічні вимоги/Тестова програма
Read with this
Create license
Create license
Read with this
Create employee request v2
Create employee request v2
Read with this
ЕСОЗ - публічна документація