UNPKG

340 BJSONView Raw
1{
2 "get": {
3 "tags": ["Ripple"],
4 "description": "Gets data for all patients in PAS",
5 "security": "=> auth()",
6 "produces": "=> json()",
7 "parameters": [],
8 "responses": {
9 "200": "=> get('response200.json', 'desc', 'Patient Data', 'ref', 'patientsResponse')",
10 "403": "=> get('response403.json')"
11 }
12 }
13}