Specification
Apiary | |
JSON Schema response | SPECS |
Purpose
This WS is designed to return INNM detail.
Input parameters (filters)
- id
Logic WS
- Verify the validity of access token
- Check user scopes in order to perform this action (scope = 'medication:read')
Validate PK Medication
Purpose validation: Check on existing Medication record
Check exist Medication by $.id.
if invalid - return 404 error (message: "Medication is not found!")
Validate type
Purpose validation: Medication should be active (is_active == TRUE)
Validate `type` == MEDICATION
- if invalid - return 409 eror (message: "Type of record by id is not MEDICATION !")