File tree 2 files changed +28
-40
lines changed
src/main/resources/modules
2 files changed +28
-40
lines changed Original file line number Diff line number Diff line change 139
139
"display" : " Chronic kidney disease stage 3 (disorder)"
140
140
}
141
141
],
142
- "direct_transition" : " End_CKD_4_or_5"
143
- },
144
- "End_CKD_4_or_5" : {
145
- "type" : " ConditionEnd" ,
146
- "direct_transition" : " Begin Post Surgical Stay" ,
147
- "referenced_by_attribute" : " dialysis_reason"
142
+ "direct_transition" : " End_CKD_4"
148
143
},
149
144
"Medication Review" : {
150
145
"type" : " Procedure" ,
2129
2124
"display" : " Renal dysplasia (disorder)"
2130
2125
}
2131
2126
]
2127
+ },
2128
+ "End_CKD_4" : {
2129
+ "type" : " ConditionEnd" ,
2130
+ "codes" : [
2131
+ {
2132
+ "system" : " SNOMED-CT" ,
2133
+ "code" : 431857002 ,
2134
+ "display" : " Chronic kidney disease stage 4 (disorder)"
2135
+ }
2136
+ ],
2137
+ "direct_transition" : " End_End_Stage_Renal_Disease"
2138
+ },
2139
+ "End_End_Stage_Renal_Disease" : {
2140
+ "type" : " ConditionEnd" ,
2141
+ "codes" : [
2142
+ {
2143
+ "system" : " SNOMED-CT" ,
2144
+ "code" : " 46177005" ,
2145
+ "display" : " End-stage renal disease (disorder)"
2146
+ }
2147
+ ],
2148
+ "direct_transition" : " End any other dialysis reason"
2149
+ },
2150
+ "End any other dialysis reason" : {
2151
+ "type" : " ConditionEnd" ,
2152
+ "direct_transition" : " Begin Post Surgical Stay" ,
2153
+ "referenced_by_attribute" : " dialysis_reason"
2132
2154
}
2133
2155
},
2134
2156
"gmf_version" : 2
Original file line number Diff line number Diff line change 2113
2113
},
2114
2114
"transition" : " Diagnose_End_Stage_Renal_Disease"
2115
2115
},
2116
- {
2117
- "condition" : {
2118
- "condition_type" : " And" ,
2119
- "conditions" : [
2120
- {
2121
- "condition_type" : " Attribute" ,
2122
- "attribute" : " kidney_transplant" ,
2123
- "operator" : " is not nil"
2124
- },
2125
- {
2126
- "condition_type" : " Active Condition" ,
2127
- "codes" : [
2128
- {
2129
- "system" : " SNOMED-CT" ,
2130
- "code" : " 46177005" ,
2131
- "display" : " End-stage renal disease (disorder)"
2132
- }
2133
- ]
2134
- }
2135
- ]
2136
- },
2137
- "transition" : " End_End_Stage_Renal_Disease"
2138
- },
2139
2116
{
2140
2117
"transition" : " Terminal"
2141
2118
}
2153
2130
"direct_transition" : " Record_MetabolicPanel_5" ,
2154
2131
"assign_to_attribute" : " dialysis_reason"
2155
2132
},
2156
- "End_End_Stage_Renal_Disease" : {
2157
- "type" : " ConditionEnd" ,
2158
- "codes" : [
2159
- {
2160
- "system" : " SNOMED-CT" ,
2161
- "code" : " 46177005" ,
2162
- "display" : " End-stage renal disease (disorder)"
2163
- }
2164
- ],
2165
- "direct_transition" : " Terminal"
2166
- },
2167
2133
"Terminal" : {
2168
2134
"type" : " Terminal"
2169
2135
}
You can’t perform that action at this time.
0 commit comments