Purpose
This WS is designed to return Medical Program list filtered by search parameters.
Specification
Page Properties | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Logic
Get all medical programs from prm.medical_programs table filtered by search params.
Render a response according to specification.
...
Preconditions
...
Global and configurable parameters
No
Input parameters
No
Filters
See on Apiary
...
API paragraph not found
Request structure
API paragraph not found
Authorize
Verify the validity of access token
in case of error - 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 = 'medical_program:read')
return 403 “Your scope does not allow to access this resource. Missing allowances: medical_program:read” in case of invalid scope(s).
...
Authorization:Bearer c2778f3064753ea70de870a53795f5c9
Request data validation
API paragraph not found
Processing
API paragraph not found
Dictionaries
LICENSE_TYPE
clinical_impression_patient_categories
MEDICAL_PROGRAM_TYPE
PROVIDING_CONDITION
FUNDING_SOURCE
MR_BLANK_TYPES
Response structure
See on Apiary
Example:
Expand | ||
---|---|---|
| ||
|
Post-processing processes
...
HTTP status codes
Page Properties | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Backward compatibility
...