Skip to content

Commit

Permalink
Merge pull request #1456 from synthetichealth/pulse_ox_fix
Browse files Browse the repository at this point in the history
Quick Fix for US Core Pulse Ox error
  • Loading branch information
jawalonoski authored May 6, 2024
2 parents 637fe9f + d490c17 commit 34bcc75
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 34bcc75

Please sign in to comment.