-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinput.json
More file actions
94 lines (94 loc) · 2.25 KB
/
input.json
File metadata and controls
94 lines (94 loc) · 2.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"operations": [
{
"name": "public_ambulatory_fractures",
"parents": [
"acts"
],
"patients_before": 2691,
"patients_after": 1184
},
{
"name": "acts",
"parents": [
"source"
],
"patients_before": null,
"patients_after": 2691
},
{
"name": "liberal_fractures",
"parents": [
"liberal_acts"
],
"patients_before": 373,
"patients_after": 373
},
{
"name": "exposures",
"parents": [
"drug_purchases"
],
"patients_before": 2545231,
"patients_after": 118905
},
{
"name": "hospitalized_fractures",
"parents": [
"diagnoses",
"acts"
],
"patients_before": 121142,
"patients_after": 94548
},
{
"name": "filter_patients",
"parents": [
"drug_purchases",
"extract_patients"
],
"patients_before": 5060948,
"patients_after": 2265366
},
{
"name": "extract_patients",
"parents": [
"source"
],
"patients_before": null,
"patients_after": 5053968
},
{
"name": "diagnoses",
"parents": [
"source"
],
"patients_before": null,
"patients_after": 118827
},
{
"name": "drug_purchases",
"parents": [
"source"
],
"patients_before": null,
"patients_after": 2545231
},
{
"name": "private_ambulatory_fractures",
"parents": [
"acts"
],
"patients_before": 2691,
"patients_after": 589
},
{
"name": "liberal_acts",
"parents": [
"acts"
],
"patients_before": 2691,
"patients_after": 373
}
]
}