Purpose
This method is designed to search for a composition
Specification
Link | https://app.swaggerhub.com/apis/bugzi11a/emal/1.0.8#/main/searchCompositions |
Resource | /patients/{patientId}/composition |
Scope | composition:search |
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
API paragraph not found
Input parameters
Input parameter | Values | Type | Description | Example |
---|---|---|---|---|
patientId | String ($uuid) | MPI patient ID |
Filters
Filter | Values | Type | Description | Example |
---|---|---|---|---|
offset | integer (query) | The number of items to skip before starting to collect the result set | ||
limit | minimum: 1 maximum: 50 Default value : 20 | integer (query) | The numbers of items to return | |
type |
| string (query) | ||
episodeOfCare | string ($uuid) (query) |
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:
Post-processing processes
API paragraph not found
HTTP status codes
HTTP status code | Message | What caused the error |
---|---|---|
200 | Search results |
|