/wiki/spaces/EN/pages/17591304241 (remove the link block before publishing the document)
Properties of a REST API method document
Document type | Метод REST API |
---|---|
Document title | [Document statusDRAFT] REST API [Назва методу] [ID методуNEW] Generate Composition print form [API-007-011-001-0473] |
Guideline ID | GUI-0011 |
Author | @ |
Document version | 1 |
Document status | DRAFT |
Date of creation | ХХ.ХХ.ХХХХ (дата фінальної версії документа – RC або PROD) |
Date of update | ХХ.ХХ.ХХХХ (дата зміни версії) |
Method API ID | API-001007-001011-001-00010473 |
Microservices (namespace) | MPIME |
Component | AuthCompositions_ME |
Component ID | COM-001007-001011 |
Link на API-специфікацію | |
Resource | {{host}}//api.ehealth.gov.ua/api/patients/id/encounter_package |
Scope | |
Protocol type | REST |
Request type | |
Sync/Async | |
Public/Private |
Purpose
Key Points
ABAC rules are used here:
Employee with active declaration (declaration) - @rule_1
Composition created in the employee's MSP (also author and attester) (recorder_legal_entity_id) - @rule_2
Employee can read all the composition data of episodes created in the employee's MSP (also author) (context_episode_id) - @rule_3
Employee with active approval can read all the data (including merged persons/prepersons data) of specified in approval patient - @rule_4
Employee with active approval can read all the data of specified in approval episodes (context_episode_id) - @rule_5
Logic
Service logic
Define template id
Get Composition by id from ME
Get template id from configuration based on Composition.type and form_type:
COMPOSITION_{{Composition.type}}_{{form_type}}_TEMPLATE_ID (ex. COMPOSITION_ADOPTION_INFO_CERTIFICATE_TEMPLATE_ID)
Prepare request parameters for MAN based on mapping bellow
Add
display
for codeable concept elements where it says enrich with display valueGet dictionary value by dictionary key from corresponding dictionary
Set dictionary value as coding[].display for this element
Call Render Template(MAN) to render printout form
Return response with generated pdf to the client
Print form mapping
MAN Request parameter | Source value |
---|
MAN Request parameter | Source value |
---|---|
Сomposition | Select Composition from ME by id = composition_id from the request |
Composition.type | ME.composition.type (enrich with display value) |
Composition.category | ME.composition.category (enrich with display value) |
Composition.date | ME.composition.date (cast datetime to date only) |
Composition.title | ME.composition.title |
Composition.event | ME.composition.event[].code (enrich ME.composition.event[].code with display value) |
Composition.extension | ME.composition.extension (enrich composition.extension[].code, enrich composition.extension[].valueCodeableConcept.coding[].code with display value) |
Employee | Select Employee from PRM by id = composition.attester.[0].party.identifier.value |
Employee.position | PRM.employee.position (enrich with display value) |
Party | Select Party from PRM by id = Employee.party_id |
Party.last_name | PRM.party.last_name |
Party.first_name | PRM.party.first_name |
Party.second_name | PRM.party.second_name |
Legal_entity | Select Legal Entity from PRM by id = Composition.custodian.identifier.value |
Legal_entity.name | PRM.legal_entity.name |
Legal_entity.edrpou | PRM.legal_entity.edrpou |
Person | Select Person from MPI by id = patient_id from request |
Person.last_name | PRM.person.last_name |
Person.first_name | PRM.person.first_name |
Person.second_name | PRM.person.second_name |
Person.tax_id | PRM.person.tax_id |
Person.unzr | PRM.person.unzr |
Person.birth_date | PRM.person.birth_date |
Print form examples
View file | ||
---|---|---|
|
View file | ||
---|---|---|
|
Configuration parameters
Description of the configuration parameters that are used when processing a request in the system
Dictionaries
Provides a list of links to dictionaries that are available in Confluence
Input parameters
Description of input N/A
Dictionaries
N/A
Input parameters
Input parameter | Mandatory | Type | Description | Example | ||||||
---|---|---|---|---|---|---|---|---|---|---|
1 | composition_id | MString ($uuid) (path) | Composition object ID | 89678f60-4cdc-4fe3-ae83-e8b3ebd35c59 | ||||||
2 |
|
|
|
|
|
Request structure
See on API-specification (посилання на сторінку з API-специфікацією)Description of the REST API request structure, example
Expand | ||
---|---|---|
| ||
|
Headers
...
Key
...
Value
...
Mandatory
...
Description
...
Example
...
Content-Type
...
application/json
...
M
...
Тип контенту
...
Content-Type:application/json
...
Authorization
...
Bearer c2778f3064753ea70de870a53795f5c9
...
M
...
Перевірка користувача
...
Authorization:Bearer c2778f3064753ea70de870a53795f5c9
...
...
...
...
...
Request data validation
Validations
Check Compositions with such id exists in patients collection
in case of error - Return 404 ('not_found')
Validate query parameter form_type corresponds to appropriate dictionary COMPOSITION_PRINTFORM_CODES
in case of error - Return 404 ('value is not allowed in enum')
Validate that in this method is allowed such form_type
get config parameter COMPOSITION_PRINTFORM_ALLOW_CODES
in condition array find condition that corresponds query parameter form_type
in check array must be filled “rest“ “MIS“ - item
Processing
...
in case of error - Return 409 ('Requested form type is not allowed')
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 and client scopes in order to perform this action (scope = 'composition:read')
return 403 (“Your scope does not allow to access this resource. Missing allowances: composition:read”) in case of invalid scope(s)
Processing
N/A
Response structure examples
See on API-specification (посилання на сторінку з API-специфікацією)
Description of the REST API response structure, example
Expand | ||
---|---|---|
| ||
|
HTTP status codes
Response code | HTTP Status code | Message | Internal name | Description | ||||||
---|---|---|---|---|---|---|---|---|---|---|
1 | Базові | |||||||||
2 | 401 | Invalid access token | ||||||||
3 | 401 | Unauthorized |
| Помилка підтвердження | 4 | 403 | Your scope does not allow to access this resource. Missing allowances: composition:read | |||
54 | 1000 | 404 | Composition not foundCOMPOSITION_NOT_FOUND_404 | Не знайдено медичний висновок | 6 | 404 | not_found | |||
75 |
| 404 | value is not allowed in enum | |||||||
86 | Специфічні | |||||||||
97 | 422 | Only for active MPI record can be created medication request! |
|
|
Post-processing processes
Description of actions performed on data after processing
Technical modules where the method is used
List of pages describing technical N/A
Technical modules where the method is used
Название | ID ТМ | Статус |
---|---|---|
TM0112 | ||