-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathr_code_list.html
More file actions
51 lines (38 loc) · 1.37 KB
/
Copy pathr_code_list.html
File metadata and controls
51 lines (38 loc) · 1.37 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
<style>table, th, td { border: 1px solid black; }</style>
<table style="width:100%">
<tbody>
<tr>
<th>Codeset name</th>
<th>Brief Description</th>
<th>Date Implemented</th>
<th>Last Updated</th>
<th>Notes on Usage</th>
</tr>
</tbody>
<tbody>
<tr>
<td>glean_nephrotic_subcohort</td>
<td>
Patients in GLEAN cohort who have more nephrotic syndrome diagnoses than nephritis diagnoses
</td>
</tr>
<tr>
<td>kidney_biopsy</td>
<td>
Kidney biopsy is identified through one of the following approaches:
<ul>
<li> Procedure code for kidney biopsy</li>
<li> Procedure code associated with biopsy (renal not specified), accompanied by source value string search for kidney/renal/kidney biopsy ICD code or kidney finding condition code on same date</li>
<li> Condition code for kidney biopsy</li>
<li> Condition code for biopsy result (renal not specified), accompanied by kidney finding condition code on same date</li>
<li>String search for kidney/renal biopsy in visit source value</li>
</td>
</tr>
<td>egfr</td>
<td>
calculate estimated Glomerular Flow Rate (eGFR) from serum creatinine measurements and height using Schwarz bedside equation
</td>
</tr>
</tbody>
</table>
<a href="index.html">Return to Index</a>