AaDO2: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
mNo edit summary
 
(24 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Data element
|field_name=AaDO2
|CCMDB_label=<not in CCMDB>
|CCMDB_tab=Apache
|data_type=number
|datafield_length=N/A
|program_collecting=CC
|created_raw=Created
|data_element_sort_index=34
|element_description=The patient's  {{#show: AaDO2 | ?AP phys name}} level in {{#show: AaDO2 | ?AP phys unit}}.
}}
'''AaDO2 - Alveolar-arterial oxygen tension difference
'''AaDO2 - Alveolar-arterial oxygen tension difference
'''
'''
Line 9: Line 20:


*To calculate the AaDO2:  
*To calculate the AaDO2:  
**'''AaDO2 =(([[FiO2 | FIO2]] X 713) - [[PaO2]]) - [[PaCO2]]'''
**'''AaDO2 =(([[FiO2 | FIO2]] X 713) - [[PaO2]]) - [[PaCO2]]'''
**Example with FIO2 50%, PO2 85 and CO2 40:
**((0.5 X 713)- 85) - 40)) = 231.5


{{APACHE physiological variable
|AP phys name= Alveolar-arterial oxygen tension difference
|AP phys unit=
|AP H4= >500
|AP H3= >=350 and <500
|AP H2= >=200 and <350
|AP 0= <200
}}


**Example with FIO2 50%, [[PO2]] 85 and [[CO2]] 40:
==Background ==
**231.5 = ((0.5 X 713)- 85) - 40))
=== Why the constant 713? ===
 
The value 713 mmHg is the barometric pressure (Pb) used in the AaDO2 formula.  
 
*if FIO2 being administered to a patient is '''<=49%''', select the ABG with the '''WORST PO2'''.
*if FIO2 being administered to a patient is '''>=50%''', select the ABG result with the '''WORST [[AaDO2]]'''.
*For [[APACHE II]], select the ABG (arterial blood gas) with the WORST AaDO2 or the WORST PO2, which ever one gives you the highest[[APACHE Scoring table | APACHE II points]] in the first 24 hrs of ICU admission.  


Normal Sea level Pb is 760 mmHg. (Winnipeg is close to sea level. We don't adjust for different elevations around the city nor do we adjust this value for the constant changes in Pb).


The barometric pressure is corrected for water vapor pressure (Pbc).
*(vapor pressure is 47 mmHg @ a temperature of 37C).
*(760-47)= Pbc of 713 mmHg.


=== can be less than 0 ===
=== *4 AaDO2 can be 0 or negative===
Unlike other physiological variables AaDO2 can be 0 or negative, so unlike the others the score for a 0 AaDO2 is 0 if AaDO2 < 200, which includes AaDO2<=0.


NOTE: I put this detail here because I get asked this time an again.
Note for programming only: The score is still null if the AaDO2 is null. <!-- Julie and Tina discussed 2021-09-29 - there really should never be a null because cross checks would catch this, but if there every is, this is as good as any solution. -->
*the value 713 mmHg is the barometric pressure (Pb) used in the AaDO2 formula.
*Normal Sea level Pb is 760 mmHg. (Winnipeg is close to sea level.  We don't adjust for different elevations around the city nor do we adjust this value for the constant changes in Pb).
*The barometric pressure is corrected for water vapor pressure (Pbc).  
*(vapor pressure is 47 mmHg @ a temperature of 37C).
*(760-47)= Pbc of 713 mmHg.
 
*[[User:TOstryzniuk|TOstryzniuk]] 20:25, 8 January 2009 (CST)


== Data Integrity Checks ==
{{Data Integrity Check List}}


[[Category:APACHE II Physiological Variables]]
[[Category: ABG]]
[[Category: ABG]]
[[Category: APACHE II]]

Latest revision as of 18:45, 2022 December 7

Data Element (edit)
Field Name: AaDO2
CCMDB Label: <not in CCMDB>
CCMDB tab: Apache
Table: N/A
Data type: number
Length: N/A
Program: CC
Created/Raw: Created
Start Date: 1988-07-11
End Date: 2300-01-01
Sort Index: 34

The patient's Alveolar-arterial oxygen tension difference level in .

  • SMW

Legacy implementation right in the table

  • Cargo


  • Categories
  • Forms


AaDO2 - Alveolar-arterial oxygen tension difference

Measures the difference in the partial pressure of oxygen between the alveoli and the arteries. This measures the efficiency of the oxygen exchange between the lung alveoli and the pulmonary capillaries.

  • A calculated component of APACHE II score when FIO2 being administered to a patient is >=50%.
  • To calculate the AaDO2:
    • AaDO2 =(( FIO2 X 713) - PaO2) - PaCO2
    • Example with FIO2 50%, PO2 85 and CO2 40:
    • ((0.5 X 713)- 85) - 40)) = 231.5


Apache Physiological Variable
variable name Alveolar-arterial oxygen tension difference
unit
absolute max allowed
warning max
high score 4 >500
high score 3 >=350 and <500
high score 2 >=200 and <350
high score 1
score 0 <200
low score 1
low score 2
low score 3
low score 4
AP phys warnMin
AP phys absMin

APACHE Score

This value is used to generate the APACHE Score.

Collecting Apache physiological variables

There are some specific rules to follow in choosing which one of several lab results to collect.

See APACHE physiological variable collection for details.

Cross Chcks

Rules described in APACHE_physiological_variable_collection#Exceptionally_high_or_low_values are implemented by Check APACHE physiological variable high low.

Background

Why the constant 713?

The value 713 mmHg is the barometric pressure (Pb) used in the AaDO2 formula.

Normal Sea level Pb is 760 mmHg. (Winnipeg is close to sea level. We don't adjust for different elevations around the city nor do we adjust this value for the constant changes in Pb).

The barometric pressure is corrected for water vapor pressure (Pbc).

  • (vapor pressure is 47 mmHg @ a temperature of 37C).
  • (760-47)= Pbc of 713 mmHg.

can be less than 0

*4 AaDO2 can be 0 or negative

Unlike other physiological variables AaDO2 can be 0 or negative, so unlike the others the score for a 0 AaDO2 is 0 if AaDO2 < 200, which includes AaDO2<=0.

Note for programming only: The score is still null if the AaDO2 is null.

Data Integrity Checks

Data Integrity Checks (automatic list)

 AppStatus
Check APACHE physiological variable high lowCCMDB.accdbimplemented