...
Page Properties |
---|
id | page_properties_method_REST API |
---|
|
Document type | Метод REST API |
---|
Document title | [Document status] REST API [Назва методу] [ID методу] |
---|
Guideline ID | GUI-0011 |
---|
Author | @ |
---|
Document version | 1 |
---|
Document status | DRAFT |
---|
Date of creation | ХХ.ХХ.ХХХХ (дата фінальної версії документа – RC або PROD) |
---|
Date of update | ХХ.ХХ.ХХХХ (дата зміни версії) |
---|
Method API ID | API-007-008-003-0283 |
---|
Microservices (namespace) | ME |
---|
Component | Patient Summary |
---|
Component ID | COM-007-008 |
---|
Link на API-специфікацію | https://medicaleventsmisapi.docs.apiary.io/#reference/medical-events/patient-summary/get-condition-by-id |
---|
Resource | {{host}}/api/patients/{{patient_id}}/summary/conditions/{{id}} |
---|
Scope | patient_summary:read |
---|
Protocol type | REST |
---|
Request type | GET |
---|
Sync/Async | Async |
---|
Public/Private | Public |
---|
|
...
| Input parameter | Mandatory | Type | Description | Example |
---|
1 | patient_id | M | String | Unique MPI patient identifier | 7a489bbd-d8e2-48d9-92fd-fcf0102f7b08
|
2 | id | M | String | Unique condition identifier | 340b86fd-23f3-4a33-94c5-8ec19d116c33
|
...
Request to process the request using a token in the headers
Processing
A list of processes related to receiving, changing or transmitting data according to the logic defined in the REST API
Response structure examples
...