Purpose
This method is designed to sign an existing composition
Specification
Link | https://app.swaggerhub.com/apis/bugzi11a/emal/1.0.8#/main/signComposition |
Resource | /patients/composition/{compositionId}/sign |
Scope | composition:sign |
Components | |
Using Dictionaries | API paragraph not found |
Using Microservices | API paragraph not found |
Protocol type | REST |
Request type | PATCH |
Sync/Async | Async |
Public/Private/Internal | Public |
Logic
Input parameters
Input parameter | Values | Type | Description | Example |
---|---|---|---|---|
compositionId | String ($uuid) (path) | Composition object ID |
Request structure
Request body
Request body with signed Composition. Signed content must match the existing Composition object
Example
Authorize
API paragraph not found
Headers
API paragraph not found
Validation data request
API paragraph not found
Processing
API paragraph not found
Response structure
Example:
Post-processing processes
API paragraph not found
HTTP status codes
HTTP status code | Message | What caused the error |
---|---|---|
200 | In the case of successful creation of the task of signing the Composition |
|
400 | Invalid request format | |
500 | Subordinate service error |