Table of Contents | ||||
---|---|---|---|---|
|
Purpose
...
This method is designed to get a composition
Specification
...
Link | https://app.swaggerhub.com/apis/bugzi11a/emal/1.0.8#/main/getComposition |
Resource | /patients/{patientId}/composition/{compositionId}/episode/{episodeId}/encounter/{encounterId} |
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
...
...
Input parameters
Input parameter | Values | Type | Description | Example |
---|---|---|---|---|
compositionId | String ($uuid) (path) | Composition object ID | ||
patientId | String ($uuid) (path) | Patient object ID | ||
episodeId | String ($uuid) (path) | Episode of care object ID | ||
encounterId | String ($uuid) (path) | Encounter object ID |
...
Request structure
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:
Expand | ||
---|---|---|
| ||
|
Post-processing processes
...
API paragraph not found
HTTP status codes
...
HTTP status code | Message | What caused the error |
---|---|---|
200 | If the object exists and access is authorized |
|
404 | In case the Composition does not exist |
...