Table of Contents |
---|
Specification
Validate request
Validate request using JSON schema
In case validation failed - generate 422 error
...
Verify the validity of access token
Check user scopes declaration_request:write in order to perform this action
In case error - generate 401 response
Validate person verification status
validate patient's verification_status is not equal to NOT_VERIFIED.
in case of error return 409, "Patient is not verified"
Get declaration request details
...