...
# | Description | Input | Expected result | Actual result | Status |
---|---|---|---|---|---|
1 | Valid data, allowed condition code | valid token valid condition id (condition code allowed) | 200, | 200, | passed |
2 | Getting condition that is not from white list | valid token valid condition id (condition code is not allowed) | 404 | ||
3 | Declaration validation handled | false | false | passed | |
4 | wrong scopes | token without scope "patient_summary:read" | 403 | 403 | passed |
...