Table of Contents | ||||
---|---|---|---|---|
|
...
Creating "a replacement" composition
Specification
Link | |
Resource | /patients/{patientId}/composition/{compositionId}/episode/{episodeId}/encounter/{encounterId}/integrationData |
Scope | composition:read |
Components | |
Microservices | API paragraph not found |
Protocol type | REST |
Request type | GET |
Sync/Async | Async |
Public/Private/Internal | Public |
Preconditions
The method can only be executed by a user with access to composition.
The method can only be executed for a composition with the status:
FINAL
AMENDED
ENTERED-_IN-_ERROR
Logic
An authorized user with MIS creates and signs a composition, information from which can be used in a third-party registry.
The signed composition is stored in the ESOZ.
An authorized user can make a request and receive in response the status of processing in a third-party register.
...
EMAL_INTEGRATION_NEWBORN_CLIENTS_MEMBER_CODE_NAMES (Mapping request components by getComposition MVN (integration data))
Input parameters
Input parameter | Values | Type | Description | Example |
---|---|---|---|---|
compositionId |
| String($uuid) (path) | Composition object ID | 89678f60-4cdc-4fe3-ae83-e8b3ebd35c59 |
patientId |
| String($uuid) (path) | Patient object ID | 89678f60-4cdc-4fe3-ae83-e8b3ebd35c59 |
episodeId |
| String($uuid) (path) | Episode of Care object ID | 89678f60-4cdc-4fe3-ae83-e8b3ebd35c59 |
encounterId |
| String($uuid) (path) | Encounter object ID | 89678f60-4cdc-4fe3-ae83-e8b3ebd35c59 |
Dictionaries
COMPOSITION_PROCESSING_STATUS (parameter “integrationStatus“ in response)
COMPOSITION_PROCESSING_SYSTEMS (parameter “component“ in response):
DIIA
ERLNMJU_DRACS
COMPOSITION_PROCESSING_TASKS (parameter “type“ in response):
CANCEL_ERLN_RECORD
CREATE_ERLN_RECORD
NEWBORN_GET_COMPOSITION
NEWBORN_POST_DONE
FAILED
PENDING
ERLN_RESULT_CODES (parameters “statusCode“ and “statusMessage“ in response - for ERLN only):
COMPOSITION_PROCESSING_TASK_STATUS (parameter “taskStatus“ in response):
...
Creation of composition type “newborn“. Response with information on DIIA and DRACSG integration process:
Expand | ||||
---|---|---|---|---|
| ||||
|
Creation of composition type “newborn“. Response with information on DRACSG integration process:
Expand | ||
---|---|---|
| ||
|
Cancellation of composition type “temp_disability“. Response with information on the ERLN integration process:
Expand | ||
---|---|---|
| ||
|
HTTP status codes
HTTP status code | Message | What caused the error |
---|---|---|
200 | Composition found | If the request is completed and the information is found |
404 | Composition not found | In case the information is not found for any reason |