ЕСОЗ - публічна документація
RC_Rx_Get Medication request printout form
Purpose
This WS allows to generate Printout form by medication request id.
Specification
Authorization
Verify the validity of access token
Return (401, 'Invalid access token') in case of validation fails
Verify that token is not expired
in case of error - return (401, 'Invalid access token')
Check user scopes in order to perform this action (scope = 'medication_request:details')
Return (403, 'Your scope does not allow to access this resource. Missing allowances: medication_request:details') in case of invalid scope(s)
Access to the resource is also managed by ABAC rulesarchived .
Get Medication request by ID
Perform Get medication requests details with corresponding validations
Generate Printout form
Invoke MAN to render printout form.
Request mapping:
Parameter | Source |
---|---|
id | MEDICATION_REQUEST_REQUEST_PRINTOUT_FORM_TEMPLATE_ID |
Logic of generation of fields for the printform is described in RC_Rx_Sign Medication request request (modified - )archived
ЕСОЗ - публічна документація