Purpose
Getting a form template for printing.
Specification
Link | |
Resource | |
Scope | API paragraph not found |
Components | API paragraph not found |
Microservices | API paragraph not found |
Protocol type | REST |
Request type | GET |
Sync/Async | Async |
Public/Private/Internal | Public |
Preconditions*
Logic*
Global and configurable parameters*
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 | |
templateId | 22: 23: | String(query) | ID of the template (man service) used to render the form |
Request structure
Example:
Headers
Content-Type: application/json
Authorization: Bearer {token}
api-key: {secret}
Request data validation*
Processing*
Response structure*
Example:
HTTP status codes*
HTTP status code | Message | What caused the error |
---|---|---|
200 |
| Form exists |
404 |
| Form not found |