UNPKG

518 BJSONView Raw
1{
2 "tags": ["Headings"],
3 "description": "=> headingSummaryDescription(headingName)",
4 "security": "=> auth()",
5 "produces": "=> json()",
6 "parameters": [
7 {
8 "name": "patientId",
9 "in": "path",
10 "description": "Patient Id",
11 "required": true,
12 "type": "string"
13 }
14 ],
15 "responses": {
16 "200": "=> get('response200.json', 'headingSummary', headingName, 'desc', 'Summary Data', 'ref', 'Response')",
17 "403": "=> get('response403.json')"
18 }
19}