-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path05-oedema.qmd
86 lines (54 loc) · 3.15 KB
/
05-oedema.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
---
output-file: oedema.html
engine: knitr
---
# Checking for oedema {#sec-test-oedema}
Nutritional oedema, manifested as bilateral pitting oedema, is a sign of severe acute malnutrition. Nutritional oedema always starts from the feet and extends upwards to other parts of the body. Children with nutritional oedema are at high risk of mortality hence require immediate therapeutic care. This chapter describes how to check nutritional oedema.
## Equipment {#sec-test-oedema-equipment}
No tool or equipment is needed for checking for nutritional oedema.
## Personnel {#sec-test-oedema-personnel}
Oedema check can be performed by a single person.
## Steps in checking for nutritional oedema {#sec-test-oedema-steps}
1. Press both feet with thumbs
Using both thumbs of your hands, apply normal pressure on top of both feet of the child for about three seconds as shown in @fig-test-oedema-step1. You can estimate three seconds by counting ***‘one thousand and one, one thousand and two, one thousand and three’*** in English. It takes roughly 3 seconds to be able to say these words.
![Press both feet with thumbs](images/oedemaStep1.jpg){#fig-test-oedema-step1 fig-align="center"}
2. Release pressure from feet
After three seconds, release the pressure you are applying on the child’s feet. Observe the resulting effect on the child’s feet.
If there is oedema, an impression remains on both feet for a few seconds as shown below.
![Bilateral pitting oedema observed after releasing thumbs](images/oedemaStep2.jpg){#fig-test-oedema-step2 fig-align="center"}
3. Move up to check on the lower legs
If there is nutritional oedema present on the feet, perform the same test described in step 2 but now move up to the lower legs.
4. Move up to the upper body and/or face
If there is nutritional oedema present on the lower legs, perform the same test described in step 2 but now move up to the upper body and/or the face.
**Step 3** and **Step 4** are performed to be able to grade or classify the level of nutritional oedema the child is suffering from (if present).
```{r}
#| label: tbl-oedema-grade
#| tbl-cap: Nutritional oedema classification
#| echo: false
data.frame(
description = c(
"Oedema below the knees",
"Oedema in both feet and legs",
"Oedema in both feet, legs, arms, and sacral pad and eyelids"
),
grade = c("+", "++", "+++")
) |>
knitr::kable(col.names = c("Oedema Description", "Grade")) |>
kableExtra::kable_styling(
bootstrap_options = c("bordered", "striped"),
full_width = FALSE,
position = "center"
)
```
5. Record on the paper questionnaire or the mobile device the presence or absence of oedema. If oedema is present, record also the grade of the oedema.
::: {.callout-warning}
## Referring cases of nutritional oedema
Children with oedema (any grade) are at a high risk of dying and should be immediately referred to a health care facility (ideally a facility that manages severe acute undernutrition).
:::
::: {.callout-important}
## Reminders
* Oedema is a very rare event.
* It is the most common source of errors.
* Be careful of misclassifying oedematous child.
* Team leader and/or supervisor should confirm oedema.
::::