-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathvisitCountsToReport.json
66 lines (63 loc) · 1.08 KB
/
visitCountsToReport.json
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
{
"alt":
{
"table":"ACTIVITY",
"displayName": "ALT test",
"dateVar": "activity_dt",
"codeVal": null
},
"ast":
{
"table":"ACTIVITY",
"displayName": "AST test",
"codeVal": null
},
"afp":
{
"table":"ACTIVITY",
"displayName": "AFP test",
"codeVal": null
},
"hbvdna_vl":
{
"table":"ACTIVITY",
"displayName": "Hepatitis B DNA viral load test",
"codeVal": null
},
"plt":
{
"table":"ACTIVITY",
"displayName": "Platelet count recorded",
"codeVal": null
},
"rads_done":
{
"table":"ACTIVITY",
"displayName": "Radiology performed",
"codeVal": "yes"
},
"rads_fibro":
{
"table":"ACTIVITY",
"displayName": "Fibroscan performed",
"codeVal": "yes"
},
"activity_dt":
{
"table": "activity_dt",
"displayName": "Activity date",
"codeListNum": null
},
"death_dt":
{
"table": "ADMIN_OUTCOME",
"displayName": "Death",
"codeListNum": null
},
"tx_start_dt":
{
"table": "TREATMENT",
"displayName": "HBV medication started",
"codeListNum": null
}
}