UNPKG

1.24 kBJSONView Raw
1{
2 "type": "array",
3 "items": {
4 "description": "Counts from one OpenEHR Source",
5 "type": "object",
6 "properties" : {
7 "diagnosesCount" : {
8 "description": "Number of Diagnoses",
9 "type" : "string"
10 },
11 "diagnosesDate" : {
12 "description": "Date count last updated",
13 "type" : "string"
14 },
15 "ordersCount" : {
16 "description": "Number of Orders",
17 "type" : "string"
18 },
19 "ordersDate" : {
20 "description": "Date count last updated",
21 "type" : "string"
22 },
23 "resultsCount" : {
24 "description": "Number of Results",
25 "type" : "string"
26 },
27 "resultsDate" : {
28 "description": "Date count last updated",
29 "type" : "string"
30 },
31 "vitalsCount" : {
32 "description": "Number of Vital Sign records",
33 "type" : "string"
34 },
35 "vitalsDate" : {
36 "description": "Date count last updated",
37 "type" : "string"
38 },
39 "source" : {
40 "description": "Source OpenEHR System",
41 "type" : "string"
42 },
43 "sourceId" : {
44 "description": "Notional Source Identifier (for completeness)",
45 "type" : "string"
46 }
47 }
48 }
49}