Skip to content

Commit

Permalink
Fix bug and add dental services prior to valvuloplasty.
Browse files Browse the repository at this point in the history
jawalonoski committed Sep 11, 2023
1 parent 5e97763 commit 4dd3bf3
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions src/main/resources/modules/heart/avrr/referral.json
Original file line number Diff line number Diff line change
@@ -164,7 +164,7 @@
},
"Set_Immediate_Admission_False": {
"type": "SetAttribute",
"attribute": "cabg_immediate_admission",
"attribute": "avrr_immediate_admission",
"direct_transition": "AVRr Preop",
"value": false
},
@@ -287,10 +287,21 @@
"condition_type": "And",
"conditions": [
{
"condition_type": "Attribute",
"attribute": "cardiac_surgery",
"operator": "==",
"value": "savreplace"
"condition_type": "Or",
"conditions": [
{
"condition_type": "Attribute",
"attribute": "cardiac_surgery",
"operator": "==",
"value": "savreplace"
},
{
"condition_type": "Attribute",
"attribute": "cardiac_surgery",
"operator": "==",
"value": "tavr"
}
]
},
{
"condition_type": "Attribute",

0 comments on commit 4dd3bf3

Please sign in to comment.