Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 3
Next »
SpecificationApiary
Service logic
- Only authenticated and authorized user can use patient request
- Service returns only patient request related to the same legal entity as the user
Authentication
- Verify the validity of access token
- Return 401 in case validation fails
- Check scopes in order to perform this action (scope = 'patient_request:read')
- Return 403 in case invalid scope(s)