Skip to content

Commit

Permalink
Fix for US Core Pulse Ox error
Browse files Browse the repository at this point in the history
  • Loading branch information
dehall committed May 3, 2024
1 parent 637fe9f commit d490c17
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/modules/sepsis.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,13 +291,13 @@
"codes": [
{
"system": "LOINC",
"code": "2713-6",
"display": "Oxygen saturation Calculated from oxygen partial pressure in Blood"
"code": "2708-6",
"display": "Oxygen saturation in Arterial blood"
},
{
"system": "LOINC",
"code": "2708-6",
"display": "Oxygen saturation in Arterial blood"
"code": "59408-5",
"display": "Oxygen saturation in Arterial blood by Pulse oximetry"
}
],
"direct_transition": "Lactate_Level1",
Expand Down

0 comments on commit d490c17

Please sign in to comment.