Skip to main content

Allowed

This validator allows every request to pass through verbatim. It does not support the required_role_system and required_role_code options.

Use this validator to make entities available to any client that presents a valid authentication token.

Make all DiagnosticReport resources in the database available to all Patient clients.
{
"client_role": "Patient",
"entity_name": "DiagnosticReport",
"operation": "read",
"validator": "Allowed",
}