-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRDES179.cde.json
More file actions
138 lines (138 loc) · 3.11 KB
/
Copy pathRDES179.cde.json
File metadata and controls
138 lines (138 loc) · 3.11 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"id": "RDES179",
"name": "Endotracheal Tube Placement",
"description": "Placement of endotracheal (ET) tube",
"schema_version": "1.0.0",
"set_version": {
"number": 1,
"date": "1915-01-01"
},
"status": {
"name": "Published",
"date": "2020-10-26"
},
"url": "https://api3.rsna.org/radelement/public/sets/179",
"index_codes": [],
"body_parts": [],
"contributors": {
"people": [
{
"name": "Alkasab, Tarik",
"email": "[email protected]"
},
{
"name": "Elkholy, Mona",
"email": "[email protected]"
}
],
"organizations": []
},
"history": [],
"specialties": [],
"elements": [
{
"id": "RDE1247",
"parent_set": "RDES179",
"name": "Presence",
"definition": "Detect if an endotracheal tube is present",
"question": "",
"schema_version": "1.0.0",
"element_version": {
"number": 1,
"date": "2023-11-16"
},
"status": {
"name": "Published",
"date": "2023-11-16"
},
"index_codes": [],
"contributors": {
"people": [],
"organizations": []
},
"history": [],
"references": [],
"value_set": {
"min_cardinality": 1,
"max_cardinality": 1,
"values": [
{
"code": "RDE179.0",
"value": "0",
"name": "absent"
},
{
"code": "RDE179.1",
"value": "1",
"name": "present"
},
{
"code": "RDE179.2",
"value": "2",
"name": "indeterminate"
},
{
"code": "RDE179.3",
"value": "3",
"name": "unknown"
}
]
}
},
{
"id": "RDE1251",
"parent_set": "RDES179",
"name": "Position appropriateness",
"definition": "Determine position appropriateness based on the coordinates of the location of the ET tube tip, the carina, and a preset normal range",
"question": "",
"schema_version": "1.0.0",
"element_version": {
"number": 1,
"date": "2023-11-16"
},
"status": {
"name": "Published",
"date": "2023-11-16"
},
"index_codes": [],
"contributors": {
"people": [],
"organizations": []
},
"history": [],
"references": [],
"value_set": {
"min_cardinality": 1,
"max_cardinality": 1,
"values": [
{
"code": "RDE179.0",
"value": "0",
"name": "not far enough"
},
{
"code": "RDE179.1",
"value": "1",
"name": "correctly positioned"
},
{
"code": "RDE179.2",
"value": "2",
"name": "too far"
},
{
"code": "RDE179.3",
"value": "3",
"name": "indeterminate"
},
{
"code": "RDE179.4",
"value": "4",
"name": "unknown"
}
]
}
}
],
"references": []
}