Clinical reference
Critical Care · Disease Severity
Severity of disease classification system for ICU patients.
Formula or scoring rule as stored in YMed Atlas (verify against references before clinical use):
Complex calculation based on multiple physiologic measurements
{
"gcs": {
"max": 15,
"min": 3,
"type": "number",
"label": "Glasgow Coma Scale"
},
"wbc": {
"max": 100,
"min": 0,
"type": "number",
"label": "WBC Count"
},
"sodium": {
"max": 200,
"min": 100,
"type": "number",
"label": "Serum Sodium"
},
"heartRate": {
"max": 300,
"min": 0,
"type": "number",
"label": "Heart Rate"
},
"potassium": {
"max": 10,
"min": 1,
"type": "number",
"label": "Serum Potassium"
},
"arterialPH": {
"max": 8,
"min": 6.5,
"type": "number",
"label": "Arterial pH"
},
"creatinine": {
"max": 20,
"min": 0,
"type": "number",
"label": "Serum Creatinine"
},
"hematocrit": {
"max": 60,
"min": 20,
"type": "number",
"label": "Hematocrit"
},
"oxygenation": {
"type": "number",
"label": "A-aDO2 or PaO2"
},
"temperature": {
"max": 45,
"min": 30,
"type": "number",
"label": "Temperature (°C)"
},
"respiratoryRate": {
"max": 100,
"min": 0,
"type": "number",
"label": "Respiratory Rate"
},
"meanArterialPressure": {
"max": 200,
"min": 30,
"type": "number",
"label": "Mean Arterial Pressure"
}
}