UNPKG

755 BJSONView Raw
1{
2 "type": "array",
3 "items": {
4 "description": "Summary of documents for the selected patient",
5 "type": "object",
6 "properties": {
7 "sourceId": {
8 "description": "Composition Id of the Document",
9 "type": "string"
10 },
11 "dateCreated": {
12 "description": "Date on which the Document was created",
13 "type": "string"
14 },
15 "author": {
16 "description": "The Documents Author",
17 "type": "string"
18 },
19 "documentType": {
20 "description": "The Document type: Referral or Discharge Summary",
21 "type": "string"
22 },
23 "source": {
24 "description": "The OpenEHR system from which the Document was retrieved",
25 "type": "string"
26 }
27 }
28 }
29}