UNPKG

680 BJSONView Raw
1{
2 "tags": ["Headings"],
3 "description": "=> headingDetailDescription(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 "name": "sourceId",
16 "in": "path",
17 "description": "OpenEHR Composition Id",
18 "required": true,
19 "type": "string"
20 }
21 ],
22 "responses": {
23 "200": "=> get('response200.json', 'headingDetail', headingName, 'desc', 'Full Data', 'ref', 'Response')",
24 "403": "=> get('response403.json')"
25 }
26}