Apiary WS link
public.li.create-declaration-request
Atttributes+Responses request notes
Atttributes
- period_type
- person_id
- division_id
- employee_id
- age_type
- innm_id
innm_route
innm_dosage
innm_dose_qty
number
innm_dosage_instuction
Generating page properties report...
Responses
- medication_request
- status
Validate request (JSON chema)
Validate request using JSON schema (link)
Authorize
- Verify the validity of access token
- Check user scope medication_request:create (!!! TBD) in order to perform this action
Validate active declaration
- Get active declaration by person. if not found - return 409 error
Validate crossing with other medication requests
- Get medication requests at status (!!! TBD) by person any crossing with term in payload + innm. if not found - return 409 error