Table of Contents | ||||
---|---|---|---|---|
|
Purpose
Use this method to reject previously created Declaration Request
Specification
Link |
Resource | /api/v3/declaration_requests/{{id}}/actions/reject |
Scope | declaration_request:reject |
Components | Declarations |
Using Microservices | il/api ops/api |
Protocol type | REST |
Request type | PATCH |
Sync/Async | Sync |
Public/Private/Internal | Public |
...
Key features
Only authenticated and authorized user can use this servicereject declaration request
New and Approved declaration request can be rejected The (/wiki/spaces/PCAB/pages/17513775491 )
Declaration request can be rejected only by the employee who works in the same legal entity in which the request was made.
Input parameters
...
Filter
...
Values
...
Type
...
Description
...
Example
...
id
...
String
...
b075f148
...
7f93-4fc2-b2ec-2d81b19a9b7b
Authorize
created
Declaration requests created by patient via PIS and assigned to legal entity could be rejected by legal entity as well
Specification
Authorization
Verify the validity of access token
...
in case of error - return 401 (“Invalid access token”) in case of validation fails
Verify that token is not expired
in case of error - return 401 (“Invalid access token”)
Check user scopes in order to perform this action (scope = 'declaration_request:
...
reject')
...
return 403 (“Your scope does not allow to access this resource. Missing allowances: declaration_request:reject”) in case of invalid scope(s)
...
Headers
Content-Type:application/json
Authorization:Bearer c2778f3064753ea70de870a53795f5c9
...
Validation declaration request
Check that declaration request with such ID exists in the system (is_active = true)
In case of error - return 404
Check that declaration request is allowed to be processed on LE (
channel
== MIS ORis_shareable
== True)In case of error - return 403
Check that declaration request belongs to the same legal entity as the user
In case of error - return 403
Response structure
...
title | Request example |
---|
Code Block |
---|
{
"meta": {
"code": 200,
"url": "https://example.com/resource",
"type": "object",
"request_id": "6617aeec-15e2-4d6f-b9bd-53559c358f97#17810"
},
"data": {
"id": "b075f148-7f93-4fc2-b2ec-2d81b19a9b7b",
"start_date": "2017-03-02",
"end_date": "2017-03-02",
"person_id": "4d0d790c-cbf1-44f5-ab21-ba8db67da161",
"employee_id": "1a8b10ea-ba09-40f2-8f9e-55608e9208c6",
"division_id": "d290f1ee-6c54-4b01-90e6-d701748f0851",
"declaration_number": "0000-12H4-245D",
"declaration_id": "8311ab82-e341-4da0-8a95-235ec9885e23",
"parent_declaration_id": "8c7753fc-a647-435f-8e43-4ff4546431f6",
"status": "NEW",
"channel": "MIS",
"authorize_with": "cc949559-5dfe-420f-ac05-065e443b2cc6",
"data_to_be_signed": {
"id": "b099f148-7f93-4fc2-b2ec-2d81b19a9b7b",
"declaration_number": "0000-12H4-245D",
"declaration_id": "8311ab82-e341-4da0-8a95-235ec9885e23",
"start_date": "2017-03-02",
"end_date": "2017-03-02",
"content": "Declaration content",
"channel": "MIS",
"person": {
"id": "5fb57a5d-1457-430e-9678-c81cec72779f",
"first_name": "Петро",
"last_name": "Іванов",
"second_name": "Миколайович",
"birth_date": "2009-07-05",
"birth_country": "Україна",
"birth_settlement": "Вінниця",
"gender": "MALE",
"email": "email@example.com",
"no_tax_id": false,
"tax_id": "3999869394",
"secret": "secret",
"documents": [
{
"type": "BIRTH_CERTIFICATE",
"number": "АА120518",
"issued_by": "Рокитнянським РВ ГУ МВС Київської області",
"issued_at": "2017-02-28",
"expiration_date": "2027-02-28"
}
],
"addresses": [
{
"type": "RESIDENCE",
"country": "UA",
"area": "Житомирська",
"region": "Бердичівський",
"settlement": "Київ",
"settlement_type": "CITY",
"settlement_id": "b075f148",
"street_type": "STREET",
"street": "вул. Ніжинська",
"building": "15",
"apartment": "23",
"zip": "02090"
}
],
"phones": [
{
"type": "MOBILE",
"number": "+380503410870"
}
],
"authentication_methods": [
{
"type": "OTP",
"phone_number": "+38093*****85"
}
],
"unzr": "20090705-00011",
"emergency_contact": {
"first_name": "Петро",
"last_name": "Іванов",
"second_name": "Миколайович",
"phones": [
{
"type": "MOBILE",
"number": "+380503410870"
}
]
},
"confidant_person": [
{
"relation_type": "PRIMARY",
"first_name": "Петро",
"last_name": "Іванов",
"second_name": "Миколайович",
"birth_date": "1972-10-26",
"birth_country": "Україна",
"birth_settlement": "Вінниця",
"gender": "MALE",
"tax_id": "2659719350",
"secret": "secret",
"unzr": "19900101-00099",
"preferred_way_communication": "email",
"documents_person": [
{
"type": "PASSPORT",
"number": "АА120518",
"expiration_date": "2021-02-28",
"issued_by": "Рокитнянським РВ ГУ МВС Київської області",
"issued_at": "2017-02-28"
}
],
"documents_relationship": [
{
"type": "BIRTH_CERTIFICATE",
"number": "АА120518",
"issued_by": "Рокитнянським РВ ГУ МВС Київської області",
"issued_at": "2017-02-28"
}
],
"phones": [
{
"type": "MOBILE",
"number": "+380503410870"
}
],
"email": "emaill@example.com"
}
],
"preferred_way_communication": "email",
"patient_signed": false,
"process_disclosure_data_consent": true
},
"employee": {
"id": "d290f1ee-6c54-4b01-90e6-d701748f0851",
"position": "P6",
"party": {
"id": "b075f148-7f93-4fc2-b2ec-2d81b19a9b7b",
"no_tax_id": true,
"first_name": "Петро",
"last_name": "Іванов",
"second_name": "Миколайович",
"email": "email@example.com",
"phones": [
{
"type": "MOBILE",
"number": "+380503410870"
}
]
}
},
"legal_entity": {
"name": "Клініка Ноунейм",
"short_name": "Ноунейм",
"legal_form": "140",
"public_name": "ЦПМСД №1",
"edrpou": "5432345432",
"licenses": [
{
"license_number": "fd123443",
"issued_by": "Кваліфікацйна комісія",
"issued_date": "2017-02-28",
"expiry_date": "2017-02-28",
"active_from_date": "2017-02-28",
"what_licensed": "реалізація наркотичних засобів",
"order_no": "ВА43234"
}
],
"accreditation": {
"category": "SECOND",
"issued_date": "2017-02-28",
"expiry_date": "2017-02-28",
"order_no": "fd123443",
"order_date": "2017-02-28"
},
"addresses": [
{
"type": "RESIDENCE",
"country": "UA",
"area": "Житомирська",
"region": "Бердичівський",
"settlement": "Київ",
"settlement_type": "CITY",
"settlement_id": "b075f148",
"street_type": "STREET",
"street": "вул. Ніжинська",
"building": "15",
"apartment": "23",
"zip": "02090"
}
],
"phones": [
{
"type": "MOBILE",
"number": "+380503410870"
}
],
"email": "email@example.com",
"id": "b075f148-7f93-4fc2-b2ec-2d81b19a9b7b"
},
"division": {
"id": "d290f1ee-6c54-4b01-90e6-d701748f0851",
"legal_entity_id": "c8aadb87-ecb9-41ca-9ad4-ffdfe1dd89c9",
"name": "Бориспільське відділення Клініки Ноунейм",
"addresses": [
{
"type": "RESIDENCE",
"country": "UA",
"area": "Житомирська",
"region": "Бердичівський",
"settlement": "Київ",
"settlement_type": "CITY",
"settlement_id": "b075f148",
"street_type": "STREET",
"street": "вул. Ніжинська",
"building": "15",
"apartment": "23",
"zip": "02090"
}
],
"phones": [
{
"type": "MOBILE",
"number": "+380503410870"
}
],
"email": "email@example.com",
"type": "clinic",
"external_id": "3213213",
"dls_id": "2872985",
"dls_verified": true
},
"seed": "hash",
"authorize_with": "cc949559-5dfe-420f-ac05-065e443b2cc6"
}
}
} |
Post-processing processes
Change declaration request
...
Change entity status in IL_DB.declaration_request to REJECTED
Validate transition
Check transition according to /wiki/spaces/PCAB/pages/17513775491
In case of error - return 409 (“Invalid transition“)
Service logic
Update declaration request
Change entity status in IL_DB.declaration_request to REJECTED
Set status_reason:
If
channel
= MIS - setstatus_reason
to doctor_rejectIf
channel
= PIS - setstatus_reason
to doctor_rejected_over_limit
Set updated_at - now() (Get current Current date-time)
Set updated_by - user_id (Extract user from token)
HTTP status codes
HTTP status code | Message | What caused the error |
---|---|---|
201 | Response |
|
401 | Access token validation failed | |
403 |
| |
404 |
|