Skip to content

Commit

Permalink
ensure hypoxemia is ended
Browse files Browse the repository at this point in the history
  • Loading branch information
dehall committed Nov 28, 2023
1 parent db1fa52 commit 7d93866
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/main/resources/modules/covid19/end_outcomes.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"display": "Pneumonia (disorder)"
}
],
"direct_transition": "End Mild Respiratory Distress"
"direct_transition": "End Hypoxemia"
},
"End ARDS": {
"type": "ConditionEnd",
Expand Down Expand Up @@ -150,6 +150,17 @@
}
],
"direct_transition": "End Heart Failure"
},
"End Hypoxemia": {
"type": "ConditionEnd",
"direct_transition": "End Mild Respiratory Distress",
"codes": [
{
"system": "SNOMED-CT",
"code": 389087006,
"display": "Hypoxemia (disorder)"
}
]
}
},
"gmf_version": 1
Expand Down

0 comments on commit 7d93866

Please sign in to comment.