...
Link | https://app.swaggerhub.com/apis/ehealthua/compositions/2.32.2#/async/getAsyncJobStatus |
Resource | /patients/composition/job/{{asyncJobId}} |
Scope | composition:read |
Components | |
Using Dictionaries | API paragraph not found |
Using Microservices | API paragraph not found |
Protocol type | REST |
Request type | GET |
Sync/Async | Async |
Public/Private/Internal | Public |
Logic
...
Creation of composition: Asynchronous tasks
...
Sequence:
MIS/Medical employee->Compositions: Creating or updating compositions POST patients/composition/
Compositions->Compositions: AsyncJob planning
Compositions->MIS/Medical employee: AsyncJob scheduled (eta)
MIS/Medical employee->MIS/Medical employee: asynJob.data.eta timer on
MIS/Medical employee-->Compositions: GET /patients/composition/job/{asyncJobId}
Compositions-->MIS/Medical employee: AsincJob pending (eta)
MIS/Medical employee-->MIS/Medical employee: asynJob.data.eta timer on
Compositions->Compositions: AsyncJob completed
MIS/Medical employee->Compositions: GET /patients/composition/job/{asyncJobId}
Compositions->MIS/Medical employee: AsincJob completed (compositionAsyncJobStateData.links)
MIS/Medical employee->Compositions: GET /patients/{patientId}/encounter/{encounterId}/composition/{compositionId}
Compositions->MIS/Medical employee: The composition is received
Input parameters
Input parameter | Values | Type | Description | Example |
---|---|---|---|---|
asyncJobId | String | Async Job Object ID | 89678f60-4cdc-4fe3-ae83-e8b3ebd35c59 |
Request structure
Expand | ||
---|---|---|
| ||
|
Authorize
API paragraph not found
...